chore(release): @nativescript/core 7.0.2, @nativescript/webpack 3.0.4 (#8842)

This commit is contained in:
Nathan Walker
2020-09-09 20:57:49 -07:00
committed by GitHub
parent 1623a567b6
commit 8753605788
4 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,14 @@
## [7.0.2](https://github.com/NativeScript/NativeScript/compare/7.0.0...7.0.2) (2020-09-10)
### Bug Fixes
* **core:** autoSystemAppearanceChanged typings in ambient context fix ([c30a9c3](https://github.com/NativeScript/NativeScript/commit/c30a9c3e3569e0367056bfd80fa730ae79e29066))
* **core:** bundle-config-loader global handling ([#8838](https://github.com/NativeScript/NativeScript/issues/8838)) ([1623a56](https://github.com/NativeScript/NativeScript/commit/1623a567b6eaa195d075936103d2f7d829e1fa07))
* **webpack:** verify now works properly ([f7713c4](https://github.com/NativeScript/NativeScript/commit/f7713c40a63959c2b5934a25bd3577f07d0401c0))
## [7.0.1](https://github.com/NativeScript/NativeScript/compare/7.0.0...7.0.1) (2020-09-09)

View File

@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "7.0.1",
"version": "7.0.2",
"license": "MIT",
"scripts": {
"setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",

View File

@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "NativeScript Core Modules",
"version": "7.0.1",
"version": "7.0.2",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nativescript/webpack",
"version": "3.0.3",
"version": "3.0.4",
"main": "index",
"description": "Webpack plugin for NativeScript",
"homepage": "https://nativescript.org",