From 7ce804fcc86a812421a77841bbbb6ceed9de5e1a Mon Sep 17 00:00:00 2001 From: Cleopatra Enjeck M Date: Thu, 4 Jul 2024 12:19:02 +0100 Subject: [PATCH 1/2] build: release 0.7.4 Signed-off-by: Cleopatra Enjeck M --- CHANGELOG.md | 15 +++++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ccd766d..9c56b2808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.7.4 + +### Added +* [[stable0.7] Extract selection option labels for Analytics (tables#1181)](https://github.com/nextcloud/tables/pull/1181) + +### Fixed +* [[stable0.7] fix: hide Create Column button on empty table if inadequate permissions (tables#1152)](https://github.com/nextcloud/tables/pull/1152) + +* [[stable0.7] fix(API): declared array shape was not correct (tables#1171)](https://github.com/nextcloud/tables/pull/1171) +* [[stable0.7] fix: only add resource if user can manage resource (tables#1174)](https://github.com/nextcloud/tables/pull/1174) + +### Other +* [[stable0.7] ci: add missing server branches to matrices (tables#1172)](https://github.com/nextcloud/tables/pull/1172) +* [Chore(deps): update dependency cypress-downloadfile to ^1.2.4 (stable0.7) (tables#1164)](https://github.com/nextcloud/tables/pull/1164) + ## 0.7.3 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 3dbd5b767..c7f661540 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -21,7 +21,7 @@ Share your tables and views with users and groups within your cloud. Have a good time and manage whatever you want. ]]> - 0.7.3 + 0.7.4 agpl Florian Steffens Tables diff --git a/package.json b/package.json index b51897203..657765a93 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.7.3", + "version": "0.7.4", "author": "Florian Steffens Date: Thu, 4 Jul 2024 13:59:58 +0100 Subject: [PATCH 2/2] enh: update changelog Signed-off-by: Cleopatra Enjeck M --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c56b2808..8a4595311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ ### Fixed * [[stable0.7] fix: hide Create Column button on empty table if inadequate permissions (tables#1152)](https://github.com/nextcloud/tables/pull/1152) - * [[stable0.7] fix(API): declared array shape was not correct (tables#1171)](https://github.com/nextcloud/tables/pull/1171) * [[stable0.7] fix: only add resource if user can manage resource (tables#1174)](https://github.com/nextcloud/tables/pull/1174) +* [[stable0.7] fix: modify context nodes update (tables#1183)](https://github.com/nextcloud/tables/pull/1183) ### Other * [[stable0.7] ci: add missing server branches to matrices (tables#1172)](https://github.com/nextcloud/tables/pull/1172)