From 542e1731b12edd96b99c6e5f51a40aa7c251f323 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 2 Sep 2021 13:44:05 -0700 Subject: [PATCH] chore(release): @nativescript/core@8.0.9 --- 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 b26f74865..e5d1791a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.0.9](https://github.com/NativeScript/NativeScript/compare/8.0.8-core...8.0.9) (2021-09-02) + + +### Bug Fixes + +* **ios:** backport: actionBar to use appearance api on ios13+ ([#9530](https://github.com/NativeScript/NativeScript/issues/9530)) ([2b8783e](https://github.com/NativeScript/NativeScript/commit/2b8783e9eb97c1ed627dcf7b3413543bf9c5907d)) + + + ## [8.0.8](https://github.com/NativeScript/NativeScript/compare/8.0.7-core...8.0.8) (2021-06-15) diff --git a/package.json b/package.json index aa848eb06..d2ed35709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "8.0.8", + "version": "8.0.9", "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 df09665d3..9afda1bf3 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.8", + "version": "8.0.9", "homepage": "https://nativescript.org", "repository": { "type": "git",