From d92c96b16d5d00d20663e65c9ec6a227ba2c4e74 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 10 Sep 2021 10:25:49 -0700 Subject: [PATCH] chore(release): @nativescript/core@8.1.1 --- 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 af65c726e..43838b16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.1.1](https://github.com/NativeScript/NativeScript/compare/5.0.0-rc.3-webpack...8.1.1) (2021-09-10) + +### Reverts + +* feat: requestLayout performance improvements ([#9122](https://github.com/NativeScript/NativeScript/issues/9122)) ([e4ce17e](https://github.com/NativeScript/NativeScript/commit/e4ce17e15641dc044e5b514aa1eb333b467d600d)) + +This commit breaks back-navigation in certain cases, most prominently with Button pseudo classes. Will target inclusion for 8.2. + + # [8.1.0](https://github.com/NativeScript/NativeScript/compare/5.0.0-rc.1-webpack...8.1.0) (2021-09-08) diff --git a/package.json b/package.json index 8fe921b10..804873fa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "8.1.0", + "version": "8.1.1", "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 4caf873c5..3a646f186 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.1.0", + "version": "8.1.1", "homepage": "https://nativescript.org", "repository": { "type": "git",