chore(release): @nativescript/core@8.0.8

This commit is contained in:
Igor Randjelovic
2021-06-15 23:07:07 +02:00
parent b8d8110994
commit f6faa4509a
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
## [8.0.8](https://github.com/NativeScript/NativeScript/compare/8.0.7-core...8.0.8) (2021-06-15)
### Bug Fixes
* stop leaking style scopes ([#9444](https://github.com/NativeScript/NativeScript/issues/9444)) ([b8d8110](https://github.com/NativeScript/NativeScript/commit/b8d8110994ecb5a882e89ae10e7b13070ae4d709)), closes [#9311](https://github.com/NativeScript/NativeScript/issues/9311)
* **android:** accessibilityIdentifier ([#9432](https://github.com/NativeScript/NativeScript/issues/9432)) ([9f582ba](https://github.com/NativeScript/NativeScript/commit/9f582ba168dd6f4366e2591a9fed10e1c2443ca4))
## [8.0.7](https://github.com/NativeScript/NativeScript/compare/8.0.6-core...8.0.7) (2021-06-02)

View File

@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "8.0.7",
"version": "8.0.8",
"license": "MIT",
"scripts": {
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/*",

View File

@@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"version": "8.0.7",
"version": "8.0.8",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",