Skip to content

Commit

Permalink
chore: release v6.13.19
Browse files Browse the repository at this point in the history
* (foxriver76) generate notification if new adapter updates are available
  • Loading branch information
foxriver76 committed Feb 12, 2024
1 parent afebe97 commit 4474cd4
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 6.12.1 (2023-10-29)
* (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons)
* (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element.
## 6.12.1 (2023-10-29)
* (foxriver76) optimzied the notificaiton popup (auto-extend first entry per category, respect line breaks, respect severity for icons)
* (theimo1221) #2178 Stabilize onObjectChange handling during creation of new objects in WebUi, to directly show new element.

## 6.13.5 (2023-12-22)
* (foxriver76) bring back missing `crypto-js`
* (foxriver76) fix crash case due to global dependency check
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The icons may not be reused in other projects without the proper flaticon licens
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 6.13.19 (2024-02-12)
* (foxriver76) generate notification if new adapter updates are available

### 6.13.17 (2024-02-09)
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": "6.13.18",
"version": "6.13.19",
"packages": [
"packages/*"
],
Expand Down
28 changes: 14 additions & 14 deletions packages/admin/io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "admin",
"version": "6.13.18",
"version": "6.13.19",
"titleLang": {
"en": "Admin",
"de": "Admin",
Expand All @@ -18,6 +18,19 @@
"connectionType": "local",
"dataSource": "push",
"news": {
"6.13.19": {
"en": "generate notification if new adapter updates are available",
"de": "benachrichtigung generieren, wenn neue adapter-updates verfügbar sind",
"ru": "генерировать уведомление, если доступны новые обновления адаптера",
"pt": "gerar notificação se novas atualizações do adaptador estiverem disponíveis",
"nl": "melding genereren als er nieuwe updates beschikbaar zijn",
"fr": "générer une notification si de nouvelles mises à jour d'adaptateur sont disponibles",
"it": "generare notifica se sono disponibili nuovi aggiornamenti dell'adattatore",
"es": "generar notificación si nuevas actualizaciones de adaptador están disponibles",
"pl": "generować powiadomienie, jeśli dostępne są nowe aktualizacje adaptera",
"uk": "генерувати повідомлення, якщо нові оновлення адаптера доступні",
"zh-cn": "如果有新的适配器更新,则生成通知"
},
"6.13.18": {
"en": "generate notification if new adapter updates are available",
"de": "benachrichtigung generieren, wenn neue adapter-updates verfügbar sind",
Expand Down Expand Up @@ -95,19 +108,6 @@
"pl": "optymalizacja wewnętrznych",
"uk": "внутрішня оптимізація",
"zh-cn": "b. 优化内部环境"
},
"6.13.12": {
"en": "internal optimizations",
"de": "interne optimierungen",
"ru": "внутренние оптимизации",
"pt": "otimizações internas",
"nl": "inwendige optimisatie",
"fr": "optimisation interne",
"it": "ottimizzazioni interne",
"es": "optimizaciones internas",
"pl": "optymalizacja wewnętrznych",
"uk": "внутрішня оптимізація",
"zh-cn": "b. 优化内部环境"
}
},
"desc": {
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": "6.13.18",
"version": "6.13.19",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
Expand Down
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": "6.13.18",
"version": "6.13.19",
"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": "6.13.18",
"version": "6.13.19",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 4474cd4

Please sign in to comment.