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 1, 2022
1 parent ab33830 commit 442ff40
Show file tree
Hide file tree
Showing 3 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.2.10](https://github.com/miaoxing/wechat-oa/compare/v0.2.9...v0.2.10) (2022-11-01)





### Dependencies

* **@mxjs/a-form:** upgrade from `1.1.1` to `1.1.2`
* **@miaoxing/plugin:** upgrade from `0.9.2` to `0.9.3`
* **@miaoxing/user:** upgrade from `0.4.12` to `0.4.13`
* **@miaoxing/wechat:** upgrade from `0.1.12` to `0.1.13`

## [0.2.9](https://github.com/miaoxing/wechat-oa/compare/v0.2.8...v0.2.9) (2022-09-30)


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.9.2",
"miaoxing/user": "^0.4.12",
"miaoxing/wechat": "^0.1.12"
"miaoxing/plugin": "^0.9.3",
"miaoxing/user": "^0.4.13",
"miaoxing/wechat": "^0.1.13"
},
"require-dev": {
"miaoxing/dev": "^8.1.3"
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.9",
"version": "0.2.10",
"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": "^1.1.0",
"@mxjs/a-form": "^1.1.1",
"@mxjs/a-form": "^1.1.2",
"miaoxing": "^0.4.4",
"@mxjs/app": "^0.5.3"
},
Expand Down

0 comments on commit 442ff40

Please sign in to comment.