chore: version (#3992)

* chore: version

* chore: tag version

* chore: verison
This commit is contained in:
ClarkXia 2021-01-06 10:54:04 +08:00 committed by GitHub
parent 31f8c5b686
commit 6cde32d08e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 32 additions and 32 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@builder/app-helpers",
"version": "2.0.2",
"version": "2.0.3",
"description": "build helpers for app framework",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",

View File

@ -1,6 +1,6 @@
{
"name": "@builder/user-config",
"version": "0.1.6",
"version": "0.1.7",
"description": "Includes methods which are releated to set base user config for framework",
"homepage": "",
"license": "MIT",
@ -44,4 +44,4 @@
"bugs": {
"url": "https://github.com/alibaba/ice/issues"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "create-app-shared",
"version": "0.1.17",
"version": "0.1.18",
"description": "",
"author": "ice-admin@alibaba-inc.com",
"homepage": "https://github.com/alibaba/ice#readme",

View File

@ -22,17 +22,17 @@
},
"dependencies": {
"@alib/build-scripts": "^0.1.13",
"build-plugin-app-core": "1.1.0",
"build-plugin-helmet": "1.0.0",
"build-plugin-app-core": "1.2.0",
"build-plugin-helmet": "1.0.1",
"build-plugin-ice-auth": "1.7.2",
"build-plugin-ice-config": "1.7.2",
"build-plugin-ice-helpers": "1.7.1",
"build-plugin-ice-logger": "1.7.2",
"build-plugin-ice-mpa": "1.8.2",
"build-plugin-ice-request": "1.7.2",
"build-plugin-ice-router": "1.7.6",
"build-plugin-ice-config": "1.8.0",
"build-plugin-ice-helpers": "1.7.2",
"build-plugin-ice-logger": "1.7.3",
"build-plugin-ice-mpa": "1.8.3",
"build-plugin-ice-request": "1.7.3",
"build-plugin-ice-router": "1.8.0",
"build-plugin-ice-ssr": "1.8.0",
"build-plugin-ice-store": "1.8.0",
"build-plugin-ice-store": "1.9.0",
"build-plugin-react-app": "1.7.13",
"build-plugin-miniapp": "0.1.7",
"chalk": "^4.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-app-core",
"version": "1.1.0",
"version": "1.2.0",
"description": "the core plugin for icejs and raxjs.",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-config",
"version": "1.7.2",
"version": "1.8.0",
"description": "Define application config in icejs",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-helmet",
"version": "1.0.0",
"version": "1.0.1",
"description": "builtin helmet in icejs",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -28,4 +28,4 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-helpers",
"version": "1.7.1",
"version": "1.7.2",
"description": "builtin helpers in icejs",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -36,4 +36,4 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-logger",
"version": "1.7.2",
"version": "1.7.3",
"description": "builtin logger in icejs",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -30,4 +30,4 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-mpa",
"version": "1.8.2",
"version": "1.8.3",
"description": "enable mpa project for icejs framework",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-request",
"version": "1.7.2",
"version": "1.7.3",
"description": "request for build-plugin-ice-request",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -31,4 +31,4 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"gitHead": "e9bf7c3abd03d870a637d73b70b613942777132a"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-router",
"version": "1.7.6",
"version": "1.8.0",
"description": "build-plugin-ice-router",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -31,7 +31,7 @@
},
"files": [
"lib",
"src/types",
"src",
"templates"
],
"repository": {
@ -42,4 +42,4 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"gitHead": "6bbf8de986f2e6d4820c2dc7f92fa87d917b23f7"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-service",
"version": "1.7.1",
"version": "1.7.2",
"description": "service pulgin",
"author": "ice-admin@alibaba-inc.com",
"homepage": "https://github.com/ice-lab/icejs#readme",
@ -28,4 +28,4 @@
"bugs": {
"url": "https://github.com/ice-lab/icejs/issues"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-store",
"version": "1.8.0",
"version": "1.9.0",
"description": "builtin `icestore` in icejs",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -30,4 +30,4 @@
"loader-utils": "^2.0.0",
"globby": "^11.0.1"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "react-app-renderer",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "ice-admin@alibaba-inc.com",
"homepage": "https://github.com/alibaba/ice#readme",