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 Feb 29, 2024
1 parent 2f08251 commit 60a46a9
Show file tree
Hide file tree
Showing 3 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 @@
## [0.2.30](https://github.com/miaoxing/cart/compare/v0.2.29...v0.2.30) (2024-02-29)





### Dependencies

* **@miaoxing/app:** upgrade from `0.8.1` to `0.8.2`
* **@miaoxing/product:** upgrade from `0.4.28` to `0.4.29`
* **@miaoxing/user:** upgrade from `0.5.16` to `0.5.17`

## [0.2.29](https://github.com/miaoxing/cart/compare/v0.2.28...v0.2.29) (2024-02-20)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
],
"license": "MIT",
"require": {
"miaoxing/app": "^0.8.1",
"miaoxing/product": "^0.4.28",
"miaoxing/user": "^0.5.16"
"miaoxing/app": "^0.8.2",
"miaoxing/product": "^0.4.29",
"miaoxing/user": "^0.5.17"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miaoxing/cart",
"version": "0.2.29",
"version": "0.2.30",
"private": true,
"main": "index.js",
"author": "twinh",
Expand Down

0 comments on commit 60a46a9

Please sign in to comment.