Skip to content

Commit

Permalink
v7.0.0 (#2937)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Oct 6, 2024
1 parent 4bb5c35 commit 44c6d25
Show file tree
Hide file tree
Showing 182 changed files with 1,678 additions and 1,665 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Placeholder for the next version (at the beginning of the line):
## __WORK IN PROGRESS__
-->
## __WORK IN PROGRESS__ - Lucy
## 7.0.0 (2024-10-06) - Lucy
**Breaking changes**
* Backups created with 7.0.x cannot be restored with previous version

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": "7.0.0-alpha.1-20241001-61327866b",
"version": "7.0.0",
"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": "7.0.0-alpha.1-20241001-61327866b",
"version": "7.0.0",
"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": "7.0.0-alpha.1-20241001-61327866b",
"version": "7.0.0",
"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": "7.0.0-alpha.1-20241001-61327866b",
"version": "7.0.0",
"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": "7.0.0-alpha.1-20241001-61327866b",
"version": "7.0.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down
Loading

0 comments on commit 44c6d25

Please sign in to comment.