Skip to content

Commit ccd1024

Browse files
committed
chore(release): Bump version to 1.15.0-beta.2
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 58de289 commit ccd1024

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 1.15.0-beta.2
9+
10+
### Added
11+
12+
- feat: Implement reference resolving for cards that have a link in the title @juliusknorr [#6286](https://github.com/nextcloud/deck/pull/6286)
13+
14+
### Other
15+
16+
- Remove old project from README @edent [#6658](https://github.com/nextcloud/deck/pull/6658)
17+
- devcontainer(image): Fix package path @niclasheinz [#6653](https://github.com/nextcloud/deck/pull/6653)
18+
- remove deprecated nextcloud-vue-collections @grnd-alt [#6664](https://github.com/nextcloud/deck/pull/6664)
19+
- fix: set cypress ci server version to stable31 @grnd-alt [#6705](https://github.com/nextcloud/deck/pull/6705)
20+
821
## 1.15.0-beta.1
922
### Fixed
1023
- fix: Catch not found card @juliusknorr [#6646](https://github.com/nextcloud/deck/pull/6646)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 🚀 Get your project organized
2121

2222
</description>
23-
<version>1.15.0-beta.1</version>
23+
<version>1.15.0-beta.2</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<namespace>Deck</namespace>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "1.15.0-beta.1",
4+
"version": "1.15.0-beta.2",
55
"authors": [
66
{
77
"name": "Julius Härtl",
@@ -106,4 +106,4 @@
106106
"<rootDir>/node_modules/jest-serializer-vue"
107107
]
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)