Merge pull request #6479 from nextcloud/release/1.13.3
chore(release): bump version to 1.13.3
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,6 +1,16 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.13.3
|
||||
### Fixed
|
||||
- fix: board bubble preview widget #6476
|
||||
|
||||
### Maintenance
|
||||
- Fix npm audit #6448
|
||||
- Fix npm audit #6410
|
||||
- Update nextcloud/ocp dependency #6384
|
||||
- Update nextcloud/ocp dependency #6349
|
||||
|
||||
## 1.13.2
|
||||
### Fixed
|
||||
- fix: Load archived card if URL is opened directly #6325
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>1.13.2</version>
|
||||
<version>1.13.3</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<documentation>
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "deck",
|
||||
"version": "1.13.2",
|
||||
"version": "1.13.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "deck",
|
||||
"version": "1.13.2",
|
||||
"version": "1.13.3",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "deck",
|
||||
"description": "",
|
||||
"version": "1.13.2",
|
||||
"version": "1.13.3",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Julius Härtl",
|
||||
|
||||
Reference in New Issue
Block a user