From bb254005d594471d796f5c69d8b01dc35d12d7fe Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 10 Jan 2025 18:01:38 +0100 Subject: [PATCH] build(release): 0.8.3 Signed-off-by: Arthur Schiwon --- 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 1eb324ad..7b4c81b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ # Changelog +## 0.8.3 + +### Fixed + +* [[stable0.8] fix(Import): expect selectionOptions as array from json (tables#1425)](https://github.com/nextcloud/tables/pull/1425) +* [[stable0.8] fix: use actual providerId in link rows (tables#1498)](https://github.com/nextcloud/tables/pull/1498) +* [[stable0.8] Fix "start of week" filter not working on table views (tables#1512)](https://github.com/nextcloud/tables/pull/1512) +* [[stable0.8] fix: allow adding meta data columns to views again (tables#1530)](https://github.com/nextcloud/tables/pull/1530) +* [[stable0.8] fix(Views): allow to sort for meta columns (tables#1533)](https://github.com/nextcloud/tables/pull/1533) + +### Other + +* dependency updates + ## 0.8.2 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 2f7caec2..d197efd3 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.2 + 0.8.3 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index 2e8a29be..497144d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "0.8.2", + "version": "0.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "0.8.2", + "version": "0.8.3", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 3843c0f0..abfbf35a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.8.2", + "version": "0.8.3", "author": "Florian Steffens