chore: Version packages

This commit is contained in:
olivermrbl
2025-12-11 14:10:54 +01:00
parent 00e57a21a8
commit 237b472e73
179 changed files with 1013 additions and 491 deletions

View File

@@ -1,5 +1,15 @@
# Change Log
## 2.12.2
### Patch Changes
- [#14254](https://github.com/medusajs/medusa/pull/14254) [`9bcfb990bf1d14f99859cf1247627bcc0d797136`](https://github.com/medusajs/medusa/commit/9bcfb990bf1d14f99859cf1247627bcc0d797136) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Upgrade validator patched version
- Updated dependencies []:
- @medusajs/deps@2.12.2
- @medusajs/telemetry@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-medusa-app",
"version": "2.12.1",
"version": "2.12.2",
"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.1",
"@medusajs/telemetry": "2.12.1",
"@medusajs/deps": "2.12.2",
"@medusajs/telemetry": "2.12.2",
"boxen": "^5.0.1",
"chalk": "^4.1.2",
"commander": "^11.0.0",