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 30, 2023
1 parent 51c2c73 commit 8d5fc6b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.2.20](https://github.com/miaoxing/wechat-oa/compare/v0.2.19...v0.2.20) (2023-06-30)





### Dependencies

* **@mxjs/a-page:** upgrade from `2.1.2` to `2.1.3`
* **@mxjs/a-form:** upgrade from `1.4.0` to `1.4.1`
* **@mxjs/app:** upgrade from `0.5.5` to `0.6.0`
* **@mxjs/test:** upgrade from `1.0.4` to `1.0.5`
* **@miaoxing/plugin:** upgrade from `0.12.0` to `0.12.1`
* **@miaoxing/user:** upgrade from `0.5.6` to `0.5.7`
* **@miaoxing/wechat:** upgrade from `0.1.20` to `0.1.21`

## [0.2.19](https://github.com/miaoxing/wechat-oa/compare/v0.2.18...v0.2.19) (2023-05-31)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
}
},
"require": {
"miaoxing/plugin": "^0.12.0",
"miaoxing/user": "^0.5.6",
"miaoxing/wechat": "^0.1.20"
"miaoxing/plugin": "^0.12.1",
"miaoxing/user": "^0.5.7",
"miaoxing/wechat": "^0.1.21"
},
"require-dev": {
"miaoxing/dev": "^8.2.1"
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": "@miaoxing/wechat-oa",
"version": "0.2.19",
"version": "0.2.20",
"private": true,
"main": "index.js",
"repository": "git@github.com:miaoxing/wechat-oa.git",
Expand All @@ -13,15 +13,15 @@
"antd": "~5.1.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@mxjs/a-page": "^2.1.2",
"@mxjs/a-form": "^1.4.0",
"@mxjs/a-page": "^2.1.3",
"@mxjs/a-form": "^1.4.1",
"miaoxing": "^0.4.7",
"@mxjs/app": "^0.5.5"
"@mxjs/app": "^0.6.0"
},
"devDependencies": {
"@miaoxing/dev": "^8.2.1",
"react-router": "^5.2.0",
"@mxjs/test": "^1.0.4",
"@mxjs/test": "^1.0.5",
"@testing-library/react": "^11.2.6"
},
"jest": {
Expand Down

0 comments on commit 8d5fc6b

Please sign in to comment.