Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 23, 2021
1 parent 9d4190b commit ca975a4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/plugin-antd/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.

# [0.13.0](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2021-11-23)

### Features

- **and:** add config antd disableBabelPluginImport:false ([#752](https://github.com/umijs/plugins/issues/752)) ([9d4190b](https://github.com/umijs/plugins/commit/9d4190bd9b39f6e933f61025c0d1a98786b881d5))

## [0.12.1](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2021-11-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/plugin-antd",
"version": "0.12.1",
"version": "0.13.0",
"description": "@umijs/plugin-antd",
"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.8.30](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2021-11-23)

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

## [1.8.29](https://github.com/umijs/plugins/compare/@umijs/[email protected]...@umijs/[email protected]) (2021-11-17)

**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.8.29",
"version": "1.8.30",
"description": "@umijs/preset-react",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@umijs/plugin-access": "2.4.2",
"@umijs/plugin-analytics": "0.2.2",
"@umijs/plugin-antd": "0.12.1",
"@umijs/plugin-antd": "0.13.0",
"@umijs/plugin-crossorigin": "1.2.1",
"@umijs/plugin-dva": "0.13.0",
"@umijs/plugin-helmet": "1.1.3",
Expand Down

0 comments on commit ca975a4

Please sign in to comment.