chore: Version packages

This commit is contained in:
olivermrbl
2025-01-17 10:29:04 -05:00
parent 5faf48b8c2
commit efe141f54b
160 changed files with 650 additions and 399 deletions

View File

@@ -1,5 +1,14 @@
# Change Log
## 2.3.0
### Patch Changes
- [#10908](https://github.com/medusajs/medusa/pull/10908) [`c895ed8013fe2feae7b0a92a5d0aad937f58a08a`](https://github.com/medusajs/medusa/commit/c895ed8013fe2feae7b0a92a5d0aad937f58a08a) Thanks [@adrien2p](https://github.com/adrien2p)! - Feat/plugin scaffolding
- Updated dependencies []:
- @medusajs/telemetry@2.3.0
## 2.2.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "2.2.0",
"version": "2.3.0",
"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.2.0",
"@medusajs/telemetry": "^2.3.0",
"boxen": "^5",
"chalk": "^5.2.0",
"commander": "^10.0.1",