chore: Version packages
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user