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 May 30, 2024
1 parent cf84e0a commit e9ac3ab
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.3.1](https://github.com/miaoxing/wechat-oa/compare/v0.3.0...v0.3.1) (2024-05-30)





### Dependencies

* **@mxjs/a-page:** upgrade from `3.0.0` to `3.0.1`
* **@mxjs/a-form:** upgrade from `3.0.0` to `3.0.1`
* **miaoxing:** upgrade from `0.4.14` to `0.4.15`
* **@mxjs/app:** upgrade from `0.7.0` to `0.8.0`
* **@mxjs/test:** upgrade from `1.1.0` to `2.0.0`
* **@miaoxing/plugin:** upgrade from `0.14.6` to `0.14.7`
* **@miaoxing/user:** upgrade from `0.5.19` to `0.5.20`
* **@miaoxing/wechat:** upgrade from `0.1.33` to `0.1.34`

# [0.3.0](https://github.com/miaoxing/wechat-oa/compare/v0.2.31...v0.3.0) (2024-05-01)


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.14.6",
"miaoxing/user": "^0.5.19",
"miaoxing/wechat": "^0.1.33"
"miaoxing/plugin": "^0.14.7",
"miaoxing/user": "^0.5.20",
"miaoxing/wechat": "^0.1.34"
},
"require-dev": {
"miaoxing/dev": "^9.1.1"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/wechat-oa",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"main": "index.js",
"repository": "git@github.com:miaoxing/wechat-oa.git",
Expand All @@ -13,15 +13,15 @@
"antd": "~5.13",
"react": ">=16.13.1",
"react-dom": ">=16.13.1",
"@mxjs/a-page": "^3.0.0",
"@mxjs/a-form": "^3.0.0",
"miaoxing": "^0.4.14",
"@mxjs/app": "^0.7.0"
"@mxjs/a-page": "^3.0.1",
"@mxjs/a-form": "^3.0.1",
"miaoxing": "^0.4.15",
"@mxjs/app": "^0.8.0"
},
"devDependencies": {
"@miaoxing/dev": "^9.1.1",
"react-router": "^6",
"@mxjs/test": "^1.1.0",
"@mxjs/test": "^2.0.0",
"@testing-library/react": "^14"
},
"jest": {
Expand Down

0 comments on commit e9ac3ab

Please sign in to comment.