From e1dae2f1379ea53fd375bba4cdcd9adc08673f3c Mon Sep 17 00:00:00 2001 From: "Cleopatra Enjeck M." Date: Sun, 2 Feb 2025 20:08:53 +0000 Subject: [PATCH] fix: build(release): 0.9.0-beta.2 Signed-off-by: Cleopatra Enjeck M. --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 184cad812..9b5582957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,42 @@ # Changelog +## 0.9.0-beta.2 + +### Added + +* [Feat(Templates): extend the tutorial table (tables#1535)](https://github.com/nextcloud/tables/pull/1535) +* [Feat: migrate from vuex to pinia (tables#1540)](https://github.com/nextcloud/tables/pull/1540) + +### Fixed + +* [Fix(Favorites): repair runtime cache population (tables#1542)](https://github.com/nextcloud/tables/pull/1542) +* [Chore(i18n): Improved wording (tables#1549)](https://github.com/nextcloud/tables/pull/1549) +* [Fix: wrap usergroup's cell values (tables#1551)](https://github.com/nextcloud/tables/pull/1551) +* [Chore(i18n): Improved grammar (tables#1567)](https://github.com/nextcloud/tables/pull/1567) +* [Build(NC): bump max compatible NC version (tables#1569)](https://github.com/nextcloud/tables/pull/1569) +* [Enh(Cypress): improve some selectors (tables#1572)](https://github.com/nextcloud/tables/pull/1572) +* [Ci(config): stop updates for 0.7, enable PHP updates in renovate (tables#1560)](https://github.com/nextcloud/tables/pull/1560) + + +### Dependencies + +* [Deps(PHP): update phpoffice/phpspreadsheet (tables#1561)](https://github.com/nextcloud/tables/pull/1561) +* [Fix(deps): update dependency @nextcloud/files to ^3.10.1 (main) (tables#1501)](https://github.com/nextcloud/tables/pull/1501) +* [Fix(deps): update dependency @nextcloud/moment to ^1.3.2 (main) (tables#1502)](https://github.com/nextcloud/tables/pull/1502) +* [[main] Fix npm audit (tables#1513)](https://github.com/nextcloud/tables/pull/1513) +* [Fix(deps): update dependency @nextcloud/dialogs to ^6.1.1 (main) (tables#1554)](https://github.com/nextcloud/tables/pull/1554) +* [Chore(dev-deps): Bump nextcloud/ocp package (tables#1557)](https://github.com/nextcloud/tables/pull/1557) +* [Chore(deps): update actions/checkout digest to 1e31de5 (main) (tables#1574)](https://github.com/nextcloud/tables/pull/1574) +* [Chore(deps): update alexwilson/enable-github-automerge-action digest to 4729e0d (main) (tables#1575)](https://github.com/nextcloud/tables/pull/1575) +* [Chore(deps): update dependency bamarni/composer-bin-plugin to ^1.8.2 (main) (tables#1576)](https://github.com/nextcloud/tables/pull/1576) +* [Chore(deps): update dependency staabm/annotate-pull-request-from-checkstyle to ^1.8.5 (main) (tables#1577)](https://github.com/nextcloud/tables/pull/1577) +* [Fix(deps): update dependency pinia to ^2.3.1 (main) (tables#1579)](https://github.com/nextcloud/tables/pull/1579) +* [Fix(deps): update tiptap to ^2.11.5 (main) (tables#1580)](https://github.com/nextcloud/tables/pull/1580) +* [Chore(deps): update dependency psalm/phar to ^5.26.1 (main) (tables#1583)](https://github.com/nextcloud/tables/pull/1583) +* [[main] Fix npm audit (tables#1585)](https://github.com/nextcloud/tables/pull/1585) +* [Chore(deps): update dependency openapi-typescript to ^7.6.1 (main) (tables#1587)](https://github.com/nextcloud/tables/pull/1587) + ## 0.9.0-beta.1 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 514b22dc9..48fe13cb9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -25,7 +25,7 @@ Share your tables and views with users and groups within your cloud. Have a good time and manage whatever you want. ]]> - 0.9.0-beta.1 + 0.9.0-beta.2 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index cc087f00f..dd010ca7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "0.9.0-beta.1", + "version": "0.9.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "0.9.0-beta.1", + "version": "0.9.0-beta.2", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 3dd0fb3f7..1ef868fa1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.9.0-beta.1", + "version": "0.9.0-beta.2", "author": "Florian Steffens