Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.1.5
Browse files Browse the repository at this point in the history
* (bluefox) Added the read-only flag to the `state` JSON Config component
  • Loading branch information
foxriver76 authored Sep 26, 2024
1 parent 7da9543 commit 84e927d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The icons may not be reused in other projects without the proper flaticon licens
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 7.1.5 (2024-09-26)
* (bluefox) Added the read-only flag to the `state` JSON Config component

### 7.1.3 (2024-09-20)
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.1.4",
"version": "7.1.5",
"packages": [
"packages/*"
],
Expand Down
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.1.4",
"version": "7.1.5",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -19,6 +19,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.1.5": {
"en": "Added the read-only flag to the `state` JSON Config component",
"de": "Die Nur-Lese-Flagge zur \"state\" hinzugefügt JSON Config Komponente",
"ru": "Добавить флаг только для чтения в \"государство\" Компонент JSON Config",
"pt": "Adicionado a bandeira somente leitura para o `state` Componente JSON Config",
"nl": "De alleen-lezen vlag toegevoegd aan de staat JSON Config component",
"fr": "Ajout du drapeau en lecture seule à l'état Composant JSON Config",
"it": "Aggiunto la bandiera di sola lettura al `state` Componente JSON Config",
"es": "Se agregó la bandera de sólo lectura al estado Componente de Config JSON",
"pl": "Dodano flagę read- only do 'stanu' Składnik konfiguracyjny JSON",
"uk": "Додано прапор `state` JSON Конфіг компонент",
"zh-cn": "将只读的旗帜添加到“国家”中 JSON 配置组件"
},
"7.1.3": {
"en": "improve appearance and standardization of some warning messages\nindicate `alert` warnings by the badge color on the notification button\nallow to distinguish between alert notifications and others for host notifications\ndo not automatically open the notification dialog without user interaction\nfixed logging as socket client is now throwing real errors",
"de": "verbesserung des aussehens und der standardisierung einiger warnmeldungen\n`alert` warnungen durch die abzeichenfarbe auf der benachrichtigungstaste anzeigen\nermöglichen, zwischen alarmmeldungen und anderen für host-benachrichtigungen zu unterscheiden\nnicht automatisch den benachrichtigungsdialog ohne benutzerinteraktion öffnen\nfeste protokollierung als buchsen-client ist jetzt werfen reale fehler",
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.1.4",
"version": "7.1.5",
"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 @@ -43,5 +43,5 @@
}
]
],
"version": "7.1.3"
"version": "7.1.4"
}
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.4",
"version": "7.1.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.1.4",
"version": "7.1.5",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 84e927d

Please sign in to comment.