chore(release): @nativescript/core@7.0.10

This commit is contained in:
Nathan Walker
2020-10-03 14:08:27 -07:00
parent bf772c46b7
commit 0f494d2cb2
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
## [7.0.10](https://github.com/NativeScript/NativeScript/compare/7.0.9-core...7.0.10) (2020-10-03)
### Bug Fixes
* **core:** ensure globals do not get tree shaked ([#8931](https://github.com/NativeScript/NativeScript/issues/8931)) ([bf772c4](https://github.com/NativeScript/NativeScript/commit/bf772c46b77fafc1be6493d9d0d01139b9b49242))
## [7.0.8](https://github.com/NativeScript/NativeScript/compare/7.0.8-core...7.0.8) (2020-10-01)

View File

@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "7.0.8",
"version": "7.0.10",
"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.9",
"version": "7.0.10",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",