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 30, 2024
1 parent f5acbb2 commit bc371c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.1](https://github.com/miaoxing/mxjs-a-ret/compare/v2.0.0...v2.0.1) (2024-05-30)





### Dependencies

* **@mxjs/a-button:** upgrade from `4.0.0` to `4.0.1`

# [2.0.0](https://github.com/miaoxing/mxjs-a-ret/compare/v1.2.1...v2.0.0) (2024-05-01)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/a-ret",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,7 +11,7 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@mxjs/a-button": "^4.0.0",
"@mxjs/a-button": "^4.0.1",
"antd": "~5.13",
"prop-types": "^15.7.2",
"react-router": "^6",
Expand Down

0 comments on commit bc371c1

Please sign in to comment.