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 1, 2022
1 parent 28996f0 commit f6ad525
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 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.3](https://github.com/miaoxing/wechat-oa/compare/v0.2.2...v0.2.3) (2022-06-01)





### Dependencies

* **@mxjs/a-page:** upgrade from `0.3.5` to `0.3.6`
* **@mxjs/a-form:** upgrade from `0.3.5` to `0.3.6`
* **miaoxing:** upgrade from `0.4.1` to `0.4.2`
* **@mxjs/app:** upgrade from `0.4.3` to `0.5.0`
* **@miaoxing/dev:** upgrade from `8.1.0` to `8.1.1`
* **@mxjs/test:** upgrade from `0.2.4` to `0.2.5`
* **@miaoxing/plugin:** upgrade from `0.8.2` to `0.8.3`
* **@miaoxing/user:** upgrade from `0.4.5` to `0.4.6`
* **@miaoxing/wechat:** upgrade from `0.1.6` to `0.1.7`

## [0.2.2](https://github.com/miaoxing/wechat-oa/compare/v0.2.1...v0.2.2) (2022-04-30)


Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
}
},
"require": {
"miaoxing/plugin": "^0.8.2",
"miaoxing/user": "^0.4.5",
"miaoxing/wechat": "^0.1.6"
"miaoxing/plugin": "^0.8.3",
"miaoxing/user": "^0.4.6",
"miaoxing/wechat": "^0.1.7"
},
"require-dev": {
"miaoxing/dev": "^8.1.0"
"miaoxing/dev": "^8.1.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/wechat-oa",
"version": "0.2.2",
"version": "0.2.3",
"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": "^0.3.5",
"@mxjs/a-form": "^0.3.5",
"miaoxing": "^0.4.1",
"@mxjs/app": "^0.4.3"
"@mxjs/a-page": "^0.3.6",
"@mxjs/a-form": "^0.3.6",
"miaoxing": "^0.4.2",
"@mxjs/app": "^0.5.0"
},
"devDependencies": {
"@miaoxing/dev": "^8.1.0",
"@miaoxing/dev": "^8.1.1",
"react-router": "^5.2.0",
"@mxjs/test": "^0.2.4",
"@mxjs/test": "^0.2.5",
"@testing-library/react": "^11.2.6"
},
"jest": {
Expand Down

0 comments on commit f6ad525

Please sign in to comment.