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 Dec 31, 2023
1 parent aa5bbc3 commit 987f675
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.0.7](https://github.com/miaoxing/mxjs-a-date-range-picker/compare/v2.0.6...v2.0.7) (2023-12-31)





### Dependencies

* **@mxjs/a-form:** upgrade from `2.0.1` to `2.0.2`
* **miaoxing:** upgrade from `0.4.10` to `0.4.11`
* **@miaoxing/dev:** upgrade from `8.2.4` to `9.0.0`
* **@mxjs/test:** upgrade from `1.0.8` to `1.0.9`

## [2.0.6](https://github.com/miaoxing/mxjs-a-date-range-picker/compare/v2.0.5...v2.0.6) (2023-11-30)


Expand Down
10 changes: 5 additions & 5 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.6",
"version": "2.0.7",
"main": "index.js",
"author": "twinh",
"license": "MIT",
Expand All @@ -15,17 +15,17 @@
"preset": "jest-preset-miaoxing"
},
"dependencies": {
"@mxjs/a-form": "^2.0.1",
"@mxjs/a-form": "^2.0.2",
"antd": "~5.1.6",
"miaoxing": "^0.4.10",
"miaoxing": "^0.4.11",
"dayjs": "^1.11.7"
},
"devDependencies": {
"@testing-library/react": "^11.2.6",
"babel-jest": "^25.4.0",
"babel-preset-miaoxing": "^0.7.0",
"@miaoxing/dev": "^8.2.4",
"@mxjs/test": "^1.0.8",
"@miaoxing/dev": "^9.0.0",
"@mxjs/test": "^1.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.0"
Expand Down

0 comments on commit 987f675

Please sign in to comment.