Skip to content

Commit 2aaedb3

Browse files
committed
chore(release): Publish
- @umijs/[email protected] - @umijs/[email protected] - @umijs/[email protected]
1 parent 516a266 commit 2aaedb3

6 files changed

Lines changed: 26 additions & 18 deletions

File tree

packages/plugin-layout/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
# [0.14.0](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2021-03-15)
6+
7+
### Features
8+
9+
- **openapi:** support openapi plugins ([#527](https://github.com/umijs/plugins/issues/527)) ([516a266](https://github.com/umijs/plugins/commit/516a266c00e283d0115ad8fc0bd2fd44d90b1a0f))
10+
511
## [0.13.5](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2020-12-24)
612

713
### Bug Fixes

packages/plugin-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umijs/plugin-layout",
3-
"version": "0.13.5",
3+
"version": "0.14.0",
44
"description": "@umijs/plugin-layout",
55
"keywords": [
66
"umi"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4+
5+
# 1.1.0 (2021-03-15)
6+
7+
### Features
8+
9+
- **openapi:** support openapi plugins ([#527](https://github.com/umijs/plugins/issues/527)) ([516a266](https://github.com/umijs/plugins/commit/516a266c00e283d0115ad8fc0bd2fd44d90b1a0f))

packages/plugin-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umijs/plugin-openapi",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "@umijs/plugin-openapi",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/preset-react/CHANGELOG.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,25 @@
11
# Change Log
22

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

6-
# [1.8.0](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.7.13...@umijs/[email protected].0) (2021-03-04)
5+
## [1.8.1](https://github.com/umijs/plugins/compare/@umijs/preset-react@1.8.0...@umijs/[email protected].1) (2021-03-15)
76

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

9-
### Features
9+
# [1.8.0](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2021-03-04)
1010

11-
* **lodash:** on demand loaded ([#535](https://github.com/umijs/plugins/issues/535)) ([0dd2998](https://github.com/umijs/plugins/commit/0dd29985bf4a9669ea43606c876c8dec3f35178a))
11+
### Features
1212

13+
- **lodash:** on demand loaded ([#535](https://github.com/umijs/plugins/issues/535)) ([0dd2998](https://github.com/umijs/plugins/commit/0dd29985bf4a9669ea43606c876c8dec3f35178a))
1314

1415
### Reverts
1516

16-
* Revert "feat(lodash): on demand loaded (#535)" (#539) ([d931276](https://github.com/umijs/plugins/commit/d93127667e2c696b410312f59f883f4e887eb6ff)), closes [#535](https://github.com/umijs/plugins/issues/535) [#539](https://github.com/umijs/plugins/issues/539)
17-
18-
19-
20-
17+
- Revert "feat(lodash): on demand loaded (#535)" (#539) ([d931276](https://github.com/umijs/plugins/commit/d93127667e2c696b410312f59f883f4e887eb6ff)), closes [#535](https://github.com/umijs/plugins/issues/535) [#539](https://github.com/umijs/plugins/issues/539)
2118

2219
## [1.7.13](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2021-01-19)
2320

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

26-
27-
28-
29-
3023
## [1.7.12](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2021-01-13)
3124

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

packages/preset-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umijs/preset-react",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "@umijs/preset-react",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -35,7 +35,7 @@
3535
"@umijs/plugin-dva": "0.10.0",
3636
"@umijs/plugin-helmet": "1.1.1",
3737
"@umijs/plugin-initial-state": "2.3.0",
38-
"@umijs/plugin-layout": "0.13.5",
38+
"@umijs/plugin-layout": "0.14.0",
3939
"@umijs/plugin-locale": "0.10.9",
4040
"@umijs/plugin-model": "2.5.6",
4141
"@umijs/plugin-request": "2.5.2",

0 commit comments

Comments
 (0)