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 May 12, 2021
1 parent 67cd9a3 commit ee4fd5c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.2.12](https://github.com/miaoxing/mxjs-a-button/compare/v0.2.11...v0.2.12) (2021-05-12)





### Dependencies

* **@mxjs/bootstrap:** upgrade from `0.1.4` to `0.1.5`
* **@mxjs/router:** upgrade from `0.1.3` to `0.1.4`
* **miaoxing:** upgrade from `0.2.4` to `0.2.5`
* **@miaoxing/dev:** upgrade from `7.0.0` to `7.0.1`

## [0.2.11](https://github.com/miaoxing/mxjs-a-button/compare/v0.2.10...v0.2.11) (2021-05-11)


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.11",
"version": "0.2.12",
"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.4",
"@mxjs/router": "^0.1.3",
"miaoxing": "^0.2.4",
"@mxjs/bootstrap": "^0.1.5",
"@mxjs/router": "^0.1.4",
"miaoxing": "^0.2.5",
"react-bootstrap": "^1.0.1"
},
"devDependencies": {
"@miaoxing/dev": "^7.0.0",
"@miaoxing/dev": "^7.0.1",
"@testing-library/react": "^11.2.6",
"jest": "^26.0.1",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit ee4fd5c

Please sign in to comment.