From 09a8dadcf57414a01252ee12102cb580c7b47d9a Mon Sep 17 00:00:00 2001 From: Benjamin Frueh Date: Wed, 18 Feb 2026 11:59:41 +0100 Subject: [PATCH] chore(release): Bump version to 33.0.0 Signed-off-by: Benjamin Frueh --- CHANGELOG.md | 12 ++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 704c178f..c2edde89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ --> # Changelog +## 33.0.0 + +### Added + +- feat: add federated file locking by @benjaminfrueh [#989](https://github.com/nextcloud/files_lock/pull/989) + +### Other + +- chore/nextcloud files 4.0 by @juliusknorr [#950](https://github.com/nextcloud/files_lock/pull/950) +- refactor(QueryBuilder): Port away from deprecated execute method by @CarlSchwan [#847](https://github.com/nextcloud/files_lock/pull/847) +- feat(deps): Add Nextcloud 33 support on main by @nickvergessen [#780](https://github.com/nextcloud/files_lock/pull/780) + ## 31.0.0 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 2ddc2104..c867345d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,7 +13,7 @@ Allow your users to temporary lock their files to avoid conflicts while working ]]> - 33.0.0-dev.0 + 33.0.0 agpl Maxence Lange FilesLock diff --git a/package-lock.json b/package-lock.json index a24cb5cd..0399a1dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "files_lock", - "version": "33.0.0-dev.0", + "version": "33.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "files_lock", - "version": "33.0.0-dev.0", + "version": "33.0.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 24750927..b995d9eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "files_lock", - "version": "33.0.0-dev.0", + "version": "33.0.0", "license": "AGPL-3.0-or-later", "private": true, "type": "module",