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 Feb 5, 2022
1 parent be118c6 commit 6e3e9b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.4.1](https://github.com/miaoxing/mxjs-a-button/compare/v0.4.0...v0.4.1) (2022-02-05)





### Dependencies

* **@mxjs/router:** upgrade from `0.2.1` to `0.2.2`
* **miaoxing:** upgrade from `0.4.0` to `0.4.1`
* **@miaoxing/dev:** upgrade from `8.0.1` to `8.1.0`

# [0.4.0](https://github.com/miaoxing/mxjs-a-button/compare/v0.3.0...v0.4.0) (2022-01-12)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/a-button",
"version": "0.4.0",
"version": "0.4.1",
"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/router": "^0.2.1",
"@mxjs/router": "^0.2.2",
"antd": "~4.17.4",
"antd-button-color": "^1.0.4",
"miaoxing": "^0.4.0"
"miaoxing": "^0.4.1"
},
"devDependencies": {
"@miaoxing/dev": "^8.0.1",
"@miaoxing/dev": "^8.1.0",
"@testing-library/react": "^11.2.6",
"jest": "^26.0.1",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 6e3e9b7

Please sign in to comment.