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 Dec 1, 2022
1 parent f9bc0fe commit c201c28
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.12](https://github.com/miaoxing/wechat-oa/compare/v0.2.11...v0.2.12) (2022-12-01)





### Dependencies

* **@mxjs/a-page:** upgrade from `1.1.0` to `1.1.1`
* **@mxjs/a-form:** upgrade from `1.1.3` to `1.1.4`
* **miaoxing:** upgrade from `0.4.4` to `0.4.5`
* **@mxjs/test:** upgrade from `1.0.1` to `1.0.2`
* **@miaoxing/plugin:** upgrade from `0.9.3` to `0.9.4`
* **@miaoxing/user:** upgrade from `0.4.14` to `0.4.15`
* **@miaoxing/wechat:** upgrade from `0.1.13` to `0.1.14`

## [0.2.11](https://github.com/miaoxing/wechat-oa/compare/v0.2.10...v0.2.11) (2022-11-02)


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.3",
"miaoxing/user": "^0.4.14",
"miaoxing/wechat": "^0.1.13"
"miaoxing/plugin": "^0.9.4",
"miaoxing/user": "^0.4.15",
"miaoxing/wechat": "^0.1.14"
},
"require-dev": {
"miaoxing/dev": "^8.1.3"
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.11",
"version": "0.2.12",
"private": true,
"main": "index.js",
"repository": "git@github.com:miaoxing/wechat-oa.git",
Expand All @@ -13,15 +13,15 @@
"antd": "~4.17.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@mxjs/a-page": "^1.1.0",
"@mxjs/a-form": "^1.1.3",
"miaoxing": "^0.4.4",
"@mxjs/a-page": "^1.1.1",
"@mxjs/a-form": "^1.1.4",
"miaoxing": "^0.4.5",
"@mxjs/app": "^0.5.3"
},
"devDependencies": {
"@miaoxing/dev": "^8.1.3",
"react-router": "^5.2.0",
"@mxjs/test": "^1.0.1",
"@mxjs/test": "^1.0.2",
"@testing-library/react": "^11.2.6"
},
"jest": {
Expand Down

0 comments on commit c201c28

Please sign in to comment.