Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump stable0.7 to version 0.7.4 #1182

Merged
merged 2 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.7.4

### Added
* [[stable0.7] Extract selection option labels for Analytics (tables#1181)](https://github.com/nextcloud/tables/pull/1181)

### Fixed
* [[stable0.7] fix: hide Create Column button on empty table if inadequate permissions (tables#1152)](https://github.com/nextcloud/tables/pull/1152)
* [[stable0.7] fix(API): declared array shape was not correct (tables#1171)](https://github.com/nextcloud/tables/pull/1171)
* [[stable0.7] fix: only add resource if user can manage resource (tables#1174)](https://github.com/nextcloud/tables/pull/1174)
* [[stable0.7] fix: modify context nodes update (tables#1183)](https://github.com/nextcloud/tables/pull/1183)

### Other
* [[stable0.7] ci: add missing server branches to matrices (tables#1172)](https://github.com/nextcloud/tables/pull/1172)
* [Chore(deps): update dependency cypress-downloadfile to ^1.2.4 (stable0.7) (tables#1164)](https://github.com/nextcloud/tables/pull/1164)

## 0.7.3

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.

]]></description>
<version>0.7.3</version>
<version>0.7.4</version>
<licence>agpl</licence>
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
<namespace>Tables</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
"version": "0.7.3",
"version": "0.7.4",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand Down
Loading