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 31, 2023
1 parent edeb765 commit e4d66ea
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.26](https://github.com/miaoxing/wechat-oa/compare/v0.2.25...v0.2.26) (2023-12-31)





### Dependencies

* **@mxjs/a-page:** upgrade from `2.2.1` to `2.2.2`
* **@mxjs/a-form:** upgrade from `2.0.1` to `2.0.2`
* **miaoxing:** upgrade from `0.4.10` to `0.4.11`
* **@mxjs/app:** upgrade from `0.6.3` to `0.6.4`
* **@miaoxing/dev:** upgrade from `8.2.4` to `9.0.0`
* **@mxjs/test:** upgrade from `1.0.8` to `1.0.9`
* **@miaoxing/plugin:** upgrade from `0.14.0` to `0.14.1`
* **@miaoxing/user:** upgrade from `0.5.12` to `0.5.13`
* **@miaoxing/wechat:** upgrade from `0.1.26` to `0.1.27`

## [0.2.25](https://github.com/miaoxing/wechat-oa/compare/v0.2.24...v0.2.25) (2023-11-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.14.0",
"miaoxing/user": "^0.5.12",
"miaoxing/wechat": "^0.1.26"
"miaoxing/plugin": "^0.14.1",
"miaoxing/user": "^0.5.13",
"miaoxing/wechat": "^0.1.27"
},
"require-dev": {
"miaoxing/dev": "^8.2.4"
"miaoxing/dev": "^9.0.0"
},
"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.25",
"version": "0.2.26",
"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.2.1",
"@mxjs/a-form": "^2.0.1",
"miaoxing": "^0.4.10",
"@mxjs/app": "^0.6.3"
"@mxjs/a-page": "^2.2.2",
"@mxjs/a-form": "^2.0.2",
"miaoxing": "^0.4.11",
"@mxjs/app": "^0.6.4"
},
"devDependencies": {
"@miaoxing/dev": "^8.2.4",
"@miaoxing/dev": "^9.0.0",
"react-router": "^5.2.0",
"@mxjs/test": "^1.0.8",
"@mxjs/test": "^1.0.9",
"@testing-library/react": "^11.2.6"
},
"jest": {
Expand Down

0 comments on commit e4d66ea

Please sign in to comment.