chore(release): @nativescript/core@7.0.3, @nativescript/types@7.0.3, @nativescript/types-android@7.0.3, @nativescript/types-ios@7.0.3

This commit is contained in:
Igor Randjelovic
2020-09-12 18:48:45 +02:00
parent d69e568a4b
commit b3e9339fc3
6 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,12 @@
## [7.0.3](https://github.com/NativeScript/NativeScript/compare/7.0.0...7.0.3) (2020-09-12)
### Bug Fixes
* 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.0.2](https://github.com/NativeScript/NativeScript/compare/7.0.0...7.0.2) (2020-09-10) ## [7.0.2](https://github.com/NativeScript/NativeScript/compare/7.0.0...7.0.2) (2020-09-10)

View File

@ -1,6 +1,6 @@
{ {
"name": "nativescript", "name": "nativescript",
"version": "7.0.2", "version": "7.0.3",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup", "setup": "npx rimraf hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup",

View File

@ -3,7 +3,7 @@
"main": "index", "main": "index",
"types": "index.d.ts", "types": "index.d.ts",
"description": "NativeScript Core Modules", "description": "NativeScript Core Modules",
"version": "7.0.2", "version": "7.0.3",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nativescript/types-android", "name": "@nativescript/types-android",
"version": "7.0.2", "version": "7.0.3",
"description": "NativeScript Types for Android.", "description": "NativeScript Types for Android.",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@nativescript/types-ios", "name": "@nativescript/types-ios",
"version": "7.0.1", "version": "7.0.3",
"description": "NativeScript Types for iOS.", "description": "NativeScript Types for iOS.",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@nativescript/types", "name": "@nativescript/types",
"version": "7.0.1", "version": "7.0.3",
"description": "NativeScript Types for all supported platforms.", "description": "NativeScript Types for all supported platforms.",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {
@ -12,7 +12,7 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@nativescript/types-ios": "~7.0.0", "@nativescript/types-ios": "7.0.3",
"@nativescript/types-android": "~7.0.0" "@nativescript/types-android": "7.0.3"
} }
} }