Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
* (bluefox) Changed for Admin 7
  • Loading branch information
GermanBluefox committed Jul 14, 2024
1 parent f189dea commit 9906ac4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Start in `src`:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 1.0.0 (2024-07-14)
* (bluefox) Changed for Admin 7

### 0.1.6 (2023-05-17)
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": "admin-component-template",
"version": "0.1.6",
"version": "1.0.0",
"news": {
"1.0.0": {
"en": "Changed for Admin 7",
"de": "Für Admin 7 geändert",
"ru": "Изменено на Админ 7",
"pt": "Alterado para Admin 7",
"nl": "Gewijzigd voor Admin 7",
"fr": "Change pour l'admin 7",
"it": "Cambiato per Admin 7",
"es": "Cambios en el Admin 7",
"pl": "Zmieniony dla Admin 7",
"uk": "Змінено адміністратора 7",
"zh-cn": "行政7变更"
},
"0.1.6": {
"en": "Updated packages",
"de": "Aktualisierte Pakete",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.admin-component-template",
"private": true,
"version": "0.1.6",
"version": "1.0.0",
"scripts": {
"build": "gulp",
"release": "release-script",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-easy-access",
"private": true,
"version": "0.1.6",
"version": "1.0.0",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down Expand Up @@ -39,4 +39,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit 9906ac4

Please sign in to comment.