From f826befb9dbbb9d6e5c12264984f8a5aaa417685 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Wed, 2 Sep 2020 17:28:52 -0700 Subject: [PATCH] chore(release): 7.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 7 ++++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed7201c6..b9f9ba752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [7.0.0](https://github.com/NativeScript/NativeScript/compare/6.5.15...7.0.0) (2020-09-03) + + +### Bug Fixes + +* **ios:** stop using artificial state handler via animated setter on uiviewcontroller ([#8797](https://github.com/NativeScript/NativeScript/issues/8797)) ([967d652](https://github.com/NativeScript/NativeScript/commit/967d652c61fbeed6c7e8bd568c893d40308b5b58)) +* **webpack:** don't require ts transformer unless processing ts file ([fa9f095](https://github.com/NativeScript/NativeScript/commit/fa9f0957b86624532c4b18a6510bdf405ecbe931)) + + +### Features + +* **core:** es2017 targeting ([020ad4d](https://github.com/NativeScript/NativeScript/commit/020ad4da37f551e934cd6054ca983ab5083a4042)) +* **core:** nativescript.config and webpack updates ([#8801](https://github.com/NativeScript/NativeScript/issues/8801)) ([54cce4f](https://github.com/NativeScript/NativeScript/commit/54cce4f20c142397fd31bba3300c27a3d7459420)) +* add enableMultithreadedJavascript flag to config definition ([4abfc8a](https://github.com/NativeScript/NativeScript/commit/4abfc8a370e3402e9566de078473f9e8deceff8b)) +* **webpack:** using new nativescript.config ([#8796](https://github.com/NativeScript/NativeScript/issues/8796)) ([33a703e](https://github.com/NativeScript/NativeScript/commit/33a703e1291b242fe7b218aa1e6bd746a5217f88)) + + + ## [6.5.15](https://github.com/NativeScript/NativeScript/compare/6.5.13...6.5.15) (2020-08-12) diff --git a/package.json b/package.json index a2409c0d9..e68643397 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "nativescript", - "version": "7.0.0-rc.58", + "version": "7.0.0", "license": "MIT", "scripts": { - "setup": "npx rimraf -- hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup", - "start": "nps" + "setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup", + "start": "nps", + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "private": true, "dependencies": {