mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: bump version to 4.0.0 (#5148)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "tns-core-modules",
|
||||
"description": "Telerik NativeScript Core Modules",
|
||||
"version": "3.4.0",
|
||||
"version": "4.0.0",
|
||||
"homepage": "https://www.nativescript.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -40,10 +40,7 @@
|
||||
"snapshot": {
|
||||
"android": {
|
||||
"tns-java-classes": {
|
||||
"modules": [
|
||||
"ui/frame/activity",
|
||||
"ui/frame/fragment"
|
||||
]
|
||||
"modules": ["ui/frame/activity", "ui/frame/fragment"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "tns-platform-declarations",
|
||||
"version": "3.4.0",
|
||||
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
|
||||
"version": "4.0.0",
|
||||
"description":
|
||||
"Platform-specific TypeScript declarations for NativeScript for accessing native objects",
|
||||
"main": "",
|
||||
"scripts": {
|
||||
"test": "tsc",
|
||||
"package-tag": "npm version $npm_package_version-$PACKAGE_VERSION --no-git-tag-version"
|
||||
"package-tag":
|
||||
"npm version $npm_package_version-$PACKAGE_VERSION --no-git-tag-version"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user