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 Jun 6, 2022
1 parent 35e5cdc commit c85eac6
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 @@
## [0.3.7](https://github.com/miaoxing/mxjs-a-form/compare/v0.3.6...v0.3.7) (2022-06-06)





### Dependencies

* **@mxjs/a-clink:** upgrade from `0.2.5` to `0.2.6`
* **@mxjs/cur-url:** upgrade from `0.2.18` to `0.2.19`
* **@mxjs/a-table:** upgrade from `0.4.5` to `0.4.6`
* **@mxjs/test:** upgrade from `0.2.5` to `0.2.6`

## [0.3.6](https://github.com/miaoxing/mxjs-a-form/compare/v0.3.5...v0.3.6) (2022-06-01)


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-form",
"version": "0.3.6",
"version": "0.3.7",
"description": "> TODO: description",
"author": "twinh <twinhuang@qq.com>",
"homepage": "https://github.com/twinh/miaoxing#readme",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"dependencies": {
"@mxjs/box": "^0.3.3",
"@mxjs/a-clink": "^0.2.5",
"@mxjs/cur-url": "^0.2.18",
"@mxjs/a-table": "^0.4.5",
"@mxjs/a-clink": "^0.2.6",
"@mxjs/cur-url": "^0.2.19",
"@mxjs/a-table": "^0.4.6",
"all-trim": "^1.1.4",
"antd": "~4.17.4",
"miaoxing": "^0.4.2",
Expand All @@ -50,7 +50,7 @@
"babel-jest": "^25.4.0",
"babel-preset-miaoxing": "^0.6.0",
"@miaoxing/dev": "^8.1.1",
"@mxjs/test": "^0.2.5",
"@mxjs/test": "^0.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down

0 comments on commit c85eac6

Please sign in to comment.