8000 chore(release): @nativescript/core 7.0.2, @nativescript/webpack 3.0.4… · NativeScript/NativeScript@86395da · GitHub
[go: up one dir, main page]

Skip to content

Commit 86395da

Browse files
committed
chore(release): @nativescript/core 7.0.2, @nativescript/webpack 3.0.4 (#8842)
1 parent bd00e1f commit 86395da

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [7.0.2](https://github.com/NativeScript/NativeScript/compare/7.0.0...7.0.2) (2020-09-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** autoSystemAppearanceChanged typings in ambient context fix ([c30a9c3](https://github.com/NativeScript/NativeScript/commit/c30a9c3e3569e0367056bfd80fa730ae79e29066 10000 ))
7+
* **core:** bundle-config-loader global handling ([#8838](https://github.com/NativeScript/NativeScript/issues/8838)) ([1623a56](https://github.com/NativeScript/NativeScript/commit/1623a567b6eaa195d075936103d2f7d829e1fa07))
8+
* **webpack:** verify now works properly ([f7713c4](https://github.com/NativeScript/NativeScript/commit/f7713c40a63959c2b5934a25bd3577f07d0401c0))
9+
10+
11+
112
## [7.0.1](https://github.com/NativeScript/NativeScript/compare/7.0.0...7.0.1) (2020-09-09)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"license": "MIT",
55
"scripts": {
66
"setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "NativeScript Core Modules",
6-
"version": "7.0.1",
6+
"version": "7.0.2",
77
"homepage": "https://nativescript.org",
88
"repository": {
99
"type": "git",

packages/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/webpack",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"main": "index",
55
"description": "Webpack plugin for NativeScript",
66
"homepage": "https://nativescript.org",

0 commit comments

Comments
 (0)
0