chore(release): @nativescript/core@8.1.5

This commit is contained in:
Nathan Walker
2021-10-28 16:17:35 -07:00
parent a3823ffc38
commit 7c75966b3b
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
## [8.1.5](https://github.com/NativeScript/NativeScript/compare/8.1.4-core...8.1.5) (2021-10-28)
### Bug Fixes
* **android:** autofillType on apiLevel < 26 ([#9610](https://github.com/NativeScript/NativeScript/issues/9610)) ([8878c3b](https://github.com/NativeScript/NativeScript/commit/8878c3bc6be5c061e95da74249998b51797d71d9))
* **android:** version Android text-align justify ([#9620](https://github.com/NativeScript/NativeScript/issues/9620)) ([2ad280d](https://github.com/NativeScript/NativeScript/commit/2ad280deb0e9b6098d4ad76ccf703e257196a023))
## [8.1.4](https://github.com/NativeScript/NativeScript/compare/8.1.3-core...8.1.4) (2021-10-09)

View File

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