mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
Merge pull request #5217 from nextcloud/release/v8.4.14
chore(release): v8.4.14
This commit is contained in:
commit
e0208060cb
4 changed files with 10 additions and 4 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 8.4.14
|
||||
|
||||
### Fixed
|
||||
- Do not set the container for the file picker by @juliusknorr in [#5117](https://github.com/nextcloud/richdocuments/pull/5117)
|
||||
- Pass document target through viewer component by @juliusknorr in [#5141](https://github.com/nextcloud/richdocuments/pull/5141)
|
||||
|
||||
## 8.4.13
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<description><** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
|
||||
<version>8.4.13</version>
|
||||
<version>8.4.14</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
||||
<types>
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "richdocuments",
|
||||
"version": "8.4.13",
|
||||
"version": "8.4.14",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "richdocuments",
|
||||
"version": "8.4.13",
|
||||
"version": "8.4.14",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.4.0",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "richdocuments",
|
||||
"description": "Collabora online integration",
|
||||
"version": "8.4.13",
|
||||
"version": "8.4.14",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Julius Härtl",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue