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 4365656 commit 37bc38c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.2.1](https://github.com/miaoxing/mxjs-a-ret/compare/v1.2.0...v1.2.1) (2024-03-31)





### Dependencies

* **@mxjs/a-button:** upgrade from `3.2.0` to `3.2.1`
* **@miaoxing/dev:** upgrade from `9.1.0` to `9.1.1`

# [1.2.0](https://github.com/miaoxing/mxjs-a-ret/compare/v1.1.0...v1.2.0) (2024-02-20)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/a-ret",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -11,14 +11,14 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@mxjs/a-button": "^3.2.0",
"@mxjs/a-button": "^3.2.1",
"antd": "~5.13",
"prop-types": "^15.7.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@miaoxing/dev": "^9.1.0",
"@miaoxing/dev": "^9.1.1",
"@testing-library/react": "^14",
"react": ">=16.13.1",
"react-dom": ">=16.13.1"
Expand Down

0 comments on commit 37bc38c

Please sign in to comment.