Skip to content

Commit

Permalink
v6.0.10 (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Aug 5, 2024
1 parent bb39b56 commit 67b3039
Show file tree
Hide file tree
Showing 181 changed files with 1,663 additions and 1,663 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
## 6.0.10 (2024-08-05)
* (foxriver76) fixed "alias subscription error" log
* (foxriver76) do not check for OS updates on Docker installations
* (foxriver76) clear package update notification if no updates are present anymore
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.0.10-alpha.0-20240804-d9be20474",
"version": "6.0.10",
"command": {
"run": {
"stream": true
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iobroker/js-controller-adapter",
"type": "module",
"version": "6.0.10-alpha.0-20240804-d9be20474",
"version": "6.0.10",
"engines": {
"node": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iobroker/js-controller-cli",
"type": "module",
"version": "6.0.10-alpha.0-20240804-d9be20474",
"version": "6.0.10",
"engines": {
"node": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common-db/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iobroker/js-controller-common-db",
"type": "module",
"version": "6.0.10-alpha.0-20240804-d9be20474",
"version": "6.0.10",
"engines": {
"node": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iobroker/js-controller-common",
"type": "module",
"version": "6.0.10-alpha.0-20240804-d9be20474",
"version": "6.0.10",
"engines": {
"node": ">=12.0.0"
},
Expand Down
Loading

0 comments on commit 67b3039

Please sign in to comment.