Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.2.0
Browse files Browse the repository at this point in the history
-   (@GermanBluefox) Added the check of well-known passwords for the linux systems
-   (@GermanBluefox) Added the history for the installation from URL
-   (@foxriver76) fixed wrongly displayed repository warning
  • Loading branch information
foxriver76 authored Oct 1, 2024
1 parent 1c0f0ef commit f06e491
Show file tree
Hide file tree
Showing 8 changed files with 644 additions and 635 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 7.1.0 (2024-09-02)

- (bluefox) Added the possibility to show button in notifications
- (bluefox) Removed gulp from the build process

## 7.0.25 (2024-08-24)

Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ The icons may not be reused in other projects without the proper flaticon licens
<!--
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 7.2.0 (2024-10-01)

- (@GermanBluefox) Added the check of well-known passwords for the linux systems
- (@GermanBluefox) Added the history for the installation from URL
Expand Down Expand Up @@ -116,11 +115,6 @@ The icons may not be reused in other projects without the proper flaticon licens
- (bluefox) Added links to aliases in the object browser
- (bluefox) Added confirmation for CRON dialog if set to triggering every minute

### 7.1.0 (2024-09-02)

- (bluefox) Added the possibility to show button in notifications
- (bluefox) Removed gulp from the build process

## 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.5",
"packages": ["packages/*"],
"command": {
"run": {
"stream": true
},
"version": {
"npmClientArgs": ["-f"],
"allowBranch": ["master"],
"ignoreChanges": ["*.md"],
"exact": true,
"forcePublish": true
}
"version": "7.2.0",
"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,217 changes: 610 additions & 607 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.5",
"version": "7.2.0",
"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": "7.1.5",
"version": "7.2.0",
"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.5",
"version": "7.2.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit f06e491

Please sign in to comment.