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 Sep 2, 2023
1 parent 9438cc1 commit f6ef0bc
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.0.2](https://github.com/miaoxing/mxjs-a-button/compare/v3.0.1...v3.0.2) (2023-09-02)





### Dependencies

* **@mxjs/auth:** upgrade from `1.1.3` to `1.1.4`
* **@mxjs/router:** upgrade from `0.2.10` to `0.2.11`
* **miaoxing:** upgrade from `0.4.8` to `0.4.9`
* **@miaoxing/dev:** upgrade from `8.2.2` to `8.2.3`

## [3.0.1](https://github.com/miaoxing/mxjs-a-button/compare/v3.0.0...v3.0.1) (2023-07-31)


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.0.1",
"version": "3.0.2",
"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.1.3",
"@mxjs/router": "^0.2.10",
"@mxjs/auth": "^1.1.4",
"@mxjs/router": "^0.2.11",
"antd": "~5.1.6",
"miaoxing": "^0.4.8"
"miaoxing": "^0.4.9"
},
"devDependencies": {
"@miaoxing/dev": "^8.2.2",
"@miaoxing/dev": "^8.2.3",
"@testing-library/react": "^11.2.6",
"jest": "^26.0.1",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit f6ef0bc

Please sign in to comment.