Skip to content

Commit

Permalink
chore: release v7.0.5
Browse files Browse the repository at this point in the history
* (bluefox) Login page was corrected
  • Loading branch information
GermanBluefox committed Jun 26, 2024
1 parent c69f824 commit 16d8b44
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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.17.12 (2024-05-22)
* (foxriver76) support of Node.js upgrade via UI (with js-controller Kiera - v6)
* (bluefox) Corrected CRON settings
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
### **WORK IN PROGRESS**
### 7.0.5 (2024-06-26)
* (bluefox) Login page was corrected

### 7.0.2 (2024-06-24)
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.4",
"version": "7.0.5",
"packages": [
"packages/*"
],
Expand All @@ -22,4 +22,4 @@
}
},
"$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.

15 changes: 14 additions & 1 deletion packages/admin/io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "7.0.4",
"version": "7.0.5",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.0.5": {
"en": "Login page was corrected",
"de": "Login-Seite wurde korrigiert",
"ru": "Страница входа была исправлена",
"pt": "A página de login foi corrigida",
"nl": "Aanmeldpagina is gecorrigeerd",
"fr": "La page de connexion a été corrigée",
"it": "La pagina di accesso è stata corretta",
"es": "La página de inicio fue corregida",
"pl": "Strona logowania została poprawiona",
"uk": "Увімкнути сторінку",
"zh-cn": "登录页面已更正"
},
"7.0.2": {
"en": "Working on Json-Custom-Components\non js-controller updater correctly determine the ip of slave hosts\nremoved \"@iobroker/types\" from production dependencies",
"de": "Arbeiten an Json-Custom-Components\nauf js-controller updater den ip von slave-hosts korrekt bestimmen\n\"@iobroker/typen\" aus produktionsabhängigkeiten entfernt",
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": "7.0.4",
"version": "7.0.5",
"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.0.4",
"version": "7.0.5",
"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.0.4",
"version": "7.0.5",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 16d8b44

Please sign in to comment.