Version Packages (#13978)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-17 13:55:25 +01:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 9f8da1e2e0
commit cfa38871cb
173 changed files with 1022 additions and 470 deletions
@@ -1,5 +1,13 @@
# Change Log
## 2.12.3
### Patch Changes
- Updated dependencies []:
- @medusajs/deps@2.12.3
- @medusajs/telemetry@2.12.3
## 2.12.2
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "2.12.2",
"version": "2.12.3",
"description": "Create a Medusa project using a single command.",
"type": "module",
"exports": "./dist/index.js",
@@ -13,8 +13,8 @@
"watch": "yarn run -T tsc --watch"
},
"dependencies": {
"@medusajs/deps": "2.12.2",
"@medusajs/telemetry": "2.12.2",
"@medusajs/deps": "2.12.3",
"@medusajs/telemetry": "2.12.3",
"boxen": "^5.0.1",
"chalk": "^4.1.2",
"commander": "^11.0.0",