chore: Version packages
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 2.4.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#11071](https://github.com/medusajs/medusa/pull/11071) [`cd758067d41ef29139c7dcdcc0639e9d9d520bd8`](https://github.com/medusajs/medusa/commit/cd758067d41ef29139c7dcdcc0639e9d9d520bd8) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(create-medusa-app): fix database name from input not used in setup
|
||||
|
||||
- Updated dependencies []:
|
||||
- @medusajs/telemetry@2.4.0
|
||||
|
||||
## 2.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-medusa-app",
|
||||
"version": "2.3.1",
|
||||
"version": "2.4.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.3.1",
|
||||
"@medusajs/telemetry": "~2.4.0",
|
||||
"boxen": "^5",
|
||||
"chalk": "^5.2.0",
|
||||
"commander": "^10.0.1",
|
||||
|
||||
Reference in New Issue
Block a user