mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
Merge pull request #5085 from nextcloud/release/v9.0.1
chore(release): v9.0.1
This commit is contained in:
commit
18d41d7acc
4 changed files with 15 additions and 4 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -4,6 +4,17 @@
|
||||||
-->
|
-->
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 9.0.1
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Node cannot be found when within group folder by @blizzz in [#5081](https://github.com/nextcloud/richdocuments/pull/5081)
|
||||||
|
- Delete template source after initial token is generated for guest users by @kaiyou in [#5077](https://github.com/nextcloud/richdocuments/pull/5077)
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- Run Cypress on stable32 server version by @elzody in [#5078](https://github.com/nextcloud/richdocuments/pull/5078)
|
||||||
|
- NPM audits
|
||||||
|
- Dependency updates
|
||||||
|
|
||||||
## 9.0.0
|
## 9.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<description><** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
|
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>
|
||||||
<version>9.0.0</version>
|
<version>9.0.1</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
||||||
<types>
|
<types>
|
||||||
|
|
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "richdocuments",
|
"name": "richdocuments",
|
||||||
"version": "9.0.0",
|
"version": "9.0.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "richdocuments",
|
"name": "richdocuments",
|
||||||
"version": "9.0.0",
|
"version": "9.0.1",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nextcloud/auth": "^2.5.2",
|
"@nextcloud/auth": "^2.5.2",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "richdocuments",
|
"name": "richdocuments",
|
||||||
"description": "Collabora online integration",
|
"description": "Collabora online integration",
|
||||||
"version": "9.0.0",
|
"version": "9.0.1",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Julius Härtl",
|
"name": "Julius Härtl",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue