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 a6d36a6 commit c57f52d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,25 @@
# [3.0.0](https://github.com/miaoxing/mxjs-a-date-range-picker/compare/v2.2.1...v3.0.0) (2024-05-01)


### Features

* 更新 `react-router` 到 v6 ([a6d36a6](https://github.com/miaoxing/mxjs-a-date-range-picker/commit/a6d36a685ccc83b0b60c3ea34131ffece048a8d3))


### BREAKING CHANGES

* 更新 `react-router` 到 v6





### Dependencies

* **@mxjs/a-form:** upgrade from `2.2.1` to `3.0.0`
* **miaoxing:** upgrade from `0.4.13` to `0.4.14`
* **@mxjs/test:** upgrade from `1.0.11` to `1.1.0`

## [2.2.1](https://github.com/miaoxing/mxjs-a-date-range-picker/compare/v2.2.0...v2.2.1) (2024-03-31)


Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@mxjs/a-date-range-picker",
"version": "2.2.1",
"version": "3.0.0",
"main": "index.js",
"author": "twinh",
"license": "MIT",
Expand All @@ -15,17 +15,17 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@mxjs/a-form": "^2.2.1",
"@mxjs/a-form": "^3.0.0",
"antd": "~5.13",
"miaoxing": "^0.4.13",
"miaoxing": "^0.4.14",
"dayjs": "^1.11.7"
},
"devDependencies": {
"@testing-library/react": "^14",
"babel-jest": "^25.4.0",
"babel-preset-miaoxing": "^0.7.0",
"@miaoxing/dev": "^9.1.1",
"@mxjs/test": "^1.0.11",
"@mxjs/test": "^1.1.0",
"react": ">=16.13.1",
"react-dom": ">=16.13.1",
"react-router": "^6"
Expand Down

0 comments on commit c57f52d

Please sign in to comment.