Skip to content

Commit 3b28515

Browse files
authored
Merge pull request #2152 from nextcloud/release/0.9.6
build(release): v0.9.6
2 parents 5ab9304 + da1784f commit 3b28515

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## 0.9.6
9+
10+
### Fixed
11+
12+
* [[stable0.9] fix: Smartpicker show content (tables#1961)](https://github.com/nextcloud/tables/pull/1961)
13+
* [[stable0.9] test(Cypress): Fix component tests (tables#1962)](https://github.com/nextcloud/tables/pull/1962)
14+
* [[stable0.9] fix: allow null userId (tables#1981)](https://github.com/nextcloud/tables/pull/1981)
15+
* [[stable0.9] fix(cypress): remove leftover `only` (tables#1995)](https://github.com/nextcloud/tables/pull/1995)
16+
* [[stable0.9] feat: remove rows in view after edit when they no longer match filter (tables#2017)](https://github.com/nextcloud/tables/pull/2017)
17+
* [[stable0.9] fix: Scope CSS styles (tables#2022)](https://github.com/nextcloud/tables/pull/2022)
18+
* [[stable0.9] fix: Add attribute to import preview functions (tables#2116)](https://github.com/nextcloud/tables/pull/2116)
19+
20+
### Dependencies
21+
22+
* [Fix(deps): update dependency phpoffice/phpspreadsheet to ^1.29.12 (stable0.9) (tables#1948)](https://github.com/nextcloud/tables/pull/1948)
23+
* [Fix(deps): update dependency @nextcloud/files to ^3.12.0 (stable0.9) (tables#1949)](https://github.com/nextcloud/tables/pull/1949)
24+
* [Fix(deps): update tiptap to ^3.5.2 (stable0.9) (tables#2069)](https://github.com/nextcloud/tables/pull/2069)
25+
* [Fix(deps): update dependency @nextcloud/initial-state to v3 (stable0.9) (tables#1987)](https://github.com/nextcloud/tables/pull/1987)
26+
* [Fix(deps): update dependency @nextcloud/vue to ^8.31.0 (stable0.9) (tables#2062)](https://github.com/nextcloud/tables/pull/2062)
27+
* [Fix(deps): update dependency @nextcloud/dialogs to ^6.3.2 (stable0.9) (tables#2058)](https://github.com/nextcloud/tables/pull/2058)
28+
* [Fix(deps): update dependency @nextcloud/axios to ^2.5.2 (stable0.9) (tables#2072)](https://github.com/nextcloud/tables/pull/2072)
29+
30+
### Other
31+
32+
* [Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.52.2 (stable0.9) (tables#2070)](https://github.com/nextcloud/tables/pull/2070)
33+
* [Chore(deps): update dependency openapi-typescript to ^7.9.1 (stable0.9) (tables#2005)](https://github.com/nextcloud/tables/pull/2005)
34+
* [Chore(deps): update dependency nextcloud/openapi-extractor to ^1.8.3 (stable0.9) (tables#2045)](https://github.com/nextcloud/tables/pull/2045)
35+
* [Chore(deps): update dependency cypress-vite to ^1.8.0 (stable0.9) (tables#2061)](https://github.com/nextcloud/tables/pull/2061)
36+
* [Chore(deps): update dependency staabm/annotate-pull-request-from-checkstyle to ^1.8.6 (stable0.9) (tables#2068)](https://github.com/nextcloud/tables/pull/2068)
37+
* [[stable0.9] tests(Integration): extend sharing tests (tables#2150)](https://github.com/nextcloud/tables/pull/2150)
38+
839
## 0.9.5
940

1041
### 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.5</version>
29+
<version>0.9.6</version>
3030
<licence>agpl</licence>
3131
<author mail="[email protected]">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.5",
4+
"version": "0.9.6",
55
"author": "Florian Steffens <[email protected]",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)