Skip to content

Commit c65ccb7

Browse files
Merge pull request #1241 from nextcloud/release/0.7.5
chore: bump stable0.7 to version 0.7.5
2 parents b07b85d + 7aa15e0 commit c65ccb7

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.7.5
4+
5+
### Fixed
6+
* [[stable0.7] fix: remove View filter with null column (tables#1199)](https://github.com/nextcloud/tables/pull/1199)
7+
* [[stable0.7] fix: flaky Cypress tests (tables#1231)](https://github.com/nextcloud/tables/pull/1231)
8+
* [[stable0.7] fix(ViewService): treat missing index manageTable pragmatically (tables#1227)](https://github.com/nextcloud/tables/pull/1227)
9+
* [[stable0.7] fix(Capabilities): announce API 2.0 (tables#1216)](https://github.com/nextcloud/tables/pull/1216)
10+
* [[stable0.7] fix(api): Fix wrong array type (tables#1209)](https://github.com/nextcloud/tables/pull/1209)
11+
312
## 0.7.4
413

514
### Added

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Share your tables and views with users and groups within your cloud.
2121
Have a good time and manage whatever you want.
2222
2323
]]></description>
24-
<version>0.7.4</version>
24+
<version>0.7.5</version>
2525
<licence>agpl</licence>
2626
<author mail="[email protected]">Florian Steffens</author>
2727
<namespace>Tables</namespace>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.7.4",
4+
"version": "0.7.5",
55
"author": "Florian Steffens <[email protected]",
66
"bugs": {
77
"url": "https://github.com/nextcloud/tables/issues"

0 commit comments

Comments
 (0)