Skip to content

Commit ee701db

Browse files
committed
chore(release): @nativescript/core@8.1.3
1 parent 90b8718 commit ee701db

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [8.1.3](https://github.com/NativeScript/NativeScript/compare/8.1.2-core...8.1.3) (2021-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** only attach if activity is CREATED ([#9552](https://github.com/NativeScript/NativeScript/issues/9552)) ([90b8718](https://github.com/NativeScript/NativeScript/commit/90b8718138fc6e67e2141d9b77017b3d96e50d51))
7+
8+
9+
110
## [8.1.2](https://github.com/NativeScript/NativeScript/compare/8.1.1-core...8.1.2) (2021-09-15)
211

312

apps/automated/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i --legacy-peer-deps"
1111
},
1212
"dependencies": {
13-
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
14-
"@nativescript/core": "file:../../packages/core"
13+
"@nativescript/core": "file:../../packages/core",
14+
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1515
},
1616
"devDependencies": {
1717
"@nativescript/android": "7.0.1",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "nativescript",
3-
"version": "8.1.2",
3+
"version": "8.1.3",
44
"license": "MIT",
55
"scripts": {
66
"clean": "git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/*",
77
"setup": "npm run clean && npm install --legacy-peer-deps",
8-
"setup:yarn": "yarn run clean && yarn",
8+
"setup:yarn": "yarn clean && yarn",
99
"setup:pnpm": "pnpm run clean && pnpm install",
1010
"postinstall": "ts-patch install && husky install && nx run core:setup",
1111
"start": "nps",
@@ -53,7 +53,7 @@
5353
"mocha": "^8.0.1",
5454
"mocha-typescript": "^1.1.17",
5555
"module-alias": "^2.2.2",
56-
"nativescript": "~7.2.0",
56+
"nativescript": "~8.1.2",
5757
"nativescript-typedoc-theme": "1.0.0",
5858
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
5959
"parserlib": "^1.1.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
6-
"version": "8.1.2",
6+
"version": "8.1.3",
77
"homepage": "https://nativescript.org",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)