Skip to content

Commit

Permalink
Prepare adapter update v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Feb 13, 2024
1 parent fdb587e commit 3e8660b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 26 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ Feel free. But if you're feeling really patronizing, you could... 😃
[<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 144px !important;" >](https://www.buymeacoffee.com/ylabonte)

## Changelog
### **WORK IN PROGRESS**
### 1.5.2 (2024-02-13)
* Add newline before descriptive text in adapter config.
* Update dependencies.

### 1.5.1 (2023-09-05)
* Re-translate adapter config.
Expand Down
22 changes: 2 additions & 20 deletions build/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/main.js.map

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "procon-ip",
"version": "1.5.1",
"version": "1.5.2",
"news": {
"1.5.2": {
"en": "Minor UI changes in adapter config and dependency updates.",
"de": "Kleine Änderungen an der Konfigurationsoberfläche des Adapters und Abhängigkeitsaktualisierungen.",
"ru": "Незначительные изменения пользовательского интерфейса в конфигурации адаптера и обновления зависимостей.",
"pt": "Pequenas mudanças de interface de usuário nas atualizações de configuração e dependência do adaptador.",
"nl": "Kleine wijzigingen in adapterconfiguratie en afhankelijkheidsupdates.",
"fr": "Changements mineurs d'interface utilisateur dans la configuration de l'adaptateur et les mises à jour de dépendance.",
"it": "Minori modifiche dell'interfaccia utente negli aggiornamenti di configurazione e dipendenza dell'adattatore.",
"es": "Menor UI cambia en configuración de adaptador y actualizaciones de dependencia.",
"pl": "Mniejsze zmiany interfejsu użytkownika w aktualizacjach konfiguracji adaptera i zależności.",
"uk": "Мінор UI зміни в налаштуваннях адаптера та оновлення залежності.",
"zh-cn": "适配器配置和依赖性更新中小的UI变化."
},
"1.5.1": {
"en": "Code and translation files cleanup.",
"de": "Bereinigung von Code- und Übersetzungsdateien.",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.procon-ip",
"version": "1.5.1",
"version": "1.5.2",
"description": "Adapter for basic support of the ProCon.IP pool control. Intended for integration with your voice assistant (eg. via the `cloud` adapter for Alexa or `yahka` for Apple HomeKit with Siri).",
"author": {
"name": "Yannic Labonte",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.4",
"procon-ip": "^1.7.4"
"procon-ip": "^1.7.5"
},
"devDependencies": {
"@alcalzone/release-script": "^3.7.0",
Expand Down

0 comments on commit 3e8660b

Please sign in to comment.