chore: version and changelog (#4280)

* chore: version and changelog

* chore: version
This commit is contained in:
ClarkXia 2021-04-29 11:18:25 +08:00 committed by GitHub
parent bfb8aed563
commit 0f64859c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 17 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@builder/user-config",
"version": "0.3.4",
"version": "0.3.5",
"description": "Includes methods which are releated to set base user config for framework",
"homepage": "",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "ice.js",
"version": "1.17.6",
"version": "1.17.7",
"description": "command line interface and builtin plugin for icejs",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -30,7 +30,7 @@
"build-plugin-ice-logger": "1.7.4",
"build-plugin-ice-mpa": "1.8.6",
"build-plugin-ice-request": "1.7.6",
"build-plugin-ice-router": "1.9.5",
"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",

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-fusion",
"version": "0.1.14",
"version": "0.1.15",
"description": "plugin for build scripts while use fusion component",
"main": "lib/index.js",
"scripts": {
@ -35,4 +35,4 @@
"type": "http",
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-fusion"
}
}
}

View File

@ -1,10 +1,5 @@
# Changelog
## 2.1.3
- [fix] throw error when not setting route type
- [feat] throw error when not using the BrowserRouter
## 2.1.2
- [fix] not generate server bundle in Windows

View File

@ -1,8 +1,8 @@
# Changelog
## 2.0.0
## 1.9.6
- fix: router path is invalid after using `path.join` function
- [fix] router path is invalid after using `path.join` function
## 1.9.5

View File

@ -1,6 +1,6 @@
{
"name": "build-plugin-ice-router",
"version": "1.9.5",
"version": "1.9.6",
"description": "build-plugin-ice-router",
"author": "ice-admin@alibaba-inc.com",
"homepage": "",
@ -43,4 +43,4 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"gitHead": "6bbf8de986f2e6d4820c2dc7f92fa87d917b23f7"
}
}

View File

@ -0,0 +1,6 @@
# Changelog
## 2.0.2
- [fix] throw error when not setting route type
- [feat] throw error when not using the BrowserRouter

View File

@ -1,6 +1,6 @@
{
"name": "react-app-renderer",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"author": "ice-admin@alibaba-inc.com",
"homepage": "https://github.com/alibaba/ice#readme",
@ -34,4 +34,4 @@
"bugs": {
"url": "https://github.com/alibaba/ice/issues"
}
}
}