From 0dce8be03c18d3777419bb95c6ef6e97cd7dee32 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 27 Jul 2020 21:14:34 -0700 Subject: [PATCH] chore: bump --- package.json | 2 +- packages/core-compat/package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 426ace419..aa190458d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript", - "version": "7.0.0-rc.29", + "version": "7.0.0-rc.30", "license": "MIT", "scripts": { "setup": "npx rimraf -- hooks node_modules package-lock.json && npm i && ts-patch install && nx run core:setup", diff --git a/packages/core-compat/package.json b/packages/core-compat/package.json index 85a801b11..daef705e3 100644 --- a/packages/core-compat/package.json +++ b/packages/core-compat/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "Compatibility with old style tns-core-modules imports for NativeScript.", - "version": "7.0.0-rc.29", + "version": "7.0.0-rc.30", "homepage": "https://nativescript.org", "repository": { "type": "git", diff --git a/packages/core/package.json b/packages/core/package.json index 363bb0ea7..e6db8d414 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "7.0.0-rc.29", + "version": "7.0.0-rc.30", "homepage": "https://nativescript.org", "repository": { "type": "git",