chore: Version packages

This commit is contained in:
olivermrbl
2024-12-17 14:41:05 +01:00
parent 2a73d0ac0d
commit a391a29aa8
142 changed files with 578 additions and 288 deletions

View File

@@ -1,5 +1,12 @@
# Change Log
## 2.1.2
### Patch Changes
- Updated dependencies []:
- @medusajs/telemetry@2.1.2
## 2.1.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "2.1.1",
"version": "2.1.2",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",
@@ -13,7 +13,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@medusajs/telemetry": "^2.1.1",
"@medusajs/telemetry": "^2.1.2",
"boxen": "^5",
"chalk": "^5.2.0",
"commander": "^10.0.1",