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 Jul 31, 2023
1 parent 8d5fc6b commit a785399
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.21](https://github.com/miaoxing/wechat-oa/compare/v0.2.20...v0.2.21) (2023-07-31)





### Dependencies

* **@mxjs/a-page:** upgrade from `2.1.3` to `2.1.4`
* **@mxjs/a-form:** upgrade from `1.4.1` to `1.5.0`
* **miaoxing:** upgrade from `0.4.7` to `0.4.8`
* **@mxjs/app:** upgrade from `0.6.0` to `0.6.1`
* **@miaoxing/dev:** upgrade from `8.2.1` to `8.2.2`
* **@mxjs/test:** upgrade from `1.0.5` to `1.0.6`
* **@miaoxing/plugin:** upgrade from `0.12.1` to `0.12.2`
* **@miaoxing/user:** upgrade from `0.5.7` to `0.5.8`
* **@miaoxing/wechat:** upgrade from `0.1.21` to `0.1.22`

## [0.2.20](https://github.com/miaoxing/wechat-oa/compare/v0.2.19...v0.2.20) (2023-06-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.12.1",
"miaoxing/user": "^0.5.7",
"miaoxing/wechat": "^0.1.21"
"miaoxing/plugin": "^0.12.2",
"miaoxing/user": "^0.5.8",
"miaoxing/wechat": "^0.1.22"
},
"require-dev": {
"miaoxing/dev": "^8.2.1"
"miaoxing/dev": "^8.2.2"
},
"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.20",
"version": "0.2.21",
"private": true,
"main": "index.js",
"repository": "git@github.com:miaoxing/wechat-oa.git",
Expand All @@ -13,15 +13,15 @@
"antd": "~5.1.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@mxjs/a-page": "^2.1.3",
"@mxjs/a-form": "^1.4.1",
"miaoxing": "^0.4.7",
"@mxjs/app": "^0.6.0"
"@mxjs/a-page": "^2.1.4",
"@mxjs/a-form": "^1.5.0",
"miaoxing": "^0.4.8",
"@mxjs/app": "^0.6.1"
},
"devDependencies": {
"@miaoxing/dev": "^8.2.1",
"@miaoxing/dev": "^8.2.2",
"react-router": "^5.2.0",
"@mxjs/test": "^1.0.5",
"@mxjs/test": "^1.0.6",
"@testing-library/react": "^11.2.6"
},
"jest": {
Expand Down

0 comments on commit a785399

Please sign in to comment.