Skip to content

Commit

Permalink
chore: release v2.10.2
Browse files Browse the repository at this point in the history
* (bluefox) Removed incompatible package for styles
* (bluefox) All widgets must be updated
* (bluefox) The basic input value widget was migrated to ReactJS
  • Loading branch information
GermanBluefox committed Jul 10, 2024
1 parent f2be83f commit 26cf81f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ npm run start
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.10.2 (2024-07-10)
* (bluefox) Removed incompatible package for styles
* (bluefox) All widgets must be updated
* (bluefox) The basic input value widget was migrated to ReactJS
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": "2.10.1",
"version": "2.10.2",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 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/iobroker.vis-2/io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "vis-2",
"version": "2.10.1",
"version": "2.10.2",
"news": {
"2.10.2": {
"en": "Removed incompatible package for styles\nAll widgets must be updated\nThe basic input value widget was migrated to ReactJS",
"de": "Unverträgliches Paket für Styles entfernt\nAlle Widgets müssen aktualisiert werden\nDas grundlegende Eingabewert-Widget wurde zu ReactJS migriert",
"ru": "Удаленный несовместимый пакет для стилей\nВсе виджеты должны быть обновлены\nОсновной виджет входного значения был перенесен в ReactJS",
"pt": "Pacote incompatível removido para estilos\nTodos os widgets devem ser atualizados\nO widget básico do valor de entrada foi migrado para ReactJS",
"nl": "Incompatibel pakket voor stijlen verwijderd\nAlle widgets moeten bijgewerkt worden\nDe basis invoerwaarde widget is gemigreerd naar ReactJS",
"fr": "Enlever le paquet incompatible pour les styles\nTous les widgets doivent être actualisés\nLe widget de valeur d'entrée de base a été migré vers ReactJS",
"it": "Pacchetto incompatibile rimosso per stili\nTutti i widget devono essere aggiornati\nIl widget di base del valore di input è stato migrato a ReactJS",
"es": "Paquete incompatible eliminado para estilos\nTodos los widgets deben ser actualizados\nEl widget de valor de entrada básico fue migrado a ReactJS",
"pl": "Usunięty niekompatybilny pakiet stylów\nWszystkie widżety muszą być aktualizowane\nPodstawowa wartość wejściowa widget została przeniesiona do ReactJS",
"uk": "Видалено несумісний пакет для стилів\nВсі віджети повинні бути оновлені\nБазовий віджет значення вводу був мігрований до ReactJS",
"zh-cn": "删除样式不兼容的软件包\n所有部件都必须更新\n基本输入值部件已迁移到 ReactJS"
},
"2.9.64": {
"en": "Added possibility to clear a text field by button",
"de": "Möglichkeit hinzugefügt, ein Textfeld per Knopf zu löschen",
Expand Down
2 changes: 1 addition & 1 deletion packages/iobroker.vis-2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.vis-2",
"description": "Next generation graphical user interface for ioBroker.",
"version": "2.10.1",
"version": "2.10.2",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/types-vis-2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/types-vis-2",
"version": "2.10.1",
"version": "2.10.2",
"description": "Types for vis-2",
"files": [
"index.d.ts",
Expand Down

0 comments on commit 26cf81f

Please sign in to comment.