chore(release): @nativescript/core@8.1.1

This commit is contained in:
Nathan Walker
2021-09-10 10:25:49 -07:00
parent eb0d000fe1
commit d92c96b16d
3 changed files with 11 additions and 2 deletions

View File

@@ -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)

View File

@@ -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/*",

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.1.0",
"version": "8.1.1",
"homepage": "https://nativescript.org",
"repository": {
"type": "git",