create-medusa-app 2.11.3-snapshot-20251103115905 → 2.11.4-preview-20251105180136

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 +13 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,26 @@
1
1
  # Change Log
2
2
 
3
- ## 2.11.3-snapshot-20251103115905
3
+ ## 2.11.4-preview-20251105180136
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @medusajs/deps@2.11.4-preview-20251105180136
9
+ - @medusajs/telemetry@2.11.4-preview-20251105180136
10
+
11
+ ## 2.11.3
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - [#13910](https://github.com/medusajs/medusa/pull/13910) [`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Dependencies cleanup and improvements
8
16
 
9
- - [#13940](https://github.com/medusajs/medusa/pull/13940) [`c202448d6e19f5caab2dae9a7cabb231e1663481`](https://github.com/medusajs/medusa/commit/c202448d6e19f5caab2dae9a7cabb231e1663481) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Cleanup and organize deps
17
+ - [#13940](https://github.com/medusajs/medusa/pull/13940) [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Cleanup and organize deps
10
18
 
11
19
  - [#13932](https://github.com/medusajs/medusa/pull/13932) [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Fix dependencies vulnerabilities
12
20
 
13
- - Updated dependencies [[`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`c202448d6e19f5caab2dae9a7cabb231e1663481`](https://github.com/medusajs/medusa/commit/c202448d6e19f5caab2dae9a7cabb231e1663481), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a)]:
14
- - @medusajs/deps@2.11.3-snapshot-20251103115905
15
- - @medusajs/telemetry@2.11.3-snapshot-20251103115905
21
+ - Updated dependencies [[`224ab39a81e8d3cf3d6fa3ff5eee82541f64728d`](https://github.com/medusajs/medusa/commit/224ab39a81e8d3cf3d6fa3ff5eee82541f64728d), [`afb40d437b3cc4ceb015df70985b2f005f40eaff`](https://github.com/medusajs/medusa/commit/afb40d437b3cc4ceb015df70985b2f005f40eaff), [`37563987b8fe75c9acfe62957a33e8398977647a`](https://github.com/medusajs/medusa/commit/37563987b8fe75c9acfe62957a33e8398977647a)]:
22
+ - @medusajs/deps@2.11.3
23
+ - @medusajs/telemetry@2.11.3
16
24
 
17
25
  ## 2.11.2
18
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-medusa-app",
3
- "version": "2.11.3-snapshot-20251103115905",
3
+ "version": "2.11.4-preview-20251105180136",
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.11.3-snapshot-20251103115905",
17
- "@medusajs/telemetry": "2.11.3-snapshot-20251103115905",
16
+ "@medusajs/deps": "2.11.4-preview-20251105180136",
17
+ "@medusajs/telemetry": "2.11.4-preview-20251105180136",
18
18
  "boxen": "^5.0.1",
19
19
  "chalk": "^4.1.2",
20
20
  "commander": "^11.0.0",