Version Packages (#13978)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-17 13:55:25 +01:00
committed by GitHub
parent 9f8da1e2e0
commit cfa38871cb
173 changed files with 1022 additions and 470 deletions

View File

@@ -1,5 +1,14 @@
# Change Log
## 2.12.3
### Patch Changes
- Updated dependencies [[`b3cb904e9bce3bfad649e500a9e1be0c9bff0e1a`](https://github.com/medusajs/medusa/commit/b3cb904e9bce3bfad649e500a9e1be0c9bff0e1a), [`31a057558c0ec6ff7233489a28edc1fda0ec5375`](https://github.com/medusajs/medusa/commit/31a057558c0ec6ff7233489a28edc1fda0ec5375), [`accb778039a52fae8eefbada77044c527b136114`](https://github.com/medusajs/medusa/commit/accb778039a52fae8eefbada77044c527b136114), [`7b4dda5a179c78de5e099231ec407836db4c8dbd`](https://github.com/medusajs/medusa/commit/7b4dda5a179c78de5e099231ec407836db4c8dbd), [`8964a03fa1b9e6a4c443bf5b21d65d41a8441d29`](https://github.com/medusajs/medusa/commit/8964a03fa1b9e6a4c443bf5b21d65d41a8441d29), [`6815b3d7dbad2931895ba81c6de19208427d9c50`](https://github.com/medusajs/medusa/commit/6815b3d7dbad2931895ba81c6de19208427d9c50), [`e94e1a4676d68950df76a496a30a9acc61e4b799`](https://github.com/medusajs/medusa/commit/e94e1a4676d68950df76a496a30a9acc61e4b799), [`ba6ed8d9dd22be8646d311d9531c65aea1b7986a`](https://github.com/medusajs/medusa/commit/ba6ed8d9dd22be8646d311d9531c65aea1b7986a), [`70929ecac3e5610d90d47a40a517eac3cf3173a4`](https://github.com/medusajs/medusa/commit/70929ecac3e5610d90d47a40a517eac3cf3173a4), [`1743ed7f04585c597c9398a99899817b11310463`](https://github.com/medusajs/medusa/commit/1743ed7f04585c597c9398a99899817b11310463), [`f13c23a4b709e31f9b2d42e98acc6e342c494403`](https://github.com/medusajs/medusa/commit/f13c23a4b709e31f9b2d42e98acc6e342c494403), [`c8a7122ba918751b215dc0b19cf9b09b2c011ab8`](https://github.com/medusajs/medusa/commit/c8a7122ba918751b215dc0b19cf9b09b2c011ab8), [`0f1566c64456a6f29a7bfb1dda5a7c470a84ace7`](https://github.com/medusajs/medusa/commit/0f1566c64456a6f29a7bfb1dda5a7c470a84ace7)]:
- @medusajs/core-flows@2.12.3
- @medusajs/medusa@2.12.3
- @medusajs/framework@2.12.3
## 2.12.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/test-utils",
"version": "2.12.2",
"version": "2.12.3",
"description": "Test utils for Medusa",
"main": "dist/index.js",
"repository": {
@@ -25,8 +25,8 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/core-flows": "2.12.2",
"@medusajs/framework": "2.12.2"
"@medusajs/core-flows": "2.12.3",
"@medusajs/framework": "2.12.3"
},
"dependencies": {
"@types/express": "^4.17.21",
@@ -36,9 +36,9 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/core-flows": "2.12.2",
"@medusajs/framework": "2.12.2",
"@medusajs/medusa": "2.12.2"
"@medusajs/core-flows": "2.12.3",
"@medusajs/framework": "2.12.3",
"@medusajs/medusa": "2.12.3"
},
"peerDependenciesMeta": {
"@medusajs/core-flows": {