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 Apr 30, 2023
1 parent d2220cb commit 6a2a214
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [0.2.18](https://github.com/miaoxing/wechat-oa/compare/v0.2.17...v0.2.18) (2023-04-30)


### Features

* **wechat-oa:** 增加 `WechatOaApi` ([ff5de57](https://github.com/miaoxing/wechat-oa/commit/ff5de572142dca2e4947d9f91f5678a172acbc9c))





### Dependencies

* **@mxjs/a-form:** upgrade from `1.2.2` to `1.3.0`
* **@miaoxing/plugin:** upgrade from `0.11.1` to `0.11.2`
* **@miaoxing/user:** upgrade from `0.5.4` to `0.5.5`
* **@miaoxing/wechat:** upgrade from `0.1.18` to `0.1.19`

## [0.2.17](https://github.com/miaoxing/wechat-oa/compare/v0.2.16...v0.2.17) (2023-04-18)


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.11.1",
"miaoxing/user": "^0.5.4",
"miaoxing/wechat": "^0.1.18"
"miaoxing/plugin": "^0.11.2",
"miaoxing/user": "^0.5.5",
"miaoxing/wechat": "^0.1.19"
},
"require-dev": {
"miaoxing/dev": "^8.2.0"
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": "@miaoxing/wechat-oa",
"version": "0.2.17",
"version": "0.2.18",
"private": true,
"main": "index.js",
"repository": "git@github.com:miaoxing/wechat-oa.git",
Expand All @@ -14,7 +14,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@mxjs/a-page": "^2.1.1",
"@mxjs/a-form": "^1.2.2",
"@mxjs/a-form": "^1.3.0",
"miaoxing": "^0.4.6",
"@mxjs/app": "^0.5.4"
},
Expand Down

0 comments on commit 6a2a214

Please sign in to comment.