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 53a94c9 commit ee416f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.2.2](https://github.com/miaoxing/mxjs-m-page/compare/v1.2.1...v1.2.2) (2024-05-01)





### Dependencies

* **@mxjs/m-ret:** upgrade from `1.1.1` to `1.1.2`
* **miaoxing:** upgrade from `0.4.13` to `0.4.14`

## [1.2.1](https://github.com/miaoxing/mxjs-m-page/compare/v1.2.0...v1.2.1) (2024-03-31)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxjs/m-page",
"version": "1.2.1",
"version": "1.2.2",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -26,7 +26,7 @@
"@fower/core": "~1.75.0",
"@fower/taro": "~1.75.0",
"@tarojs/taro": "~3.3.20",
"@mxjs/m-ret": "^1.1.1",
"@mxjs/m-ret": "^1.1.2",
"clsx": "^1.1.1",
"prop-types": "^15.7.2"
},
Expand All @@ -35,7 +35,7 @@
"@testing-library/react": "^14",
"react": ">=16.13.1",
"react-dom": ">=16.13.1",
"miaoxing": "^0.4.13"
"miaoxing": "^0.4.14"
},
"peerDependencies": {
"react": ">=16.13.1",
Expand Down

0 comments on commit ee416f3

Please sign in to comment.