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 Mar 31, 2024
1 parent f163ecb commit 53a94c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.2.1](https://github.com/miaoxing/mxjs-m-page/compare/v1.2.0...v1.2.1) (2024-03-31)





### Dependencies

* **@mxjs/m-ret:** upgrade from `1.1.0` to `1.1.1`
* **@miaoxing/dev:** upgrade from `9.1.0` to `9.1.1`
* **miaoxing:** upgrade from `0.4.12` to `0.4.13`

# [1.2.0](https://github.com/miaoxing/mxjs-m-page/compare/v1.1.6...v1.2.0) (2024-01-31)


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

0 comments on commit 53a94c9

Please sign in to comment.