Skip to content

Commit

Permalink
chore: release v2.0.1
Browse files Browse the repository at this point in the history
- (@GermanBluefox) Project was completely rewritten with TypeScript
- (@GermanBluefox) Better mobile layouts added
  • Loading branch information
GermanBluefox committed Jan 7, 2025
1 parent a1b5603 commit 1e045da
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ You can debug view charts locally with:
-->

## Changelog
### **WORK IN PROGRESS**
### 2.0.1 (2025-01-07)

- (@GermanBluefox) Project was completely rewritten with TypeScript
- (@GermanBluefox) Better mobile layouts added
Expand Down
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": "echarts",
"version": "2.0.0",
"version": "2.0.1",
"news": {
"2.0.1": {
"en": "Project was completely rewritten with TypeScript\nBetter mobile layouts added",
"de": "Projekt wurde komplett mit TypeScript neu geschrieben\nBessere mobile Layouts hinzugefügt",
"ru": "Проект был полностью переписан с TypeScript\nДобавлены лучшие мобильные макеты",
"pt": "O projeto foi completamente reescrito com TypeScript\nMelhores layouts móveis adicionados",
"nl": "Project werd volledig herschreven met TypeScript\nBetere mobiele lay-outs toegevoegd",
"fr": "Projet entièrement réécrit avec TypeScript\nMeilleures mises en page mobiles ajoutées",
"it": "Il progetto è stato completamente riscritto con TypeScript\nMigliori layout mobili aggiunti",
"es": "El proyecto fue completamente reescrito con TipoScript\nMejores diseños móviles añadidos",
"pl": "Projekt został całkowicie przeredagowany przez TypeScript\nDodano lepsze układy mobilne",
"uk": "Проект повністю переписався з TypeScript\nДодані кращі мобільні макети",
"zh-cn": "工程被完全重写为 TypeScript\n增加了更好的移动布局"
},
"1.9.5": {
"en": "Convert actual values with provided \"convert\" function too",
"de": "Istwerte mit bereitgestellter \"Konvert\"-Funktion umrechnen",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.echarts",
"version": "2.0.0",
"version": "2.0.1",
"description": "Build useful charts in ioBroker",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 1e045da

Please sign in to comment.