From 837c84921473c17f087272fefa540c89c20a0e72 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Tue, 3 Nov 2020 17:28:18 +0100 Subject: [PATCH] chore: release v1.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409a93aa..e87ccc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 373c3f5f..9dae7f0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@iobroker/create-adapter", - "version": "1.29.1", + "version": "1.30.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ee4601d..e28c07e8 100644 --- a/package.json +++ b/package.json @@ -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",