Skip to content

Commit

Permalink
Merge pull request #1134 from nextcloud/rel/0.7.3
Browse files Browse the repository at this point in the history
build(release): 0.7.3
  • Loading branch information
blizzz authored Jun 10, 2024
2 parents dc4f784 + a9c51f6 commit 6295a40
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 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.3

### Added

* [[stable0.7] enh(App): navigation tweaks for Contexts (tables#1082)](https://github.com/nextcloud/tables/pull/1082)

### Fixed

* [[stable0.7] fix(DB): fetch pageId as int (tables#1089)](https://github.com/nextcloud/tables/pull/1089)
* [[stable0.7] fix(Context): do not show hidden columns (tables#1111)](https://github.com/nextcloud/tables/pull/1111)

### Other

* [Chore(deps): update dependency @nextcloud/browserslist-config to ^3.0.1 (stable0.7) (tables#1020)](https://github.com/nextcloud/tables/pull/1020)
* [Fix(deps): update tiptap to ^2.3.2 (stable0.7) (tables#1056)](https://github.com/nextcloud/tables/pull/1056)
* [Chore(deps): update dependency openapi-typescript to ^6.7.6 (stable0.7) (tables#1107)](https://github.com/nextcloud/tables/pull/1107)
* [[stable0.7] test(cypress): fix month names (tables#1120)](https://github.com/nextcloud/tables/pull/1120)
* [[stable0.7] ci(integration): tests against context updates (tables#1121)](https://github.com/nextcloud/tables/pull/1121)
* [[stable0.7] ci(integration): test against context sharing (tables#1132)](https://github.com/nextcloud/tables/pull/1132)
* [[stable0.7] fix(Controller): remove unneeded endpoints (tables#1133)](https://github.com/nextcloud/tables/pull/1133)

## 0.7.2

### 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.2</version>
<version>0.7.3</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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "0.7.3",
"author": "Florian Steffens <florian.steffens@nextcloud.com",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand Down

0 comments on commit 6295a40

Please sign in to comment.