File tree Expand file tree Collapse file tree 6 files changed +17
-8
lines changed
Expand file tree Collapse file tree 6 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1+ ## [ 7.0.3] ( https://github.com/NativeScript/NativeScript/compare/7.0.0...7.0.3 ) (2020-09-12)
2+
3+
4+ ### Bug Fixes
5+
6+ * add missing configuration keys and move profiling out of android key ([ #8847 ] ( https://github.com/NativeScript/NativeScript/issues/8847 ) ) ([ d69e568] ( https://github.com/NativeScript/NativeScript/commit/d69e568a4b6505e1ceef33a56100996199bf2d4b ) )
7+
8+
9+
110## [ 7.0.2] ( https://github.com/NativeScript/NativeScript/compare/7.0.0...7.0.2 ) (2020-09-10)
211
312
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript" ,
3- "version" : " 7.0.2 " ,
3+ "version" : " 7.0.3 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "setup" : " npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup" ,
Original file line number Diff line number Diff line change 33 "main" : " index" ,
44 "types" : " index.d.ts" ,
55 "description" : " NativeScript Core Modules" ,
6- "version" : " 7.0.2 " ,
6+ "version" : " 7.0.3 " ,
77 "homepage" : " https://nativescript.org" ,
88 "repository" : {
99 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript/types-android" ,
3- "version" : " 7.0.2 " ,
3+ "version" : " 7.0.3 " ,
44 "description" : " NativeScript Types for Android." ,
55 "homepage" : " https://nativescript.org" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript/types-ios" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.0.3 " ,
44 "description" : " NativeScript Types for iOS." ,
55 "homepage" : " https://nativescript.org" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript/types" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.0.3 " ,
44 "description" : " NativeScript Types for all supported platforms." ,
55 "homepage" : " https://nativescript.org" ,
66 "repository" : {
1212 ],
1313 "license" : " Apache-2.0" ,
1414 "dependencies" : {
15- "@nativescript/types-ios" : " ~ 7.0.0 " ,
16- "@nativescript/types-android" : " ~ 7.0.0 "
15+ "@nativescript/types-ios" : " 7.0.3 " ,
16+ "@nativescript/types-android" : " 7.0.3 "
1717 }
18- }
18+ }
You can’t perform that action at this time.
0 commit comments