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 Jul 31, 2023
1 parent cf86979 commit 1f67af6
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.1.2](https://github.com/miaoxing/mxjs-m-page/compare/v1.1.1...v1.1.2) (2023-07-31)





### Dependencies

* **@mxjs/m-ret:** upgrade from `1.0.4` to `1.0.5`
* **@miaoxing/dev:** upgrade from `8.2.1` to `8.2.2`
* **miaoxing:** upgrade from `0.4.7` to `0.4.8`

## [1.1.1](https://github.com/miaoxing/mxjs-m-page/compare/v1.1.0...v1.1.1) (2023-05-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.1.1",
"version": "1.1.2",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand All @@ -26,18 +26,18 @@
"@fower/core": "~1.75.0",
"@fower/taro": "~1.75.0",
"@tarojs/taro": "~3.3.20",
"@mxjs/m-ret": "^1.0.4",
"@mxjs/m-ret": "^1.0.5",
"clsx": "^1.1.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@miaoxing/dev": "^8.2.1",
"@miaoxing/dev": "^8.2.2",
"@testing-library/react": "^11.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"miaoxing": "^0.4.7"
"miaoxing": "^0.4.8"
},
"peerDependencies": {
"react": ">=16.13.1",
Expand Down

0 comments on commit 1f67af6

Please sign in to comment.