Merge pull request #6480 from nextcloud/release/1.12.6

chore(release): bump version to 1.12.6
This commit is contained in:
Luka Trovic
2024-11-08 19:44:24 +01:00
committed by GitHub
4 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.12.6
### Fixed
- Fix: incorrect height of editing windows and edit bar #6418
- Avoid sql error on ONLY_FULL_GROUP_BY #6391
### Maintenance
- Fix npm audit #6374
- Update nextcloud/ocp dependency #6385
- Update nextcloud/ocp dependency #6350
## 1.12.5
### Fixed

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.12.5</version>
<version>1.12.6</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "deck",
"version": "1.12.5",
"version": "1.12.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "deck",
"version": "1.12.5",
"version": "1.12.6",
"license": "agpl",
"dependencies": {
"@babel/polyfill": "^7.12.1",

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.12.5",
"version": "1.12.6",
"authors": [
{
"name": "Julius Härtl",