From 971bdd449cb39ec396056e34759f00a5662c741e Mon Sep 17 00:00:00 2001 From: "Cleopatra Enjeck M." Date: Sun, 2 Feb 2025 20:09:31 +0000 Subject: [PATCH] build(release): 0.8.4 Signed-off-by: Cleopatra Enjeck M. --- CHANGELOG.md | 14 ++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4c81b76..a3b30166b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ # Changelog +## 0.8.4 + +### Fixed + +* [[stable0.8] fix(Favorites): repair runtime cache population (tables#1543)](https://github.com/nextcloud/tables/pull/1543) +* [[stable0.8] enh: warn during table manager promotion/demotion (tables#1552)](https://github.com/nextcloud/tables/pull/1552) +* [[stable0.8] chore(i18n): Improved wording (tables#1564)](https://github.com/nextcloud/tables/pull/1564) +* [[stable0.8] enh(Cypress): improve some selectors (tables#1573)](https://github.com/nextcloud/tables/pull/1573) +* [[stable0.8] fix: wrap usergroup's cell values (tables#1563)](https://github.com/nextcloud/tables/pull/1563) + +### Dependencies +* [[stable0.8] deps(PHP): update phpoffice/phpspreadsheet (tables#1562)](https://github.com/nextcloud/tables/pull/1562) +* [[stable0.8] Fix npm audit (tables#1586)](https://github.com/nextcloud/tables/pull/1586) + ## 0.8.3 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 312d105ea..780192475 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.8.3 + 0.8.4 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index d4f70a0b7..412d150bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "0.8.3", + "version": "0.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "0.8.3", + "version": "0.8.4", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index abfbf35ae..acdff68ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.8.3", + "version": "0.8.4", "author": "Florian Steffens