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 Jan 31, 2024
1 parent 5ebdb6f commit dffdfc8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.1.0](https://github.com/miaoxing/mxjs-a-date-range-picker/compare/v2.0.8...v2.1.0) (2024-01-31)


### Features

* 更新 `react` 支持 18 ([a748db4](https://github.com/miaoxing/mxjs-a-date-range-picker/commit/a748db4dafc69b35fcca2e1caa0878a643641354))





### Dependencies

* **@mxjs/a-form:** upgrade from `2.0.3` to `2.1.0`

## [2.0.8](https://github.com/miaoxing/mxjs-a-date-range-picker/compare/v2.0.7...v2.0.8) (2024-01-08)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/a-date-range-picker",
"version": "2.0.8",
"version": "2.1.0",
"main": "index.js",
"author": "twinh",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@mxjs/a-form": "^2.0.3",
"@mxjs/a-form": "^2.1.0",
"antd": "~5.1.6",
"miaoxing": "^0.4.12",
"dayjs": "^1.11.7"
Expand Down

0 comments on commit dffdfc8

Please sign in to comment.