diff --git a/packages/build-app-helpers/package.json b/packages/build-app-helpers/package.json index bc8f2feff..d542cda1f 100644 --- a/packages/build-app-helpers/package.json +++ b/packages/build-app-helpers/package.json @@ -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": "", diff --git a/packages/build-user-config/package.json b/packages/build-user-config/package.json index 45257da3f..78bab3ee2 100644 --- a/packages/build-user-config/package.json +++ b/packages/build-user-config/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/packages/create-app-shared/package.json b/packages/create-app-shared/package.json index 7a4d7d29a..3301f8c07 100644 --- a/packages/create-app-shared/package.json +++ b/packages/create-app-shared/package.json @@ -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", diff --git a/packages/icejs/package.json b/packages/icejs/package.json index 29c4f5e53..e4c092cc3 100644 --- a/packages/icejs/package.json +++ b/packages/icejs/package.json @@ -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", diff --git a/packages/plugin-app-core/package.json b/packages/plugin-app-core/package.json index 4549ab1ca..cf3535365 100644 --- a/packages/plugin-app-core/package.json +++ b/packages/plugin-app-core/package.json @@ -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": "", diff --git a/packages/plugin-config/package.json b/packages/plugin-config/package.json index 24cec571f..b5b6cbed0 100644 --- a/packages/plugin-config/package.json +++ b/packages/plugin-config/package.json @@ -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": "", diff --git a/packages/plugin-helmet/package.json b/packages/plugin-helmet/package.json index f67140673..2a76e7dad 100644 --- a/packages/plugin-helmet/package.json +++ b/packages/plugin-helmet/package.json @@ -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" -} +} \ No newline at end of file diff --git a/packages/plugin-helpers/package.json b/packages/plugin-helpers/package.json index 775ac1c42..1360d9ee3 100644 --- a/packages/plugin-helpers/package.json +++ b/packages/plugin-helpers/package.json @@ -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" -} +} \ No newline at end of file diff --git a/packages/plugin-logger/package.json b/packages/plugin-logger/package.json index 8c6966b55..d3cb06a19 100644 --- a/packages/plugin-logger/package.json +++ b/packages/plugin-logger/package.json @@ -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" -} +} \ No newline at end of file diff --git a/packages/plugin-mpa/package.json b/packages/plugin-mpa/package.json index 456efd1f5..4f0b36c36 100644 --- a/packages/plugin-mpa/package.json +++ b/packages/plugin-mpa/package.json @@ -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": "", diff --git a/packages/plugin-request/package.json b/packages/plugin-request/package.json index 8a5904bbf..ead7ba3c5 100644 --- a/packages/plugin-request/package.json +++ b/packages/plugin-request/package.json @@ -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" -} +} \ No newline at end of file diff --git a/packages/plugin-router/package.json b/packages/plugin-router/package.json index 400cb43c7..09777986c 100644 --- a/packages/plugin-router/package.json +++ b/packages/plugin-router/package.json @@ -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" -} +} \ No newline at end of file diff --git a/packages/plugin-service/package.json b/packages/plugin-service/package.json index 63b44a85f..0566514c0 100644 --- a/packages/plugin-service/package.json +++ b/packages/plugin-service/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/packages/plugin-store/package.json b/packages/plugin-store/package.json index a9d3f6fa1..50254ff08 100644 --- a/packages/plugin-store/package.json +++ b/packages/plugin-store/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/packages/react-app-renderer/package.json b/packages/react-app-renderer/package.json index 3862da53a..7f3d56a38 100644 --- a/packages/react-app-renderer/package.json +++ b/packages/react-app-renderer/package.json @@ -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",