Skip to content

Commit

Permalink
chore: release v3.1.0
Browse files Browse the repository at this point in the history
* (@simatec) Responsive Design added
* (@klein0r) Updated dependencies
  • Loading branch information
klein0r committed Nov 19, 2024
1 parent 1328766 commit 84c6d8a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 2.3.1 (2023-06-16)

* (klein0r) Added current age text to JSON

## 2.3.0 (2023-06-16)

* (klein0r) Added JSON and count for each month
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ iobroker add birthdays
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.1.0 (2024-11-19)

* (@simatec) Responsive Design added
* (@klein0r) Updated dependencies
Expand All @@ -71,10 +71,6 @@ NodeJS 16.x is required

* (klein0r) Added icons in admin tabs

### 2.3.1 (2023-06-16)

* (klein0r) Added current age text to JSON

## Credits

[Logo by herbanu](https://pixabay.com/de/vectors/geburtstag-karte-cele-feier-design-3148707/)
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "birthdays",
"version": "3.0.1",
"version": "3.1.0",
"news": {
"3.1.0": {
"en": "Responsive Design added\nUpdated dependencies",
"de": "Responsive Design hinzugefügt\nAktualisierte Abhängigkeiten",
"ru": "Responsive Design\nОбновленные зависимости",
"pt": "Design responsivo adicionado\nDependências atualizadas",
"nl": "Responsive Design toegevoegd\nBijgewerkte afhankelijkheden",
"fr": "Design sensible ajouté\nDépendances actualisées",
"it": "Responsive Design aggiunto\nDipendenze aggiornate",
"es": "Diseño responsable añadido\nDependencias actualizadas",
"pl": "Dodano projekt odpowiedzialny\nAktualizacja zależności",
"uk": "Додано адаптивний дизайн\nОновлені залежності",
"zh-cn": "添加响应设计\n更新的依赖关系"
},
"3.0.1": {
"en": "Fixed value of nextWeekday in states",
"de": "Korrigiert Wert von nextWeekday in Zuständen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodany JSON i liczy każdego miesiąca\nDziedzinny wiek jako tekst",
"uk": "Додано JSON і підрахунк на місяць\nДодано поточний вік як текст",
"zh-cn": "增加联合协商会和每个月的计算\n增加目前年龄为案文"
},
"2.2.2": {
"en": "Warn if a birthday with the same name has already been added\nCode optimization",
"de": "Warnung, wenn bereits ein Geburtstag mit demselben Namen hinzugefügt wurde\nCodeoptimierung",
"ru": "Предупреждение, если день рождения с таким же названием уже добавлено\nОптимизация кода",
"pt": "Avise se um aniversário com o mesmo nome já foi adicionado\nOtimização de código",
"nl": "Als een verjaardag met dezelfde naam al is toegevoegd\nCode optimulatie",
"fr": "Warn si un anniversaire avec le même nom a déjà été ajouté\nOptimisation du code",
"it": "Avvertito se un compleanno con lo stesso nome è già stato aggiunto\nOttimizzazione del codice",
"es": "Aviso si un cumpleaños con el mismo nombre ya se ha añadido\nOptimización del código",
"pl": "Warn, jeśli urodziny z taką samą nazwą zostały już dodane\nOptymalizacja kodu",
"uk": "Війна, якщо на день народження з такою назвою вже додано\nОптимізація коду",
"zh-cn": "如果已经用同一名称添加了一出生日。\n守则的优化"
}
},
"titleLang": {
Expand Down Expand Up @@ -737,4 +737,4 @@
"native": {}
}
]
}
}
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.birthdays",
"version": "3.0.1",
"version": "3.1.0",
"description": "Use an ical file to import your contacts birthdays",
"author": {
"name": "klein0r",
Expand Down Expand Up @@ -85,4 +85,4 @@
"url": "https://github.com/klein0r/ioBroker.birthdays/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 84c6d8a

Please sign in to comment.