From 7aa15e0bc1d88300c57bbaad2e875376daa9e76d Mon Sep 17 00:00:00 2001 From: "julia.kirschenheuter" Date: Fri, 26 Jul 2024 13:49:04 +0200 Subject: [PATCH] chore: bump stable0.7 to version 0.7.5 Signed-off-by: julia.kirschenheuter --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4595311..57269d189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.7.5 + +### Fixed +* [[stable0.7] fix: remove View filter with null column (tables#1199)](https://github.com/nextcloud/tables/pull/1199) +* [[stable0.7] fix: flaky Cypress tests (tables#1231)](https://github.com/nextcloud/tables/pull/1231) +* [[stable0.7] fix(ViewService): treat missing index manageTable pragmatically (tables#1227)](https://github.com/nextcloud/tables/pull/1227) +* [[stable0.7] fix(Capabilities): announce API 2.0 (tables#1216)](https://github.com/nextcloud/tables/pull/1216) +* [[stable0.7] fix(api): Fix wrong array type (tables#1209)](https://github.com/nextcloud/tables/pull/1209) + ## 0.7.4 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index c7f661540..8b4856785 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.4 + 0.7.5 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index bb9dd2bcf..b35cc12fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "0.7.3", + "version": "0.7.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "0.7.3", + "version": "0.7.5", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 657765a93..d9a6d604d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.7.4", + "version": "0.7.5", "author": "Florian Steffens