Skip to content

Commit

Permalink
chore: release v6.13.13
Browse files Browse the repository at this point in the history
* (foxriver76) internal optimizations
  • Loading branch information
foxriver76 committed Dec 30, 2023
1 parent 9a4aae4 commit 5bd42cd
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.13.12",
"version": "6.13.13",
"packages": [
"packages/*"
],
Expand Down
16 changes: 8 additions & 8 deletions packages/admin/io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "6.13.12",
"version": "6.13.13",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,7 +18,7 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"6.13.12": {
"6.13.13": {
"en": "internal optimizations",
"de": "interne optimierungen",
"ru": "внутренние оптимизации",
Expand All @@ -31,7 +31,7 @@
"uk": "внутрішня оптимізація",
"zh-cn": "b. 优化内部环境"
},
"6.13.11": {
"6.13.12": {
"en": "internal optimizations",
"de": "interne optimierungen",
"ru": "внутренние оптимизации",
Expand All @@ -44,7 +44,7 @@
"uk": "внутрішня оптимізація",
"zh-cn": "b. 优化内部环境"
},
"6.13.10": {
"6.13.11": {
"en": "internal optimizations",
"de": "interne optimierungen",
"ru": "внутренние оптимизации",
Expand All @@ -57,7 +57,7 @@
"uk": "внутрішня оптимізація",
"zh-cn": "b. 优化内部环境"
},
"6.13.9": {
"6.13.10": {
"en": "internal optimizations",
"de": "interne optimierungen",
"ru": "внутренние оптимизации",
Expand All @@ -70,7 +70,7 @@
"uk": "внутрішня оптимізація",
"zh-cn": "b. 优化内部环境"
},
"6.13.8": {
"6.13.9": {
"en": "internal optimizations",
"de": "interne optimierungen",
"ru": "внутренние оптимизации",
Expand All @@ -83,7 +83,7 @@
"uk": "внутрішня оптимізація",
"zh-cn": "b. 优化内部环境"
},
"6.13.7": {
"6.13.8": {
"en": "internal optimizations",
"de": "interne optimierungen",
"ru": "внутренние оптимизации",
Expand All @@ -96,7 +96,7 @@
"uk": "внутрішня оптимізація",
"zh-cn": "b. 优化内部环境"
},
"6.13.6": {
"6.13.7": {
"en": "internal optimizations",
"de": "interne optimierungen",
"ru": "внутренние оптимизации",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion packages/dm-gui-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonConfig/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5bd42cd

Please sign in to comment.