Skip to content

Commit

Permalink
chore: release v2.9.64
Browse files Browse the repository at this point in the history
* (bluefox) Added possibility to clear a text field by button
  • Loading branch information
GermanBluefox committed May 23, 2024
1 parent 295be87 commit 0d51fb9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ E.g., if it was used in a menu and the menu is red, the circle would be red.
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 2.9.64 (2024-05-23)
* (bluefox) Added possibility to clear a text field by button

### 2.9.63 (2024-05-15)
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.9.63",
"version": "2.9.64",
"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/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.9.63",
"version": "2.9.64",
"news": {
"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",
"ru": "Добавлена возможность очистить текстовое поле на кнопка",
"pt": "Adicionado possibilidade de limpar um campo de texto por botão",
"nl": "Toegevoegde mogelijkheid om een tekstveld per knop te wissen",
"fr": "Ajout de possibilité d'effacer un champ texte par bouton",
"it": "Aggiunto possibilità di cancellare un campo di testo da pulsante",
"es": "Añadido posibilidad de aclarar un campo de texto por botón",
"pl": "Dodano możliwość wyczyszczenia pola tekstowego za pomocą przycisku",
"uk": "Додано можливість очистити текстове поле за допомогою кнопки",
"zh-cn": "添加按键清除文本字段的可能性"
},
"2.9.63": {
"en": "Migrated some files to typescript",
"de": "Einige Dateien zu beschreiben",
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.9.63",
"version": "2.9.64",
"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.9.63",
"version": "2.9.64",
"description": "Types for vis-2",
"files": [
"index.d.ts",
Expand Down

0 comments on commit 0d51fb9

Please sign in to comment.