Skip to content

Commit 9eb949e

Browse files
authored
Merge pull request #2109 from nextcloud/release/1.0.0
build(release): v1.0.0
2 parents e702569 + 565289e commit 9eb949e

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## 1.0.0
9+
10+
### Added
11+
12+
* [Feat: activity support (tables#2002)](https://github.com/nextcloud/tables/pull/2002)
13+
14+
### Fixed
15+
16+
* [Fix(deps): update tiptap to ^3.6.6 (main) (tables#2066)](https://github.com/nextcloud/tables/pull/2066)
17+
* [Fix: Export JSON scheme (tables#2075)](https://github.com/nextcloud/tables/pull/2075)
18+
* [Fix: Avoid duplicate navigation items (tables#2094)](https://github.com/nextcloud/tables/pull/2094)
19+
* [Fix(deps): update dependency @nextcloud/auth to ^2.5.3 (main) (tables#2104)](https://github.com/nextcloud/tables/pull/2104)
20+
* [Fix: Add attribute to import preview functions (tables#2108)](https://github.com/nextcloud/tables/pull/2108)
21+
22+
### Other
23+
24+
* [Build(deps): claim supporting NC 33 (tables#2097)](https://github.com/nextcloud/tables/pull/2097)
25+
* [Ci: reduce assumptions about paths on the ci host (tables#2098)](https://github.com/nextcloud/tables/pull/2098)
26+
27+
### Dependencies
28+
29+
* [Chore(deps): update dependency vite to ^7.1.9 (main) (tables#2064)](https://github.com/nextcloud/tables/pull/2064)
30+
* [Chore(deps): update dependency @rollup/rollup-linux-x64-gnu to ^4.52.4 (main) (tables#2067)](https://github.com/nextcloud/tables/pull/2067)
31+
* [[main] Fix npm audit (tables#2081)](https://github.com/nextcloud/tables/pull/2081)
32+
* [Chore(deps): update shivammathur/setup-php digest to bf6b4fb (main) (tables#2090)](https://github.com/nextcloud/tables/pull/2090)
33+
* [Chore(deps): update skjnldsv/xpath-action digest to d813024 (main) (tables#2091)](https://github.com/nextcloud/tables/pull/2091)
34+
* [Chore(deps): update dependency @nextcloud/stylelint-config to ^3.1.1 (main) (tables#2101)](https://github.com/nextcloud/tables/pull/2101)
35+
* [Chore(deps): update dependency nextcloud/openapi-extractor to ^1.8.6 (main) (tables#2102)](https://github.com/nextcloud/tables/pull/2102)
36+
* [[main] Update nextcloud/ocp dependency (tables#2103)](https://github.com/nextcloud/tables/pull/2103)
37+
38+
839
## 1.0.0-beta.4
940

1041
### Added

appinfo/info.xml

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

0 commit comments

Comments
 (0)