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 1, 2024
1 parent 276d99e commit cf84e0a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 10 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [0.3.0](https://github.com/miaoxing/wechat-oa/compare/v0.2.31...v0.3.0) (2024-05-01)


### Features

* 更新 `react-router` 到 v6 ([276d99e](https://github.com/miaoxing/wechat-oa/commit/276d99e44b0be4aa9c09a9b462ad2388b6814817))


### BREAKING CHANGES

* 更新 `react-router` 到 v6





### Dependencies

* **@mxjs/a-page:** upgrade from `2.5.0` to `3.0.0`
* **@mxjs/a-form:** upgrade from `2.2.1` to `3.0.0`
* **miaoxing:** upgrade from `0.4.13` to `0.4.14`
* **@mxjs/app:** upgrade from `0.6.6` to `0.7.0`
* **@mxjs/test:** upgrade from `1.0.11` to `1.1.0`
* **@miaoxing/plugin:** upgrade from `0.14.5` to `0.14.6`
* **@miaoxing/user:** upgrade from `0.5.18` to `0.5.19`
* **@miaoxing/wechat:** upgrade from `0.1.32` to `0.1.33`

## [0.2.31](https://github.com/miaoxing/wechat-oa/compare/v0.2.30...v0.2.31) (2024-03-31)


Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
}
},
"require": {
"miaoxing/plugin": "^0.14.5",
"miaoxing/user": "^0.5.18",
"miaoxing/wechat": "^0.1.32"
"miaoxing/plugin": "^0.14.6",
"miaoxing/user": "^0.5.19",
"miaoxing/wechat": "^0.1.33"
},
"require-dev": {
"miaoxing/dev": "^9.1.1"
Expand All @@ -36,7 +36,7 @@
},
"extra": {
"require-ci": {
"miaoxing/admin": "miaoxing/admin as 0.12.x-dev",
"miaoxing/admin": "miaoxing/admin as 0.13.x-dev",
"miaoxing/dev": "miaoxing/dev as 8.x-dev",
"miaoxing/phpstan-miaoxing": "miaoxing/phpstan-miaoxing as 3.x-dev",
"miaoxing/plugin": "miaoxing/plugin as 0.14.x-dev",
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.2.31",
"version": "0.3.0",
"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": "^2.5.0",
"@mxjs/a-form": "^2.2.1",
"miaoxing": "^0.4.13",
"@mxjs/app": "^0.6.6"
"@mxjs/a-page": "^3.0.0",
"@mxjs/a-form": "^3.0.0",
"miaoxing": "^0.4.14",
"@mxjs/app": "^0.7.0"
},
"devDependencies": {
"@miaoxing/dev": "^9.1.1",
"react-router": "^6",
"@mxjs/test": "^1.0.11",
"@mxjs/test": "^1.1.0",
"@testing-library/react": "^14"
},
"jest": {
Expand Down

0 comments on commit cf84e0a

Please sign in to comment.