File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## [ 8.1.2] ( https://github.com/NativeScript/NativeScript/compare/8.1.1-core...8.1.2 ) (2021-09-15)
2
11
3
12
Original file line number Diff line number Diff line change 10
10
"clean" : " npx rimraf hooks node_modules platforms package-lock.json && npm i --legacy-peer-deps"
11
11
},
12
12
"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"
15
15
},
16
16
"devDependencies" : {
17
17
"@nativescript/android" : " 7.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript" ,
3
- "version" : " 8.1.2 " ,
3
+ "version" : " 8.1.3 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"clean" : " git clean -f -X -d --exclude=!.idea/ --exclude=!.vscode/*" ,
7
7
"setup" : " npm run clean && npm install --legacy-peer-deps" ,
8
- "setup:yarn" : " yarn run clean && yarn" ,
8
+ "setup:yarn" : " yarn clean && yarn" ,
9
9
"setup:pnpm" : " pnpm run clean && pnpm install" ,
10
10
"postinstall" : " ts-patch install && husky install && nx run core:setup" ,
11
11
"start" : " nps" ,
53
53
"mocha" : " ^8.0.1" ,
54
54
"mocha-typescript" : " ^1.1.17" ,
55
55
"module-alias" : " ^2.2.2" ,
56
- "nativescript" : " ~7.2.0 " ,
56
+ "nativescript" : " ~8.1.2 " ,
57
57
"nativescript-typedoc-theme" : " 1.0.0" ,
58
58
"parse-css" : " git+https://github.com/tabatkins/parse-css.git" ,
59
59
"parserlib" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 3
3
"main" : " index" ,
4
4
"types" : " index.d.ts" ,
5
5
"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 " ,
7
7
"homepage" : " https://nativescript.org" ,
8
8
"repository" : {
9
9
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments