Skip to content

Commit

Permalink
chore: release v7.0.9
Browse files Browse the repository at this point in the history
* (bluefox) Improved the mobile object browser
  • Loading branch information
GermanBluefox committed Jul 2, 2024
1 parent 9c0fc10 commit 4ddfdb2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 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.

## 6.17.14 (2024-05-25)
* (bluefox) Only some packages updated

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.9 (2024-07-02)
* (bluefox) Improved the mobile object browser

### 7.0.7 (2024-06-27)
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.8",
"version": "7.0.9",
"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.8",
"version": "7.0.9",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.0.9": {
"en": "Improved the mobile object browser",
"de": "Verbessert den mobilen Objekt-Browser",
"ru": "Улучшен браузер мобильных объектов",
"pt": "Melhoria do navegador de objetos móveis",
"nl": "Verbeterde mobiele objectbrowser",
"fr": "Amélioration du navigateur des objets mobiles",
"it": "Migliorato il browser degli oggetti mobili",
"es": "Mejorar el navegador de objeto móvil",
"pl": "Ulepszenie mobilnej przeglądarki obiektów",
"uk": "Покращення веб-браузера",
"zh-cn": "改进移动对象浏览器"
},
"7.0.8": {
"en": "Improved the mobile object browser",
"de": "Verbessert den mobilen Objekt-Browser",
Expand Down Expand Up @@ -95,19 +108,6 @@
"pl": "Tylko niektóre pakiety zaktualizowane",
"uk": "Тільки деякі пакети оновлено",
"zh-cn": "只更新一些软件包"
},
"6.17.13": {
"en": "Alias editing corrected\nWeb-extension indicator corrected",
"de": "Alias Bearbeitung korrigiert\nWeb-Extension Indikator korrigiert",
"ru": "Исправлено редактирование\nИндикатор расширения сети",
"pt": "Alias edição corrigida\nIndicador de extensão Web corrigido",
"nl": "Alias bewerken gecorrigeerd\nWeb-extension indicator gecorrigeerd",
"fr": "Révision de Alias corrigée\nIndicateur d'extension du Web corrigé",
"it": "Alias editing corretto\nIndicatore di estensione web corretto",
"es": "Corrección de la edición de Alias\nIndicador de la vista web corregido",
"pl": "Alias edycja poprawiona\nKorekta wskaźnika rozszerzania stron internetowych",
"uk": "Виправлено редагування Alias\nІндикатор налаштування веб-перегляду",
"zh-cn": "别名编辑更正\n网络扩展指标得到更正"
}
},
"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.8",
"version": "7.0.9",
"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.8",
"version": "7.0.9",
"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.8",
"version": "7.0.9",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 4ddfdb2

Please sign in to comment.