From ff2c11c7969f2e201b476529af346ee55d021a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 16 Jan 2024 17:37:35 +0100 Subject: [PATCH] chore(release): Bump version to 1.7.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 8 ++ appinfo/info.xml | 2 +- package.json | 196 +++++++++++++++++++++++------------------------ 3 files changed, 107 insertions(+), 99 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8628ad280..f0c26b143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.7.5 + +### Fixed + +- Fix(occ): set user id for permission sevice from board service [#5074](https://github.com/nextcloud/deck/pull/5074) +- Fix small issues around delete/undo @juliushaertl [#5446](https://github.com/nextcloud/deck/pull/5446) +- Fix deleted card/board issues @juliushaertl [#5449](https://github.com/nextcloud/deck/pull/5449) + ## 1.7.4 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index b09ee56e1..e07fe0c2e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.7.4 + 1.7.5 agpl Julius Härtl Deck diff --git a/package.json b/package.json index 9cd9ff87c..706224c0e 100644 --- a/package.json +++ b/package.json @@ -1,100 +1,100 @@ { - "name": "deck", - "description": "", - "version": "1.7.4", - "authors": [ - { - "name": "Julius Härtl", - "email": "jus@bitgrid.net", - "role": "Developer" - }, - { - "name": "Michael Weimann", - "email": "mail@michael-weimann.eu", - "role": "Developer" - } - ], - "license": "agpl", - "private": true, - "scripts": { - "build": "NODE_ENV=production webpack --progress --config webpack.js", - "dev": "NODE_ENV=development webpack --progress --config webpack.js", - "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", - "lint": "eslint --ext .js,.vue src", - "lint:fix": "eslint --ext .js,.vue src --fix", - "stylelint": "stylelint src", - "stylelint:fix": "stylelint src --fix", - "test": "jest", - "test:coverage": "jest --coverage" - }, - "dependencies": { - "@babel/polyfill": "^7.12.1", - "@babel/runtime": "^7.17.9", - "@juliushaertl/vue-richtext": "^1.0.1", - "@nextcloud/auth": "^1.3.0", - "@nextcloud/axios": "^1.9.0", - "@nextcloud/dialogs": "^3.1.2", - "@nextcloud/event-bus": "^2.1.1", - "@nextcloud/files": "^2.1.0", - "@nextcloud/initial-state": "^1.2.1", - "@nextcloud/l10n": "^1.4.1", - "@nextcloud/moment": "^1.2.0", - "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^5.3.1", - "@nextcloud/vue-dashboard": "^2.0.1", - "blueimp-md5": "^2.19.0", - "dompurify": "^2.3.6", - "lodash": "^4.17.21", - "markdown-it": "^12.3.2", - "markdown-it-link-attributes": "^4.0.0", - "markdown-it-task-checkbox": "^1.0.6", - "moment": "^2.29.2", - "nextcloud-vue-collections": "^0.9.0", - "p-queue": "^6.6.2", - "url-search-params-polyfill": "^8.1.1", - "vue": "^2.6.14", - "vue-at": "^2.5.0-beta.2", - "vue-click-outside": "^1.1.0", - "vue-easymde": "^2.0.0", - "vue-infinite-loading": "^2.4.5", - "vue-router": "^3.5.3", - "vue-smooth-dnd": "^0.8.1", - "vuex": "^3.6.2", - "vuex-router-sync": "^5.0.0" - }, - "browserslist": [ - "extends @nextcloud/browserslist-config" - ], - "engines": { - "node": "^14.0.0", - "npm": "^7.0.0" - }, - "devDependencies": { - "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^2.2.0", - "@nextcloud/eslint-config": "^6.1.2", - "@nextcloud/stylelint-config": "^2.1.2", - "@nextcloud/webpack-vue-config": "^5.0.0", - "@relative-ci/agent": "^3.1.2", - "@vue/test-utils": "^1.3.0", - "jest": "^27.5.1", - "jest-serializer-vue": "^2.0.2", - "vue-jest": "^3.0.7" - }, - "jest": { - "moduleFileExtensions": [ - "js", - "vue" - ], - "moduleNameMapper": { - "^@/(.*)$": "/src/$1" - }, - "transform": { - "^.+\\.js$": "/node_modules/babel-jest", - ".*\\.(vue)$": "/node_modules/vue-jest" - }, - "snapshotSerializers": [ - "/node_modules/jest-serializer-vue" - ] - } + "name": "deck", + "description": "", + "version": "1.7.5", + "authors": [ + { + "name": "Julius Härtl", + "email": "jus@bitgrid.net", + "role": "Developer" + }, + { + "name": "Michael Weimann", + "email": "mail@michael-weimann.eu", + "role": "Developer" + } + ], + "license": "agpl", + "private": true, + "scripts": { + "build": "NODE_ENV=production webpack --progress --config webpack.js", + "dev": "NODE_ENV=development webpack --progress --config webpack.js", + "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", + "lint": "eslint --ext .js,.vue src", + "lint:fix": "eslint --ext .js,.vue src --fix", + "stylelint": "stylelint src", + "stylelint:fix": "stylelint src --fix", + "test": "jest", + "test:coverage": "jest --coverage" + }, + "dependencies": { + "@babel/polyfill": "^7.12.1", + "@babel/runtime": "^7.17.9", + "@juliushaertl/vue-richtext": "^1.0.1", + "@nextcloud/auth": "^1.3.0", + "@nextcloud/axios": "^1.9.0", + "@nextcloud/dialogs": "^3.1.2", + "@nextcloud/event-bus": "^2.1.1", + "@nextcloud/files": "^2.1.0", + "@nextcloud/initial-state": "^1.2.1", + "@nextcloud/l10n": "^1.4.1", + "@nextcloud/moment": "^1.2.0", + "@nextcloud/router": "^2.0.0", + "@nextcloud/vue": "^5.3.1", + "@nextcloud/vue-dashboard": "^2.0.1", + "blueimp-md5": "^2.19.0", + "dompurify": "^2.3.6", + "lodash": "^4.17.21", + "markdown-it": "^12.3.2", + "markdown-it-link-attributes": "^4.0.0", + "markdown-it-task-checkbox": "^1.0.6", + "moment": "^2.29.2", + "nextcloud-vue-collections": "^0.9.0", + "p-queue": "^6.6.2", + "url-search-params-polyfill": "^8.1.1", + "vue": "^2.6.14", + "vue-at": "^2.5.0-beta.2", + "vue-click-outside": "^1.1.0", + "vue-easymde": "^2.0.0", + "vue-infinite-loading": "^2.4.5", + "vue-router": "^3.5.3", + "vue-smooth-dnd": "^0.8.1", + "vuex": "^3.6.2", + "vuex-router-sync": "^5.0.0" + }, + "browserslist": [ + "extends @nextcloud/browserslist-config" + ], + "engines": { + "node": "^14.0.0", + "npm": "^7.0.0" + }, + "devDependencies": { + "@nextcloud/babel-config": "^1.0.0", + "@nextcloud/browserslist-config": "^2.2.0", + "@nextcloud/eslint-config": "^6.1.2", + "@nextcloud/stylelint-config": "^2.1.2", + "@nextcloud/webpack-vue-config": "^5.0.0", + "@relative-ci/agent": "^3.1.2", + "@vue/test-utils": "^1.3.0", + "jest": "^27.5.1", + "jest-serializer-vue": "^2.0.2", + "vue-jest": "^3.0.7" + }, + "jest": { + "moduleFileExtensions": [ + "js", + "vue" + ], + "moduleNameMapper": { + "^@/(.*)$": "/src/$1" + }, + "transform": { + "^.+\\.js$": "/node_modules/babel-jest", + ".*\\.(vue)$": "/node_modules/vue-jest" + }, + "snapshotSerializers": [ + "/node_modules/jest-serializer-vue" + ] + } } \ No newline at end of file