From 8f45cbf7992cf493d96ec54be5c7be17697e5e6d Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 3 Sep 2021 14:03:32 -0700 Subject: [PATCH] chore(release): @nativescript/core@8.0.10 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d1791a9..ee57b0a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d2ed35709..8e619bc53 100644 --- a/package.json +++ b/package.json @@ -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/*", diff --git a/packages/core/package.json b/packages/core/package.json index 9afda1bf3..bfb88904a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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",