mirror of https://github.com/alibaba/ice.git
chore: version and changelog (#4280)
* chore: version and changelog * chore: version
This commit is contained in:
parent
bfb8aed563
commit
0f64859c1c
|
@ -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": "",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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": "",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 2.0.2
|
||||
|
||||
- [fix] throw error when not setting route type
|
||||
- [feat] throw error when not using the BrowserRouter
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue