Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - @umijs/plugin-initial-state@2.1.5
 - @umijs/preset-react@1.3.9
  • Loading branch information
sorrycc committed Mar 6, 2020
1 parent 765da7e commit 0f38b75
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/plugin-initial-state/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.5](https://github.com/umijs/plugins/compare/@umijs/plugin-initial-state@2.1.4...@umijs/plugin-initial-state@2.1.5) (2020-03-06)

### Bug Fixes

- app.ts validate ast failed ([765da7e](https://github.com/umijs/plugins/commit/765da7e2ccd70d1056a47447b8cca692eb4d92a5))

## [2.1.4](https://github.com/umijs/plugins/compare/@umijs/plugin-initial-state@2.1.3...@umijs/plugin-initial-state@2.1.4) (2020-03-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-initial-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-initial-state",
"version": "2.1.4",
"version": "2.1.5",
"description": "@umijs/plugin-initial-state",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.3.9](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.3.8...@umijs/preset-react@1.3.9) (2020-03-06)

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

## [1.3.8](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.3.7...@umijs/preset-react@1.3.8) (2020-03-06)

**Note:** Version bump only for package @umijs/preset-react
Expand Down
4 changes: 2 additions & 2 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.3.8",
"version": "1.3.9",
"description": "@umijs/preset-react",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@umijs/plugin-antd": "0.3.0",
"@umijs/plugin-crossorigin": "1.1.0",
"@umijs/plugin-dva": "0.5.3",
"@umijs/plugin-initial-state": "2.1.4",
"@umijs/plugin-initial-state": "2.1.5",
"@umijs/plugin-layout": "0.4.1",
"@umijs/plugin-locale": "0.3.0",
"@umijs/plugin-model": "2.1.1",
Expand Down

0 comments on commit 0f38b75

Please sign in to comment.