Skip to content

Commit

Permalink
chore: release v2.9.60
Browse files Browse the repository at this point in the history
* (foxriver76) test automatic release
  • Loading branch information
foxriver76 committed May 7, 2024
1 parent bdc1adb commit f03291d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_modules
/www/_socket
knx-uf-iconset
iob_npm.done
package-lock.json
/packages/**/package-lock.json
packages/iobroker.vis-2/admin/i18n/*/flat.txt
packages/iobroker.vis-2/admin/i18n/flat.txt
*.vis.code-workspace
Expand All @@ -22,4 +22,4 @@ build
src/dist
**/www
**/runtime
**/tmp
**/tmp
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
### 2.9.59 (2024-05-07)
### 2.9.60 (2024-05-07)
* (foxriver76) test automatic release

### 2.9.53 (2024-05-06)
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.59",
"version": "2.9.60",
"packages": [
"packages/*"
],
Expand Down
28 changes: 14 additions & 14 deletions 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.59",
"version": "2.9.60",
"news": {
"2.9.60": {
"en": "test automatic release",
"de": "test automatische freigabe",
"ru": "автоматический выпуск",
"pt": "teste de liberação automática",
"nl": "automatische vrijgave van de test",
"fr": "essai de libération automatique",
"it": "prova rilascio automatico",
"es": "prueba de liberación automática",
"pl": "automatyczne zwolnienie badania",
"uk": "тест автоматичний реліз",
"zh-cn": "测试自动释放"
},
"2.9.59": {
"en": "test automatic release",
"de": "test automatische freigabe",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "automatyczne zwolnienie badania",
"uk": "тест автоматичний реліз",
"zh-cn": "测试自动释放"
},
"2.9.53": {
"en": "Allowed applying styles to jqui buttons",
"de": "Erlaubte Anwendung von Stilen auf jqui Tasten",
"ru": "Позволяет применять стили к кнопкам jqui",
"pt": "Permite aplicar estilos para botões jqui",
"nl": "Toegestaan het toepassen van stijlen op jqui-knoppen",
"fr": "Permet d'appliquer des styles aux boutons de jqui",
"it": "Consente di applicare stili ai pulsanti jqui",
"es": "Permitido aplicar estilos a botones jqui",
"pl": "Dozwolone stosowanie stylów do przycisków jqui",
"uk": "Допускається нанесення стилів на кнопки джипа",
"zh-cn": "允许对 Jqui 按钮应用样式"
}
},
"title": "Visualisation Next Generation",
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.59",
"version": "2.9.60",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion packages/iobroker.vis-2/src/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.9.58"
"version": "2.9.59"
}
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.59",
"version": "2.9.60",
"description": "Types for vis-2",
"files": [
"index.d.ts",
Expand Down

0 comments on commit f03291d

Please sign in to comment.