diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index fa67e5d57..f15fac945 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -155,7 +155,7 @@ jobs: run: | npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} npm whoami - lerna publish from-package --yes + npx lerna publish from-package --yes - name: Create Github Release uses: actions/create-release@v1 diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index dddcee9cd..b341723a9 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -25,6 +25,10 @@ * (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons) * (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element. +## 6.12.1 (2023-10-29) +* (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons) +* (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element. + ## 6.12.7 (2023-12-03) * (foxriver76) add property `onLoaded` to `sendTo` json config * (foxriver76) fixed easy admin height diff --git a/README.md b/README.md index 24f26ebdf..85124cfe9 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ The icons may not be reused in other projects without the proper flaticon licens ### **WORK IN PROGRESS** --> ## Changelog -### 6.13.12 (2023-12-30) +### 6.13.13 (2023-12-30) * (foxriver76) internal optimizations ### 6.13.5 (2023-12-22) diff --git a/lerna.json b/lerna.json index 61bc9494d..d9f16f879 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.13.12", + "version": "6.13.13", "packages": [ "packages/*" ], diff --git a/packages/admin/io-package.json b/packages/admin/io-package.json index 79fbeb6db..698423d8b 100644 --- a/packages/admin/io-package.json +++ b/packages/admin/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "admin", - "version": "6.13.12", + "version": "6.13.13", "titleLang": { "en": "Admin", "de": "Admin", @@ -18,7 +18,7 @@ "connectionType": "local", "dataSource": "push", "news": { - "6.13.12": { + "6.13.13": { "en": "internal optimizations", "de": "interne optimierungen", "ru": "внутренние оптимизации", @@ -31,7 +31,7 @@ "uk": "внутрішня оптимізація", "zh-cn": "b. 优化内部环境" }, - "6.13.11": { + "6.13.12": { "en": "internal optimizations", "de": "interne optimierungen", "ru": "внутренние оптимизации", @@ -44,7 +44,7 @@ "uk": "внутрішня оптимізація", "zh-cn": "b. 优化内部环境" }, - "6.13.10": { + "6.13.11": { "en": "internal optimizations", "de": "interne optimierungen", "ru": "внутренние оптимизации", @@ -57,7 +57,7 @@ "uk": "внутрішня оптимізація", "zh-cn": "b. 优化内部环境" }, - "6.13.9": { + "6.13.10": { "en": "internal optimizations", "de": "interne optimierungen", "ru": "внутренние оптимизации", @@ -70,7 +70,7 @@ "uk": "внутрішня оптимізація", "zh-cn": "b. 优化内部环境" }, - "6.13.8": { + "6.13.9": { "en": "internal optimizations", "de": "interne optimierungen", "ru": "внутренние оптимизации", @@ -83,7 +83,7 @@ "uk": "внутрішня оптимізація", "zh-cn": "b. 优化内部环境" }, - "6.13.7": { + "6.13.8": { "en": "internal optimizations", "de": "interne optimierungen", "ru": "внутренние оптимизации", @@ -96,7 +96,7 @@ "uk": "внутрішня оптимізація", "zh-cn": "b. 优化内部环境" }, - "6.13.6": { + "6.13.7": { "en": "internal optimizations", "de": "interne optimierungen", "ru": "внутренние оптимизации", diff --git a/packages/admin/package.json b/packages/admin/package.json index 51ec80154..a00bf8cde 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.admin", "description": "The adapter opens a webserver for the ioBroker admin UI.", - "version": "6.13.12", + "version": "6.13.13", "contributors": [ "bluefox ", "apollon77", diff --git a/packages/dm-gui-components/package.json b/packages/dm-gui-components/package.json index 1eb426d8b..27e7ed85c 100644 --- a/packages/dm-gui-components/package.json +++ b/packages/dm-gui-components/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/dm-gui-components", - "version": "6.13.12", + "version": "6.13.13", "description": "ReactJS components to develop admin interface for ioBroker device manager.", "author": { "name": "Jey Cee", diff --git a/packages/jsonConfig/package.json b/packages/jsonConfig/package.json index 7cc37f551..55f14bfe6 100644 --- a/packages/jsonConfig/package.json +++ b/packages/jsonConfig/package.json @@ -1,7 +1,7 @@ { "name": "@iobroker/json-config", "description": "This package contains the ioBroker JSON config UI components", - "version": "6.13.12", + "version": "6.13.13", "main": "./build/index.js", "types": "./build/index.d.ts", "scripts": {