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 Nov 30, 2023
1 parent 7511a5f commit 6d00827
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2.0.1](https://github.com/miaoxing/mxjs-a-form/compare/v2.0.0...v2.0.1) (2023-11-30)





### Dependencies

* **@mxjs/box:** upgrade from `0.3.9` to `0.3.10`
* **@mxjs/a-clink:** upgrade from `2.0.2` to `2.0.3`
* **@mxjs/cur-url:** upgrade from `1.0.7` to `1.0.8`
* **@mxjs/a-input:** upgrade from `1.3.0` to `1.3.1`
* **@mxjs/a-table:** upgrade from `1.6.0` to `1.6.1`
* **miaoxing:** upgrade from `0.4.9` to `0.4.10`
* **@miaoxing/dev:** upgrade from `8.2.3` to `8.2.4`
* **@mxjs/test:** upgrade from `1.0.7` to `1.0.8`

# [2.0.0](https://github.com/miaoxing/mxjs-a-form/compare/v1.7.0...v2.0.0) (2023-11-02)


Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/a-form",
"version": "2.0.0",
"version": "2.0.1",
"description": "> TODO: description",
"author": "twinh <twinhuang@qq.com>",
"homepage": "https://github.com/miaoxing/miaoxing#readme",
Expand All @@ -21,14 +21,14 @@
"url": "https://github.com/miaoxing/miaoxing/issues"
},
"dependencies": {
"@mxjs/box": "^0.3.9",
"@mxjs/a-clink": "^2.0.2",
"@mxjs/cur-url": "^1.0.7",
"@mxjs/a-input": "^1.3.0",
"@mxjs/a-table": "^1.6.0",
"@mxjs/box": "^0.3.10",
"@mxjs/a-clink": "^2.0.3",
"@mxjs/cur-url": "^1.0.8",
"@mxjs/a-input": "^1.3.1",
"@mxjs/a-table": "^1.6.1",
"all-trim": "^1.1.4",
"antd": "~5.1.6",
"miaoxing": "^0.4.9",
"miaoxing": "^0.4.10",
"prop-types": "^15.7.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand All @@ -38,8 +38,8 @@
"@testing-library/react": "^11.2.6",
"babel-jest": "^25.4.0",
"babel-preset-miaoxing": "^0.7.0",
"@miaoxing/dev": "^8.2.3",
"@mxjs/test": "^1.0.7",
"@miaoxing/dev": "^8.2.4",
"@mxjs/test": "^1.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down

0 comments on commit 6d00827

Please sign in to comment.