chore: verison and changelog (#4325)

* chore: verison and changelog

* chore: version
This commit is contained in:
ClarkXia 2021-05-20 11:43:13 +08:00 committed by GitHub
parent d36e8fc8f2
commit cb1275ccf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 21 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@builder/mpa-config",
"version": "3.2.5",
"version": "3.2.6",
"description": "enable mpa project for framework",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",

View File

@ -1,6 +1,6 @@
{
"name": "build-scripts-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "Basic configs for build-scripts and its plugins",
"main": "lib/index.js",
"types": "types/index.d.ts",

View File

@ -2,6 +2,7 @@
## 0.3.6
- [feat] use trusted-cert to generate ca
- [feat] add `experiments` to userConfig
- [fix] SPA `route.targets` field
- [fix] regexp for inject core-js

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "ice.js",
"version": "1.17.8",
"version": "1.18.0",
"description": "command line interface and builtin plugin for icejs",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -22,18 +22,18 @@
},
"dependencies": {
"@alib/build-scripts": "^0.1.13",
"build-plugin-app-core": "1.4.5",
"build-plugin-app-core": "1.4.6",
"build-plugin-helmet": "1.0.2",
"build-plugin-ice-auth": "1.7.3",
"build-plugin-ice-auth": "1.7.4",
"build-plugin-ice-config": "1.8.1",
"build-plugin-ice-helpers": "1.7.2",
"build-plugin-ice-logger": "1.7.4",
"build-plugin-ice-mpa": "1.8.6",
"build-plugin-ice-mpa": "1.9.0",
"build-plugin-ice-request": "1.7.6",
"build-plugin-ice-router": "1.9.6",
"build-plugin-ice-ssr": "2.1.2",
"build-plugin-ice-store": "1.9.7",
"build-plugin-react-app": "1.8.3",
"build-plugin-react-app": "1.8.4",
"build-plugin-miniapp": "0.1.7",
"chalk": "^4.1.0",
"chokidar": "^3.3.1",

View File

@ -2,6 +2,8 @@
## 1.4.6
- [feat] support to specify targetDir when call api `addTemplateDir`
- [fix] copy file by api renderFile
- [chore] rax template file generate logic move to build-plugin-rax-app
## 1.4.5

View File

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

View File

@ -1,5 +1,9 @@
# Changelog
## 1.7.4
- [feat] support jsx-runtime
## 1.7.3
- [chore] publish source code of runtime

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-auth",
"version": "1.7.3",
"version": "1.7.4",
"description": "",
"author": "ice-admin@alibaba-inc.com",
"homepage": "https://github.com/alibaba/ice#readme",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-react-app",
"version": "1.8.3",
"version": "1.8.4",
"description": "The basic webpack configuration for ice project",
"author": "ice-admin@alibaba-inc.com",
"main": "lib/index.js",
@ -36,4 +36,4 @@
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-react-app"
},
"gitHead": "07ac7bb07162aac8c90778dd1de4a2060f8df498"
}
}