Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - @umijs/plugin-block-devtool@1.1.0
 - @umijs/plugin-layout@0.2.3
 - @umijs/plugin-qiankun@2.0.0
 - @umijs/preset-react@1.1.2
  • Loading branch information
sorrycc committed Feb 19, 2020
1 parent 64a8cdd commit 5d6b25a
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 5 deletions.
13 changes: 13 additions & 0 deletions packages/plugin-block-devtool/CHANGELOG.md
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2020-02-19)

### Bug Fixes

- **plugin-qiankun:** chainWebpack not return ([64a8cdd](https://github.com/umijs/plugins/commit/64a8cdd58735c97cba46286f72243ae0bfc0c87e))

### Features

- umi-plugin-block-dev migrate to @umijs/plugin-block-devtool for umi3 ([#41](https://github.com/umijs/plugins/issues/41)) ([48511d3](https://github.com/umijs/plugins/commit/48511d334146e5142706ea638001bbd2c8eecc7b))
2 changes: 1 addition & 1 deletion packages/plugin-block-devtool/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-block-devtool",
"version": "1.0.0",
"version": "1.1.0",
"description": "@umijs/plugin-block-devtool",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-layout/CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.3](https://github.com/umijs/plugins/compare/@umijs/plugin-layout@0.2.2...@umijs/plugin-layout@0.2.3) (2020-02-19)

### Bug Fixes

- 鍘婚櫎 initial 鎻掍欢鐨勫己渚濊禆锛屽仛鍏煎澶勭悊 & 鏇挎崲榛樿 logo ([#40](https://github.com/umijs/plugins/issues/40)) ([8b297af](https://github.com/umijs/plugins/commit/8b297af24853cafeb65fe9772dbee605d46a3d30))

## [0.2.2](https://github.com/umijs/plugins/compare/@umijs/plugin-layout@0.2.1...@umijs/plugin-layout@0.2.2) (2020-02-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-layout/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-layout",
"version": "0.2.2",
"version": "0.2.3",
"description": "@umijs/plugin-layout",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-qiankun/CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/umijs/umi-plugin-qiankun/compare/@umijs/plugin-qiankun@2.0.0-alpha.1...@umijs/plugin-qiankun@2.0.0) (2020-02-19)

### Bug Fixes

- **plugin-qiankun:** chainWebpack not return ([64a8cdd](https://github.com/umijs/umi-plugin-qiankun/commit/64a8cdd58735c97cba46286f72243ae0bfc0c87e))

# 2.0.0-alpha.1 (2020-02-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-qiankun/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-qiankun",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "umi plugin for qiankun",
"repository": "umijs/umi-plugin-qiankun",
"main": "lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-react/CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.1.1...@umijs/preset-react@1.1.2) (2020-02-19)

**Note:** Version bump only for package @umijs/preset-react

## [1.1.1](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.1.0...@umijs/preset-react@1.1.1) (2020-02-18)

**Note:** Version bump only for package @umijs/preset-react
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@umijs/preset-react",
"version": "1.1.1",
"version": "1.1.2",
"description": "@umijs/preset-react",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@umijs/plugin-crossorigin": "1.1.0",
"@umijs/plugin-dva": "0.2.0",
"@umijs/plugin-initial-state": "2.1.0",
"@umijs/plugin-layout": "0.2.2",
"@umijs/plugin-layout": "0.2.3",
"@umijs/plugin-locale": "0.1.4",
"@umijs/plugin-model": "2.1.0",
"@umijs/plugin-request": "2.1.1"
Expand Down

0 comments on commit 5d6b25a

Please sign in to comment.