diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b77f51..222a834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index f12cd97..71f7649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mxjs/a-ret", - "version": "2.0.0", + "version": "2.0.1", "main": "index.js", "license": "MIT", "publishConfig": { @@ -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",