Skip to content

Commit

Permalink
chore: release v2.10.3
Browse files Browse the repository at this point in the history
* (bluefox) Converted the CanJSWidget to typescript
* (bluefox) Added "clone" button to the attribute groups
  • Loading branch information
GermanBluefox committed Jul 11, 2024
1 parent a14dbd2 commit e9142f4
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.3 (2024-07-11)
* (bluefox) Converted the CanJSWidget to typescript
* (bluefox) Added "clone" button to the attribute groups

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.2",
"version": "2.10.3",
"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.2",
"version": "2.10.3",
"news": {
"2.10.3": {
"en": "Converted the CanJSWidget to typescript\nAdded \"clone\" button to the attribute groups",
"de": "Konvertiert das CanJSWidget in Schrift\nSchaltfläche \"Klon\" zu den Attributgruppen hinzugefügt",
"ru": "Преобразование CanJSWidget в Typescript\nДобавлена кнопка \"клон\" к группам атрибутов",
"pt": "Convertido o CanJSWidget para digitar oscript\nAdicionado botão \"clone\" para os grupos de atributos",
"nl": "Het CanJSWidget omzetten naar typescript\n\"kloon\" toegevoegd aan de attribuutgroepen",
"fr": "Converti le CanJSWidget en dactylographie\nAjout du bouton \"clone\" aux groupes d'attributs",
"it": "Convertito il CanJSWidget a typescript\nAggiunto \"clone\" pulsante ai gruppi attribute",
"es": "Convertir el CanJSWidget en typescript\nAñadido botón \"clone\" a los grupos de atributos",
"pl": "Konwersja CanJSwidget na maszynopis\nDodano przycisk \"clone\" do grup atrybutów",
"uk": "Перетворено CanJSWidget у форматіscript\nДодано кнопку \"клон\" до груп атрибутів",
"zh-cn": "将 CanJSWidget 转换为打字符\n在属性组中添加“ clone” 按钮"
},
"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",
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.2",
"version": "2.10.3",
"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.2",
"version": "2.10.3",
"description": "Types for vis-2",
"files": [
"index.d.ts",
Expand Down

0 comments on commit e9142f4

Please sign in to comment.