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 1, 2024
1 parent 70da5e8 commit f5acbb2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.0.0](https://github.com/miaoxing/mxjs-a-ret/compare/v1.2.1...v2.0.0) (2024-05-01)


### Features

* 更新 `react-router` 到 v6 ([70da5e8](https://github.com/miaoxing/mxjs-a-ret/commit/70da5e87496fdcbc9cc5ca3c5f937e0964457589))


### BREAKING CHANGES

* 更新 `react-router` 到 v6





### Dependencies

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

## [1.2.1](https://github.com/miaoxing/mxjs-a-ret/compare/v1.2.0...v1.2.1) (2024-03-31)


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": "1.2.1",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,7 +11,7 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@mxjs/a-button": "^3.2.1",
"@mxjs/a-button": "^4.0.0",
"antd": "~5.13",
"prop-types": "^15.7.2",
"react-router": "^6",
Expand Down

0 comments on commit f5acbb2

Please sign in to comment.