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", "name": "@builder/mpa-config",
"version": "3.2.4", "version": "3.2.5",
"description": "enable mpa project for framework", "description": "enable mpa project for framework",
"author": "ice-admin@alibaba-inc.com", "author": "ice-admin@alibaba-inc.com",
"homepage": "", "homepage": "",

View File

@ -1,6 +1,6 @@
{ {
"name": "@builder/user-config", "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", "description": "Includes methods which are releated to set base user config for framework",
"homepage": "", "homepage": "",
"license": "MIT", "license": "MIT",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "build-plugin-fusion", "name": "build-plugin-fusion",
"version": "0.1.14", "version": "0.1.15",
"description": "plugin for build scripts while use fusion component", "description": "plugin for build scripts while use fusion component",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {

View File

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

View File

@ -1,8 +1,8 @@
# Changelog # 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.9.5

View File

@ -1,6 +1,6 @@
{ {
"name": "build-plugin-ice-router", "name": "build-plugin-ice-router",
"version": "1.9.5", "version": "1.9.6",
"description": "build-plugin-ice-router", "description": "build-plugin-ice-router",
"author": "ice-admin@alibaba-inc.com", "author": "ice-admin@alibaba-inc.com",
"homepage": "", "homepage": "",

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", "name": "react-app-renderer",
"version": "2.0.1", "version": "2.0.2",
"description": "", "description": "",
"author": "ice-admin@alibaba-inc.com", "author": "ice-admin@alibaba-inc.com",
"homepage": "https://github.com/alibaba/ice#readme", "homepage": "https://github.com/alibaba/ice#readme",