chore: Version packages

This commit is contained in:
olivermrbl
2025-03-10 15:44:09 +01:00
parent 62e429178f
commit f1cac99316
142 changed files with 901 additions and 386 deletions

View File

@@ -1,5 +1,14 @@
# Change Log
## 2.6.1
### Patch Changes
- [#11738](https://github.com/medusajs/medusa/pull/11738) [`3b470f41427e487c68f89b8ee8155de716ffe861`](https://github.com/medusajs/medusa/commit/3b470f41427e487c68f89b8ee8155de716ffe861) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Remove ranges on Medusa packages
- Updated dependencies []:
- @medusajs/telemetry@2.6.1
## 2.6.0
### Patch Changes

View File

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