Skip to content

Commit

Permalink
[OFFICIAL RELEASE] 7.0.21
Browse files Browse the repository at this point in the history
* (bluefox) Corrected installation of adapter with the license unequal to MIT
* (bluefox) Corrected width of a side menu
* (bluefox) Allowed the pasting into object JSON editor
  • Loading branch information
foxriver76 authored Jul 29, 2024
1 parent e9b3ab7 commit ce91b52
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**
-->
## Changelog
### **WORK IN PROGRESS**
### 7.0.21 (2024-07-29)
* (bluefox) Corrected installation of adapter with the license unequal to MIT
* (bluefox) Corrected width of a side menu
* (bluefox) Allowed the pasting into object JSON editor
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.20",
"version": "7.0.21",
"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.20",
"version": "7.0.21",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"7.0.21": {
"en": "Corrected installation of adapter with the license unequal to MIT\nCorrected width of a side menu\nAllowed the pasting into object JSON editor",
"de": "Korrigierte Installation des Adapters mit der Lizenz ungleich MIT\nKorrigierte Breite eines Seitenmenüs\nErlaubt das Einfügen in Objekt JSON Editor",
"ru": "Корректированная установка адаптера с лицензией, не равной MIT\nИсправленная ширина бокового меню\nПозволил вставить в объектный редактор JSON",
"pt": "Instalação correta do adaptador com a licença desigual ao MIT\nLargura correta de um menu lateral\nPermitido o colar em objeto JSON editor",
"nl": "Gecorrigeerde installatie van adapter met de licentie ongelijk aan MIT\nGecorrigeerde breedte van een zijmenu\nPlakken in object JSON-editor toegestaan",
"fr": "Installation corrigée de l'adaptateur avec la licence inégale à MIT\nLargeur corrigée d'un menu latéral\nAutorisé le collage dans l'éditeur d'objet JSON",
"it": "Installazione corretta dell'adattatore con la licenza non uguale a MIT\nLarghezza corretta di un menu laterale\nConsentito il incollaggio in oggetto editor JSON",
"es": "Instalación corregida del adaptador con la licencia desigual al MIT\nAncho corregido de un menú lateral\nPermitió el pegado en el objeto JSON editor",
"pl": "Poprawiona instalacja adaptera z licencją nierówną MIT\nSkorygowana szerokość menu bocznego\nDozwolone wklejanie do edytora JSON obiektu",
"uk": "Виправлена установка адаптера з ліцензійним нерівномірним для MIT\nВиправлена ширина бічного меню\nДозволено перезапис у редактор JSON",
"zh-cn": "修正了适配器的安装,其许可与麻省理工学院不平等\n修正侧菜单的宽度\n允许粘贴到对象 JSON 编辑器"
},
"7.0.18": {
"en": "Corrected export from JSON table\nadded `qrCode` component to JSON config\nCorrected adding of adapters with licenses (other than MIT)\nImproved license dialog",
"de": "Berichtigte Ausfuhr aus JSON-Tabelle\n`qrCode`-Komponente zu JSON config hinzugefügt\nKorrigiertes Hinzufügen von Adaptern mit Lizenzen (außer MIT)\nVerbesserter Lizenzdialog",
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.20",
"version": "7.0.21",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/src-admin/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "7.0.19"
"version": "7.0.20"
}
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.20",
"version": "7.0.21",
"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.20",
"version": "7.0.21",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit ce91b52

Please sign in to comment.