Skip to content

Commit

Permalink
chore: release v7.0.11
Browse files Browse the repository at this point in the history
* (foxriver76) host tab details are now indicated by a classic chevron instead of blink indicator
* (foxriver76) show js-controller changelog more prominent
* (bluefox) correcting the update button
  • Loading branch information
GermanBluefox committed Jul 3, 2024
1 parent 0b8b51a commit 042695f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 9 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.

## 7.0.1 (2024-06-10)
* (bluefox) Because of the breaking change in GUI components, the GUI was updated. Users will see no difference, but developers should check their packages.
* (bluefox) Rewritten many GUI components to TypeScript
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.11 (2024-07-03)
* (foxriver76) host tab details are now indicated by a classic chevron instead of blink indicator
* (foxriver76) show js-controller changelog more prominent
* (bluefox) correcting the update button
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.10",
"version": "7.0.11",
"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.0.10",
"version": "7.0.11",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.0.11": {
"en": "host tab details are now indicated by a classic chevron instead of blink indicator\nshow js-controller changelog more prominent\ncorrecting the update button",
"de": "host-tab-details werden nun durch einen klassischen chevron angezeigt statt blink-indikator\nshow js-controller changelog mehr prominent\nkorrektur der update-taste",
"ru": "детали вкладки хоста теперь указаны классическим шевроном вместо индикатора мигания\nпоказать js-controller сменлог более заметно\nисправление кнопки обновления",
"pt": "detalhes da aba do host agora são indicados por um chevron clássico em vez de indicador de piscar\nmostrar js-controller changelog mais proeminente\ncorrigindo o botão de atualização",
"nl": "host tab details worden nu aangegeven door een klassieke chevron in plaats van knipper indicator\ntoon js-controller changelog prominenter\ncorrectie van de updateknop",
"fr": "les détails de l'onglet hôte sont maintenant indiqués par un chevron classique au lieu de clignotant\nmontrer js-controller changelog plus proéminent\ncorriger le bouton de mise à jour",
"it": "i dettagli della scheda host sono ora indicati da un classico chevron invece di indicatore di blink\nmostra js-controller changelog più prominente\ncorreggere il pulsante di aggiornamento",
"es": "los detalles de la pestaña host son ahora indicados por un clásico chevron en lugar de indicador de parpadeo\nshow js-controller changelog más prominente\ncorregir el botón de actualización",
"pl": "szczegóły karty hosta są teraz wskazywane przez klasyczny chevron zamiast wskaźnika mrugnięcia\nshow js- controller changelog bardziej widoczne\npoprawianie przycisku aktualizacji",
"uk": "деталі вкладок ведучих тепер вказують класичний шеврон замість індикатора blink\nпоказати js-controller зміниlog докладніше\nвиправлення кнопки оновлення",
"zh-cn": "主机标签细节现在用经典的 chevron 来表示,而不是闪烁指示器\n显示更突出的 js 控制器更改日志\n更正更新按钮"
},
"7.0.9": {
"en": "Improved the mobile object browser",
"de": "Verbessert den mobilen Objekt-Browser",
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.10",
"version": "7.0.11",
"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.10",
"version": "7.0.11",
"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.10",
"version": "7.0.11",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 042695f

Please sign in to comment.