chore(release): @nativescript/core@8.0.10

This commit is contained in:
Nathan Walker
2021-09-03 14:03:32 -07:00
parent b4668ea703
commit 8f45cbf799
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
## [8.0.10](https://github.com/NativeScript/NativeScript/compare/8.0.9-core...8.0.10) (2021-09-03)
### Bug Fixes
* **ios:** actionBar title to use appearance api on ios15+ ([#9534](https://github.com/NativeScript/NativeScript/issues/9534)) ([b4668ea](https://github.com/NativeScript/NativeScript/commit/b4668ea703f8e6fb1185c049594e5eb224d3db24))
## [8.0.9](https://github.com/NativeScript/NativeScript/compare/8.0.8-core...8.0.9) (2021-09-02)

View File

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