Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - @umijs/plugin-layout@0.14.1
 - @umijs/plugin-locale@0.10.10
 - @umijs/plugin-qiankun@2.24.0
 - @umijs/preset-react@1.8.2
  • Loading branch information
kuitos committed Mar 19, 2021
1 parent ec0f461 commit 375466b
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 8 deletions.
14 changes: 13 additions & 1 deletion packages/plugin-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log

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

## [0.14.1](https://github.com/umijs/plugins/compare/@umijs/plugin-layout@0.14.0...@umijs/plugin-layout@0.14.1) (2021-03-19)


### Bug Fixes

* menuItem should support target ([#558](https://github.com/umijs/plugins/issues/558)) ([ec0f461](https://github.com/umijs/plugins/commit/ec0f46134b7a9002fcdd565d81e6582a2e63a840))





# [0.14.0](https://github.com/umijs/plugins/compare/@umijs/plugin-layout@0.13.5...@umijs/plugin-layout@0.14.0) (2021-03-15)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-layout",
"version": "0.14.0",
"version": "0.14.1",
"description": "@umijs/plugin-layout",
"keywords": [
"umi"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-locale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.10](https://github.com/umijs/plugins/compare/@umijs/plugin-locale@0.10.9...@umijs/plugin-locale@0.10.10) (2021-03-19)

**Note:** Version bump only for package @umijs/plugin-locale





## [0.10.9](https://github.com/umijs/plugins/compare/@umijs/plugin-locale@0.10.8...@umijs/plugin-locale@0.10.9) (2021-03-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-locale",
"version": "0.10.9",
"version": "0.10.10",
"description": "@umijs/plugin-locale",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/plugin-qiankun/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.24.0](https://github.com/umijs/plugins/compare/@umijs/plugin-qiankun@2.23.0...@umijs/plugin-qiankun@2.24.0) (2021-03-19)


### Bug Fixes

* **qiankun:** runtime routes not loaded correctly ([#541](https://github.com/umijs/plugins/issues/541)) ([ea086ee](https://github.com/umijs/plugins/commit/ea086eef269d277d49d261e49aa865a2bd30744a))


### Features

* 增加 credentials 参数,自动携带跨域 cookie ([#560](https://github.com/umijs/plugins/issues/560)) ([f494a22](https://github.com/umijs/plugins/commit/f494a222a9e33b766f896a46833f72eb113e3044))





# [2.23.0](https://github.com/umijs/plugins/compare/@umijs/plugin-qiankun@2.22.1...@umijs/plugin-qiankun@2.23.0) (2021-03-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-qiankun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-qiankun",
"version": "2.23.0",
"version": "2.24.0",
"description": "umi plugin for qiankun",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
11 changes: 10 additions & 1 deletion packages/preset-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

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

## [1.8.2](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.8.1...@umijs/preset-react@1.8.2) (2021-03-19)

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





## [1.8.1](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.8.0...@umijs/preset-react@1.8.1) (2021-03-15)

Expand Down
6 changes: 3 additions & 3 deletions packages/preset-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/preset-react",
"version": "1.8.1",
"version": "1.8.2",
"description": "@umijs/preset-react",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"@umijs/plugin-dva": "0.10.0",
"@umijs/plugin-helmet": "1.1.1",
"@umijs/plugin-initial-state": "2.3.0",
"@umijs/plugin-layout": "0.14.0",
"@umijs/plugin-locale": "0.10.9",
"@umijs/plugin-layout": "0.14.1",
"@umijs/plugin-locale": "0.10.10",
"@umijs/plugin-model": "2.5.6",
"@umijs/plugin-request": "2.5.2",
"@umijs/plugin-test": "1.0.0"
Expand Down

0 comments on commit 375466b

Please sign in to comment.