Skip to content

Commit

Permalink
chore: release v1.30.0
Browse files Browse the repository at this point in the history
React Admin UI now uses @iobroker/adapter-react (#347) · [Migration guide](docs/updates/20201015_adapter_react.md)
Add support for JavaScript+React in the Admin UI (#609)
Make ts-node respect the "include" key in tsconfig.json (#603)
Fixed issue with running parcel in Devcontainer (with WSL2 remote path)
Cleaned up `.npmignore` file (#608)
The GitHub Actions release workflow now longer uses the [deprecated `set-env`](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/) command (#611) · [Migration guide](docs/updates/20201029_gh_actions_setenv.md)
Lint and typecheck generated templates during CI testing (#610)
(Peter Müller) Fixed CSS React UI height in Firefox · [Migration guide](docs/updates/20201103_css_fix.md)
  • Loading branch information
AlCalzone committed Nov 3, 2020
1 parent 576e8ac commit 837c849
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 @@ -5,7 +5,7 @@
## __WORK IN PROGRESS__
(at the beginning of a new line )
-->
## __WORK IN PROGRESS__
## 1.30.0 (2020-11-03)
* (UncleSamSwiss) React Admin UI now uses @iobroker/adapter-react (#347) · [Migration guide](docs/updates/20201015_adapter_react.md)
* (AlCalzone) Add support for JavaScript+React in the Admin UI (#609)
* (AlCalzone) Make ts-node respect the "include" key in tsconfig.json (#603)
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.29.1",
"version": "1.30.0",
"description": "Command line utility to create customized ioBroker adapters",
"keywords": [],
"main": "build/index.js",
Expand Down

0 comments on commit 837c849

Please sign in to comment.