Skip to content

Commit

Permalink
chore: release v1.27.0
Browse files Browse the repository at this point in the history
Add support for TypeScript+React in the Admin UI · [Migration guide](docs/updates/20200902_typescript_react_admin.md)
Update definitions for type checking in the Admin UI, add some layout fixes to CSS · [Migration guide](docs/updates/20200902_admin_ui_updates.md)
(AlCalzone & UncleSamSwiss) Added support for VSCode devcontainers · [Migration guide](docs/updates/20200902_vscode_devcontainers.md)
The creator now uses Github Actions for testing and releases
  • Loading branch information
AlCalzone committed Sep 6, 2020
1 parent 8f303c5 commit 87b9d53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(at the beginning of a new line )
-->

## __WORK IN PROGRESS__
## 1.27.0 (2020-09-06)
* (AlCalzone) Add support for TypeScript+React in the Admin UI · [Migration guide](docs/updates/20200902_typescript_react_admin.md)
* (AlCalzone) Update definitions for type checking in the Admin UI, add some layout fixes to CSS · [Migration guide](docs/updates/20200902_admin_ui_updates.md)
* (AlCalzone & UncleSamSwiss) Added support for VSCode devcontainers · [Migration guide](docs/updates/20200902_vscode_devcontainers.md)
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "@iobroker/create-adapter",
"version": "1.26.3",
"version": "1.27.0",
"description": "Command line utility to create customized ioBroker adapters",
"keywords": [],
"main": "build/index.js",
Expand Down

0 comments on commit 87b9d53

Please sign in to comment.