Skip to content

Commit 8474a55

Browse files
bump version to 1.12.6
Signed-off-by: Luka Trovic <[email protected]>
1 parent 9a7ecf5 commit 8474a55

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

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

4+
## 1.12.6
5+
6+
### Fixed
7+
8+
- Fix: incorrect height of editing windows and edit bar #6418
9+
- Avoid sql error on ONLY_FULL_GROUP_BY #6391
10+
11+
### Maintenance
12+
13+
- Fix npm audit #6374
14+
- Update nextcloud/ocp dependency #6385
15+
- Update nextcloud/ocp dependency #6350
16+
417
## 1.12.5
518

619
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- 🚀 Get your project organized
1717

1818
</description>
19-
<version>1.12.5</version>
19+
<version>1.12.6</version>
2020
<licence>agpl</licence>
2121
<author>Julius Härtl</author>
2222
<documentation>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "1.12.5",
4+
"version": "1.12.6",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)