Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
See CHANGELOG.md for more details.
  • Loading branch information
semantic-release-bot committed Oct 28, 2021
1 parent 6700732 commit 70d53fd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [0.3.0](https://github.com/miaoxing/mxjs-a-button/compare/v0.2.12...v0.3.0) (2021-10-28)


### Features

* `react` 依赖移到 `peerDependencies` 中,开发依赖使用 `react` 17 ([f1aab0b](https://github.com/miaoxing/mxjs-a-button/commit/f1aab0bb90c7cb08a76149d31a33f4419751b903))


### BREAKING CHANGES

* `react` 依赖移到 `peerDependencies` 中,开发依赖使用 `react` 17





### Dependencies

* **@mxjs/bootstrap:** upgrade from `0.1.5` to `0.1.6`
* **@mxjs/router:** upgrade from `0.1.4` to `0.2.0`
* **miaoxing:** upgrade from `0.2.5` to `0.3.0`
* **@miaoxing/dev:** upgrade from `7.0.1` to `8.0.0`

## [0.2.12](https://github.com/miaoxing/mxjs-a-button/compare/v0.2.11...v0.2.12) (2021-05-12)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/a-button",
"version": "0.2.12",
"version": "0.3.0",
"description": "> TODO: description",
"author": "twinh <twinhuang@qq.com>",
"homepage": "https://github.com/twinh/miaoxing#readme",
Expand Down Expand Up @@ -37,13 +37,13 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@mxjs/bootstrap": "^0.1.5",
"@mxjs/router": "^0.1.4",
"miaoxing": "^0.2.5",
"@mxjs/bootstrap": "^0.1.6",
"@mxjs/router": "^0.2.0",
"miaoxing": "^0.3.0",
"react-bootstrap": "^1.0.1"
},
"devDependencies": {
"@miaoxing/dev": "^7.0.1",
"@miaoxing/dev": "^8.0.0",
"@testing-library/react": "^11.2.6",
"jest": "^26.0.1",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 70d53fd

Please sign in to comment.