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 Mar 31, 2024
1 parent 1a7b814 commit e989cde
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 @@
## [3.2.1](https://github.com/miaoxing/mxjs-a-button/compare/v3.2.0...v3.2.1) (2024-03-31)





### Dependencies

* **@mxjs/auth:** upgrade from `1.2.0` to `1.2.1`
* **@mxjs/router:** upgrade from `0.2.15` to `0.2.16`
* **miaoxing:** upgrade from `0.4.12` to `0.4.13`
* **@miaoxing/dev:** upgrade from `9.1.0` to `9.1.1`

# [3.2.0](https://github.com/miaoxing/mxjs-a-button/compare/v3.1.0...v3.2.0) (2024-02-20)


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": "3.2.0",
"version": "3.2.1",
"description": "> TODO: description",
"author": "twinh <twinhuang@qq.com>",
"homepage": "https://github.com/miaoxing/miaoxing#readme",
Expand Down Expand Up @@ -31,13 +31,13 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@mxjs/auth": "^1.2.0",
"@mxjs/router": "^0.2.15",
"@mxjs/auth": "^1.2.1",
"@mxjs/router": "^0.2.16",
"antd": "~5.13",
"miaoxing": "^0.4.12"
"miaoxing": "^0.4.13"
},
"devDependencies": {
"@miaoxing/dev": "^9.1.0",
"@miaoxing/dev": "^9.1.1",
"@testing-library/react": "^14",
"jest": "^26.0.1",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit e989cde

Please sign in to comment.