Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
- (mcm1957) Adapter has been moved to iobroker-community-adapter organisation.
- (mcm1957) Adapter requires js-controller 5, admin 6 and node.js 20 now.
- (mcm1957) Dependencies have been updated.
  • Loading branch information
mcm1957 committed Oct 19, 2024
1 parent 4c38c6f commit fb11274
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Ideally, please use GitHub issues for this, with the best method achieved by set
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.0 (2024-10-19)
- (mcm1957) Adapter has been moved to iobroker-community-adapter organisation.
- (mcm1957) Adapter requires js-controller 5, admin 6 and node.js 20 now.
- (mcm1957) Dependencies have been updated.
Expand Down
17 changes: 2 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"zh-cn": "该适配器从EPSON EcoTank ET-2750读取水箱液位和其他信息,并存储在ioBroker中。\n ",
"uk": "Цей адаптер зчитує рівень бака та іншу інформацію з EPSON EcoTank ET-2750 і зберігає в ioBroker.\n Також підтримується EPSON EcoTank ET-4750 (перевірено Homoran)\n EPSON EcoTank ET-3750 також підтримується (перевірено christofkac)\nEPSON EcoTank ET-2721 також підтримується (перевірено mikepiko)"
},
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"news": {
"1.0.0-alpha.0": {
"1.0.0": {
"en": "Adapter has been moved to iobroker-community-adapter organisation.\nAdapter requires js-controller 5, admin 6 and node.js 20 now.\nDependencies have been updated.",
"de": "Adapter wurde in die iobroker-community-Adapter-Organisation verschoben.\nAdapter benötigt jetzt js-controller 5, admin 6 und node.js 20.\nAbhängigkeiten wurden aktualisiert.",
"ru": "Адаптер был перемещен в организацию iobroker-community-adapter.\nAdapter requires js-controller 5, admin 6 and node.js 20 now.\nЗависимость была обновлена.",
Expand Down Expand Up @@ -106,19 +106,6 @@
"pl": "poprawka błędnego mapowania ustawień",
"zh-cn": "错误修正了不正确的设置映射",
"uk": "виправлення помилки неправильного відображення налаштувань"
},
"0.0.7": {
"en": "change UI to JSONConfig",
"de": "Ändern Sie die Benutzeroberfläche in JSONConfig",
"ru": "изменить пользовательский интерфейс на JSONConfig",
"pt": "alterar a IU para JSONConfig",
"nl": "verander gebruikersinterface in JSONConfig",
"fr": "changer l'interface utilisateur en JSONConfig",
"it": "cambia l'interfaccia utente in JSONConfig",
"es": "cambiar la interfaz de usuario a JSONConfig",
"pl": "zmień interfejs użytkownika na JSONConfig",
"zh-cn": "将 UI 更改为 JSONConfig",
"uk": "змінити інтерфейс користувача на JSONConfig"
}
},
"mode": "daemon",
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.epson_ecotank_et_2750",
"description": "Ink status and more of EPSON EcoTank ET-2750",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"author": {
"name": "Dennis Rathjen",
"email": "[email protected]"
Expand Down

0 comments on commit fb11274

Please sign in to comment.