chore(release): @nativescript/core@8.0.2

This commit is contained in:
Nathan Walker
2021-04-20 15:22:36 -07:00
parent b29e1452bd
commit edbe13bfe0
4 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,18 @@
## [8.0.2](https://github.com/NativeScript/NativeScript/compare/8.0.1-core...8.0.2) (2021-04-20)
### Bug Fixes
* **a11y:** Accessibility breaks limiting metadata ([#9332](https://github.com/NativeScript/NativeScript/issues/9332)) ([cbdff1f](https://github.com/NativeScript/NativeScript/commit/cbdff1f1550a4e7cf06ccd4f01c5cd743c68e265))
* **a11y:** ios voiceover crash during touch ([#9318](https://github.com/NativeScript/NativeScript/issues/9318)) ([9a407ce](https://github.com/NativeScript/NativeScript/commit/9a407ce98964832c52cd51dc0ab60662fc65abb5))
### Features
* **text-base:** allow subclass to override createFormattedTextNative ([#9334](https://github.com/NativeScript/NativeScript/issues/9334)) ([b29e145](https://github.com/NativeScript/NativeScript/commit/b29e1452bda27183993c2f27ab13f95d9da5ceee))
## [8.0.1](https://github.com/NativeScript/NativeScript/compare/8.0.0-core...8.0.1) (2021-04-07)

View File

@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "8.0.1",
"version": "8.0.2",
"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": "NativeScript Core Modules",
"version": "8.0.1",
"version": "8.0.2",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",

View File

@@ -25,6 +25,6 @@
"androidx.viewpager.widget*:*",
"androidx.fragment*:*",
"androidx.transition*:*",
"android.inputmethodservice*:*"
"android.inputmethodservice*:*"
]
}