chore: Version Packages (#12883)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-08 19:49:15 +02:00
committed by GitHub
parent 42be9a88d6
commit b7aa719540
145 changed files with 875 additions and 336 deletions

View File

@@ -1,5 +1,13 @@
# Change Log
## 2.8.7
### Patch Changes
- Updated dependencies []:
- @medusajs/utils@2.8.7
- @medusajs/telemetry@2.8.7
## 2.8.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/cli",
"version": "2.8.6",
"version": "2.8.7",
"description": "Command Line interface for Medusa Commerce",
"main": "dist/index.js",
"bin": {
@@ -46,8 +46,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/telemetry": "2.8.6",
"@medusajs/utils": "2.8.6",
"@medusajs/telemetry": "2.8.7",
"@medusajs/utils": "2.8.7",
"@types/express": "^4.17.17",
"chalk": "^4.0.0",
"configstore": "5.0.1",