Skip to content

Commit df15b38

Browse files
Merge pull request #1053 from nextcloud/release/v33.0.2
[stable33] chore(release): Bump versions to 33.0.2
2 parents 32e5e00 + d532e26 commit df15b38

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
-->
55
# Changelog
66

7+
## 33.0.2
8+
9+
### Fixed
10+
11+
- fix: migrate FileAction to IFileAction for @nextcloud/files v4 by @benjaminfrueh [#1050](https://github.com/nextcloud/files_lock/pull/1050)
12+
713
## 33.0.1
814

915
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
1313
1414
]]>
1515
</description>
16-
<version>33.0.1</version>
16+
<version>33.0.2</version>
1717
<licence>agpl</licence>
1818
<author>Maxence Lange</author>
1919
<namespace>FilesLock</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files_lock",
3-
"version": "33.0.1",
3+
"version": "33.0.2",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)