chore(release): @nativescript/core@7.0.6

This commit is contained in:
Nathan Walker
2020-09-25 10:45:28 -07:00
parent 3437ed7e14
commit 95d45e1528
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## [7.0.6](https://github.com/NativeScript/NativeScript/compare/7.0.5-core...7.0.6) (2020-09-25)
### Bug Fixes
* **core:** delegate should be set on nativeTextViewProtected ([#8881](https://github.com/NativeScript/NativeScript/issues/8881)) ([021c0bb](https://github.com/NativeScript/NativeScript/commit/021c0bb9a24f15a9adf9d5e25a981ea53901e600))
* **core:** global handling with env.production flag ([#8903](https://github.com/NativeScript/NativeScript/issues/8903)) ([3437ed7](https://github.com/NativeScript/NativeScript/commit/3437ed7e1483cddf75aeca9bd8ff475e449f110f))
## [7.0.5](https://github.com/NativeScript/NativeScript/compare/7.0.4-core...7.0.5) (2020-09-23)

View File

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