Skip to content

Commit 24b3ca9

Browse files
authored
Merge pull request #2216 from nextcloud/rel/0.9.7
build(release): 0.9.7
2 parents cc3941b + cc4472d commit 24b3ca9

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55

66
# Changelog
77

8+
## 0.9.7
9+
10+
### Dependencies
11+
12+
* [Fix\(deps\): update tiptap to ^3.10.7 \(stable0.9\) (tables#2078)](https://github.com/nextcloud/tables/pull/2078)
13+
* [Fix\(deps\): update dependency @nextcloud/auth to ^2.5.3 \(stable0.9\) (tables#2196)](https://github.com/nextcloud/tables/pull/2196)
14+
* [Fix\(deps\): update dependency @nextcloud/capabilities to ^1.2.1 \(stable0.9\) (tables#2197)](https://github.com/nextcloud/tables/pull/2197)
15+
* [Fix\(deps\): update dependency @nextcloud/event\-bus to ^3.3.3 \(stable0.9\) \- autoclosed (tables#2201)](https://github.com/nextcloud/tables/pull/2201)
16+
* [Fix\(deps\): update dependency @nextcloud/l10n to ^3.4.1 \(stable0.9\) (tables#2202)](https://github.com/nextcloud/tables/pull/2202)
17+
* [Fix\(deps\): update dependency @nextcloud/dialogs to ^6.4.1 \(stable0.9\) \- autoclosed (tables#2207)](https://github.com/nextcloud/tables/pull/2207)
18+
* [Fix\(deps\): update dependency @nextcloud/router to ^3.1.0 \(stable0.9\) (tables#2208)](https://github.com/nextcloud/tables/pull/2208)
19+
20+
### Other
21+
22+
* [\[stable0.9\] refactor: remove unnecessary parameter \(plus cleanup\) (tables#2187)](https://github.com/nextcloud/tables/pull/2187)
23+
824
## 0.9.6
925

1026
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Share your tables and views with users and groups within your cloud.
2626
Have a good time and manage whatever you want.
2727
2828
]]></description>
29-
<version>0.9.6</version>
29+
<version>0.9.7</version>
3030
<licence>agpl</licence>
3131
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
3232
<namespace>Tables</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,7 +1,7 @@
11
{
22
"name": "tables",
33
"description": "Manage data within tables.",
4-
"version": "0.9.6",
4+
"version": "0.9.7",
55
"author": "Florian Steffens <florian.steffens@nextcloud.com",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)