Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.1.2
Browse files Browse the repository at this point in the history
* (@foxriver76) fixed host base settings dialog
  • Loading branch information
foxriver76 authored Sep 20, 2024
1 parent 7758b5e commit c67e895
Show file tree
Hide file tree
Showing 9 changed files with 617 additions and 607 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Older changes
## 7.0.23 (2024-08-05)
* (foxriver76) only automatically open the host notification dialog if warnings are available
* (foxriver76) improved style of host notification dialog
* (foxriver76) clarified auto upgrade options selection
* (bluefox) Corrected the link in instances, e.g., for vis-2
* (bluefox) Corrected the connection information in the instance tab

## 7.0.22 (2024-07-29)
* (bluefox) Corrected installation of adapter with the license unequal to MIT
* (bluefox) Corrected width of a side menu
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ The icons may not be reused in other projects without the proper flaticon licens
<!--
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 7.1.2 (2024-09-20)
* (@foxriver76) fixed host base settings dialog

### 7.1.1 (2024-09-15)
Expand All @@ -107,13 +106,6 @@ The icons may not be reused in other projects without the proper flaticon licens
* (bluefox) Showed min/max limits by controlling the values
* (bluefox) Corrected style for tabs

### 7.0.23 (2024-08-05)
* (foxriver76) only automatically open the host notification dialog if warnings are available
* (foxriver76) improved style of host notification dialog
* (foxriver76) clarified auto upgrade options selection
* (bluefox) Corrected the link in instances, e.g., for vis-2
* (bluefox) Corrected the connection information in the instance tab

## License
The MIT License (MIT)

Expand Down
38 changes: 23 additions & 15 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"version": "7.1.1",
"packages": ["packages/*"],
"command": {
"run": {
"stream": true
},
"version": {
"npmClientArgs": ["-f"],
"allowBranch": ["master"],
"ignoreChanges": ["*.md"],
"exact": true,
"forcePublish": true
}
"version": "7.1.2",
"packages": [
"packages/*"
],
"command": {
"run": {
"stream": true
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
"version": {
"npmClientArgs": [
"-f"
],
"allowBranch": [
"master"
],
"ignoreChanges": [
"*.md"
],
"exact": true,
"forcePublish": true
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
6 changes: 3 additions & 3 deletions package-lock.json

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

1,155 changes: 579 additions & 576 deletions packages/admin/io-package.json

Large diffs are not rendered by default.

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": "7.1.1",
"version": "7.1.2",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/src-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
]
],
"version": "7.1.1"
}
}
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": "7.1.1",
"version": "7.1.2",
"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": "7.1.1",
"version": "7.1.2",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit c67e895

Please sign in to comment.