Skip to content

Commit f324eee

Browse files
committed
chore(release): Bump version to 10.1.2
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 15d8d9a commit f324eee

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
-->
55
# Changelog
66

7+
## 10.1.2
8+
9+
### Fixed
10+
11+
- fix: Force hide viewer header after changed iframe z-index [#5498](https://github.com/nextcloud/richdocuments/pull/5498)
12+
713
## 10.1.1
814

915
### Added

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<description><![CDATA[This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.
1212
1313
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
14-
<version>10.1.1</version>
14+
<version>10.1.2</version>
1515
<licence>agpl</licence>
1616
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1717
<types>
18-
<filesystem />
18+
<filesystem/>
1919
<prevent_group_restriction/>
2020
</types>
2121
<documentation>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "10.1.1",
4+
"version": "10.1.2",
55
"authors": [
66
{
77
"name": "Julius Härtl",
@@ -87,4 +87,4 @@
8787
],
8888
"globalSetup": "<rootDir>/src/tests/setup.js"
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)