Skip to content

Commit

Permalink
chore: release v7.0.17
Browse files Browse the repository at this point in the history
* (bluefox) Corrected the CRON description
* (bluefox) Corrected the Device Manager Component
  • Loading branch information
GermanBluefox committed Jul 15, 2024
1 parent d67b3f7 commit eea98de
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 25 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## 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.
## 7.0.9 (2024-07-02)
* (bluefox) Improved the mobile object browser

## 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.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.
Expand Down
5 changes: 1 addition & 4 deletions 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.17 (2024-07-15)
* (bluefox) Corrected the CRON description
* (bluefox) Corrected the Device Manager Component

Expand All @@ -108,9 +108,6 @@ The icons may not be reused in other projects without the proper flaticon licens
* (foxriver76) show js-controller changelog more prominent
* (bluefox) correcting the update button

### 7.0.9 (2024-07-02)
* (bluefox) Improved the mobile object browser

## License
The MIT License (MIT)

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.16",
"version": "7.0.17",
"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.

28 changes: 14 additions & 14 deletions 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.16",
"version": "7.0.17",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.0.17": {
"en": "Corrected the CRON description\nCorrected the Device Manager Component",
"de": "Korrektur der CRON-Beschreibung\nDie Gerätemanager-Komponente wurde korrigiert",
"ru": "Исправлено описание Крон\nИсправлен компонент диспетчера устройств",
"pt": "Corrigido a descrição CRON\nCorrected the Device Manager Component",
"nl": "Gewijzigde CRON-beschrijving\nDe component Apparaatbeheer corrigeren",
"fr": "Correction de la description du CRON\nCorrection du composant Gestionnaire de périphériques",
"it": "Corretto la descrizione CRON\nCorretto il componente Gestione dispositivi",
"es": "Corregido la descripción CRON\nCorregido el componente del administrador de dispositivos",
"pl": "Poprawiono opis CRON\nNaprawiono element menedżera urządzeń",
"uk": "Виправлено опис CRON\nВиправлено компонент диспетчера пристроїв",
"zh-cn": "更正了CRON描述\n纠正了设备管理器组件"
},
"7.0.16": {
"en": "Allowed playing mp3 and video files in the file browser",
"de": "Erlaubt, mp3 und Videodateien im Dateibrowser zu spielen",
Expand Down Expand Up @@ -95,19 +108,6 @@
"pl": "Ulepszenie mobilnej przeglądarki obiektów",
"uk": "Покращення веб-браузера",
"zh-cn": "改进移动对象浏览器"
},
"7.0.7": {
"en": "Corrected call of getObjectView with null parameter",
"de": "Korrigierter Anruf von getObject Ansicht mit Null-Parameter",
"ru": "Исправленный звонок getObject Просмотр с нулевым параметром",
"pt": "Chamada correta de getObject Ver com parâmetro nulo",
"nl": "Gecorrigeerde aanroep van getObject Beeld met nul parameter",
"fr": "Appel corrigé de getObject Affichage avec paramètre null",
"it": "Chiamata corretta di getObject Visualizza con parametro null",
"es": "Llamada corregida de getObject Ver con parámetro null",
"pl": "Poprawione wywołanie getObject Widok z parametrem null",
"uk": "Виправлений виклик getObject Перегляд з параметром null",
"zh-cn": "已更正的调取对象 以无效参数查看"
}
},
"desc": {
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.16",
"version": "7.0.17",
"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.16",
"version": "7.0.17",
"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.16",
"version": "7.0.17",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit eea98de

Please sign in to comment.