Skip to content

Commit 7dbb2be

Browse files
authored
Merge pull request #2153 from nextcloud/release/0.8.9
build(release): v0.8.9
2 parents 82c5ebc + c675984 commit 7dbb2be

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## 0.8.9
9+
10+
### Fixed
11+
12+
* [[stable0.8] fix: allow null userId (tables#1982)](https://github.com/nextcloud/tables/pull/1982)
13+
* [[stable0.8] fix: update table edit functionality and improve element selectors (tables#1993)](https://github.com/nextcloud/tables/pull/1993)
14+
15+
### Other
16+
17+
* [[stable0.8] tests(Integration): extend sharing tests (tables#2149)](https://github.com/nextcloud/tables/pull/2149)
18+
819
## 0.8.8
920

1021
### Other

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Share your tables and views with users and groups within your cloud.
2525
Have a good time and manage whatever you want.
2626
2727
]]></description>
28-
<version>0.8.8</version>
28+
<version>0.8.9</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]">Florian Steffens</author>
3131
<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.8.8",
4+
"version": "0.8.9",
55
"author": "Florian Steffens <[email protected]",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)