create-medusa-app 2.12.2-snapshot-20251210120826 → 2.12.3-preview-20251216210141

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,22 @@
1
1
  # Change Log
2
2
 
3
- ## 2.12.2-snapshot-20251210120826
3
+ ## 2.12.3-preview-20251216210141
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @medusajs/deps@2.12.3-preview-20251216210141
9
+ - @medusajs/telemetry@2.12.3-preview-20251216210141
10
+
11
+ ## 2.12.2
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - [#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
8
16
 
9
17
  - Updated dependencies []:
10
- - @medusajs/deps@2.12.2-snapshot-20251210120826
11
- - @medusajs/telemetry@2.12.2-snapshot-20251210120826
18
+ - @medusajs/deps@2.12.2
19
+ - @medusajs/telemetry@2.12.2
12
20
 
13
21
  ## 2.12.1
14
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-medusa-app",
3
- "version": "2.12.2-snapshot-20251210120826",
3
+ "version": "2.12.3-preview-20251216210141",
4
4
  "description": "Create a Medusa project using a single command.",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",
@@ -13,8 +13,8 @@
13
13
  "watch": "yarn run -T tsc --watch"
14
14
  },
15
15
  "dependencies": {
16
- "@medusajs/deps": "2.12.2-snapshot-20251210120826",
17
- "@medusajs/telemetry": "2.12.2-snapshot-20251210120826",
16
+ "@medusajs/deps": "2.12.3-preview-20251216210141",
17
+ "@medusajs/telemetry": "2.12.3-preview-20251216210141",
18
18
  "boxen": "^5.0.1",
19
19
  "chalk": "^4.1.2",
20
20
  "commander": "^11.0.0",