Skip to content

Commit 9b2c5c4

Browse files
authored
Merge pull request #2023 from nextcloud/release/1.0.0-beta.3
build(release): 1.0.0-beta.3
2 parents b98f16c + a7f2a00 commit 9b2c5c4

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

66
# Changelog
77

8+
## 1.0.0-beta.3
9+
10+
### Fixed
11+
12+
* [Fix: Background of text inputs when rows are selected (tables#2000)](https://github.com/nextcloud/tables/pull/2000)
13+
* [Fix(deps): update tiptap to ^3.2.0 (main) (tables#2004)](https://github.com/nextcloud/tables/pull/2004)
14+
* [Fix: Scope CSS styles (tables#2018)](https://github.com/nextcloud/tables/pull/2018)
15+
816
## 1.0.0-beta.2
917

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

0 commit comments

Comments
 (0)