release: @nativescript/core 8.5.5

This commit is contained in:
Nathan Walker
2023-06-19 14:30:36 -07:00
parent 61a4f72db7
commit 78e8652824
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
## [8.5.5](https://github.com/NativeScript/NativeScript/compare/8.5.4-core...8.5.5) (2023-06-19)
### Bug Fixes
* **animation:** css keyframes ([685d61c](https://github.com/NativeScript/NativeScript/commit/685d61cf54c0fabb959edf5f5dcc01dec304005d))
* **Application:** orientation & systemAppearance root classes ([7f09b92](https://github.com/NativeScript/NativeScript/commit/7f09b925bd093e7970e183f39dc73f3c32e9e466))
## [8.5.4](https://github.com/NativeScript/NativeScript/compare/5.0.15-webpack...8.5.4) (2023-06-17)

View File

@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "8.5.4",
"version": "8.5.5",
"license": "MIT",
"scripts": {
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/* --exclude=!.npmrc",