Skip to content

Commit af1d57d

Browse files
authored
Merge pull request #2151 from nextcloud/release/1.0.1
build(release): v1.0.1
2 parents 5846797 + d88953a commit af1d57d

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## 1.0.1
9+
10+
### Added
11+
12+
* [Feat: add additional date filter options (tables#2099)](https://github.com/nextcloud/tables/pull/2099)
13+
14+
### Fixed
15+
16+
* [Fix: Add key to pre-existing usergroup items (tables#2117)](https://github.com/nextcloud/tables/pull/2117)
17+
* [Fix: Do not use meta columns as key (tables#2135)](https://github.com/nextcloud/tables/pull/2135)
18+
* [Fix(l10n): use a splitless string for translation (tables#2140)](https://github.com/nextcloud/tables/pull/2140)
19+
* [Enh: Polish inline editing fields (tables#2095)](https://github.com/nextcloud/tables/pull/2095)
20+
21+
### Other
22+
* [Build(dependencies): scope dependencies in lib/Vendor (tables#2136)](https://github.com/nextcloud/tables/pull/2136)
23+
* [Build: update node and npm engines versions (tables#2141)](https://github.com/nextcloud/tables/pull/2141)
24+
* [Ci: do not force old phpunit in server`s own integration tests (tables#2147)](https://github.com/nextcloud/tables/pull/2147)
25+
* [Tests(Integration): extend sharing tests (tables#2148)](https://github.com/nextcloud/tables/pull/2148)
26+
27+
### Dependencies
28+
* [Fix(lint): Update ESLint command to use flat config (tables#2118)](https://github.com/nextcloud/tables/pull/2118)
29+
* [Fix(deps): update dependency @nextcloud/dialogs to ^6.4.1 (main) (tables#2120)](https://github.com/nextcloud/tables/pull/2120)
30+
* [Fix(deps): update tiptap to ^3.9.0 (main) (tables#2122)](https://github.com/nextcloud/tables/pull/2122)
31+
* [Chore(deps): update dependency phpoffice/phpspreadsheet to 5.1 (tables#2096)](https://github.com/nextcloud/tables/pull/2096)
32+
* [[main] Fix npm audit (tables#2115)](https://github.com/nextcloud/tables/pull/2115)
33+
* [[main] Fix npm audit (tables#2123)](https://github.com/nextcloud/tables/pull/2123)
34+
835
## 1.0.0
936

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

0 commit comments

Comments
 (0)