Skip to content

Commit b3e9339

Browse files
committed
chore(release): @nativescript/[email protected], @nativescript/[email protected], @nativescript/[email protected], @nativescript/[email protected]
1 parent d69e568 commit b3e9339

File tree

6 files changed

+17
-8
lines changed

6 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

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": "NativeScript Core Modules",
6-
"version": "7.0.2",
6+
"version": "7.0.3",
77
"homepage": "https://nativescript.org",
88
"repository": {
99
"type": "git",

packages/types-android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/types-ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

packages/types/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -12,7 +12,7 @@
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+
}

0 commit comments

Comments
 (0)