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 30, 2023
1 parent a604f52 commit 77b3ffe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.4](https://github.com/miaoxing/mxjs-a-date-range-picker/compare/v2.0.3...v2.0.4) (2023-09-30)





### Dependencies

* **@mxjs/a-form:** upgrade from `1.6.0` to `1.7.0`

## [2.0.3](https://github.com/miaoxing/mxjs-a-date-range-picker/compare/v2.0.2...v2.0.3) (2023-09-02)


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.3",
"version": "2.0.4",
"main": "index.js",
"author": "twinh",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@mxjs/a-form": "^1.6.0",
"@mxjs/a-form": "^1.7.0",
"antd": "~5.1.6",
"miaoxing": "^0.4.9",
"dayjs": "^1.11.7"
Expand Down

0 comments on commit 77b3ffe

Please sign in to comment.