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 Sep 30, 2022
1 parent 44f3044 commit d63d208
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.2.9](https://github.com/miaoxing/wechat-oa/compare/v0.2.8...v0.2.9) (2022-09-30)





### Dependencies

* **@mxjs/a-page:** upgrade from `1.0.1` to `1.1.0`
* **@mxjs/a-form:** upgrade from `1.1.0` to `1.1.1`
* **@miaoxing/plugin:** upgrade from `0.9.1` to `0.9.2`
* **@miaoxing/user:** upgrade from `0.4.11` to `0.4.12`
* **@miaoxing/wechat:** upgrade from `0.1.11` to `0.1.12`

## [0.2.8](https://github.com/miaoxing/wechat-oa/compare/v0.2.7...v0.2.8) (2022-09-03)


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.1",
"miaoxing/user": "^0.4.11",
"miaoxing/wechat": "^0.1.11"
"miaoxing/plugin": "^0.9.2",
"miaoxing/user": "^0.4.12",
"miaoxing/wechat": "^0.1.12"
},
"require-dev": {
"miaoxing/dev": "^8.1.3"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/wechat-oa",
"version": "0.2.8",
"version": "0.2.9",
"private": true,
"main": "index.js",
"repository": "git@github.com:miaoxing/wechat-oa.git",
Expand All @@ -13,8 +13,8 @@
"antd": "~4.17.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@mxjs/a-page": "^1.0.1",
"@mxjs/a-form": "^1.1.0",
"@mxjs/a-page": "^1.1.0",
"@mxjs/a-form": "^1.1.1",
"miaoxing": "^0.4.4",
"@mxjs/app": "^0.5.3"
},
Expand Down

0 comments on commit d63d208

Please sign in to comment.