Skip to content

Commit

Permalink
build(release): 0.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed May 8, 2024
1 parent c3974de commit bc4345a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.7.2

### Added

* [enh(Contexts): set active navigation entry (tables#1069)](https://github.com/nextcloud/tables/pull/1069)
* [enh: Delete Application and its shares (tables#1071)](https://github.com/nextcloud/tables/pull/1071)

### Fixed

* [fix: Properly set random icon on load (tables#1041)](https://github.com/nextcloud/tables/pull/1041)
* [fix(App): unstuck navbar focus on internal entries (tables#1043)](https://github.com/nextcloud/tables/pull/1043)
* [fix(occ): Fix occ tables:update by defining the `description` option and making `title` optional (tables#1047)](https://github.com/nextcloud/tables/pull/1047)
* [fix(DB): update tables_row_sleeves' sequence after migration (tables#1070)](https://github.com/nextcloud/tables/pull/1070)

### Other

* [perf: Make cache usable for unfavorited entries (tables#1065)](https://github.com/nextcloud/tables/pull/1065)
* [perf: Avoid extra queries to get the view ownership (tables#1066)](https://github.com/nextcloud/tables/pull/1066)
* [ci(integration): tests against context deletion (tables#1073)](https://github.com/nextcloud/tables/pull/1073)
* [Fix(deps): update dependency @nextcloud/router to ^3.0.1 (stable0.7) (tables#1022)](https://github.com/nextcloud/tables/pull/1022)

## 0.7.1

### Fixed
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.1</version>
<version>0.7.2</version>
<licence>agpl</licence>
<author mail="florian.steffens@nextcloud.com">Florian Steffens</author>
<namespace>Tables</namespace>
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.7.2",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand Down Expand Up @@ -67,4 +67,4 @@
"cypress-downloadfile": "^1.2.3",
"openapi-typescript": "^6.7.5"
}
}
}

0 comments on commit bc4345a

Please sign in to comment.