diff --git a/CHANGELOG.md b/CHANGELOG.md index 82471abae..88be57ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.1.3](https://github.com/NativeScript/NativeScript/compare/8.1.2-core...8.1.3) (2021-09-18) + + +### Bug Fixes + +* **android:** only attach if activity is CREATED ([#9552](https://github.com/NativeScript/NativeScript/issues/9552)) ([90b8718](https://github.com/NativeScript/NativeScript/commit/90b8718138fc6e67e2141d9b77017b3d96e50d51)) + + + ## [8.1.2](https://github.com/NativeScript/NativeScript/compare/8.1.1-core...8.1.2) (2021-09-15) diff --git a/apps/automated/package.json b/apps/automated/package.json index d9bd699f3..dbec953e9 100644 --- a/apps/automated/package.json +++ b/apps/automated/package.json @@ -10,8 +10,8 @@ "clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i --legacy-peer-deps" }, "dependencies": { - "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core", - "@nativescript/core": "file:../../packages/core" + "@nativescript/core": "file:../../packages/core", + "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" }, "devDependencies": { "@nativescript/android": "7.0.1", diff --git a/apps/ui/src/css/background-image-page.xml b/apps/ui/src/css/background-image-page.xml index 2b1beaa79..eef80d30e 100644 --- a/apps/ui/src/css/background-image-page.xml +++ b/apps/ui/src/css/background-image-page.xml @@ -1,5 +1,5 @@ - +