chore(release): @nativescript/core@8.0.11

This commit is contained in:
Nathan Walker
2021-09-07 12:56:06 -07:00
parent bf89aa2ff3
commit 1e975bc24f
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
## [8.0.11](https://github.com/NativeScript/NativeScript/compare/8.0.10-core...8.0.11) (2021-09-07)
### Bug Fixes
* **ios:** actionitem coloring with 15+ ([bf89aa2](https://github.com/NativeScript/NativeScript/commit/bf89aa2ff379242b3a6a283990d182106423672e))
## [8.0.10](https://github.com/NativeScript/NativeScript/compare/8.0.9-core...8.0.10) (2021-09-03)

View File

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