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,18 @@
# @medusajs/link-modules
## 2.12.3
### Patch Changes
- [#14293](https://github.com/medusajs/medusa/pull/14293) [`dd3eb10b1afd0659a6095b6a642d0bf5322285cd`](https://github.com/medusajs/medusa/commit/dd3eb10b1afd0659a6095b6a642d0bf5322285cd) Thanks [@NicolasGorga](https://github.com/NicolasGorga)! - fix(link-modules): export store locale link definition
- [#14316](https://github.com/medusajs/medusa/pull/14316) [`f5ec359c4c4c81c007d57069df32ad6cc1f31c5d`](https://github.com/medusajs/medusa/commit/f5ec359c4c4c81c007d57069df32ad6cc1f31c5d) Thanks [@adrien2p](https://github.com/adrien2p)! - Fix/readonly link feature flag conditional
- [#14307](https://github.com/medusajs/medusa/pull/14307) [`0f1566c64456a6f29a7bfb1dda5a7c470a84ace7`](https://github.com/medusajs/medusa/commit/0f1566c64456a6f29a7bfb1dda5a7c470a84ace7) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add support for store locales end point
- Updated dependencies [[`7b4dda5a179c78de5e099231ec407836db4c8dbd`](https://github.com/medusajs/medusa/commit/7b4dda5a179c78de5e099231ec407836db4c8dbd), [`8964a03fa1b9e6a4c443bf5b21d65d41a8441d29`](https://github.com/medusajs/medusa/commit/8964a03fa1b9e6a4c443bf5b21d65d41a8441d29), [`c8a7122ba918751b215dc0b19cf9b09b2c011ab8`](https://github.com/medusajs/medusa/commit/c8a7122ba918751b215dc0b19cf9b09b2c011ab8)]:
- @medusajs/framework@2.12.3
## 2.12.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.12.2",
"version": "2.12.3",
"description": "Medusa Default Link Modules Package and Definitions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -33,10 +33,10 @@
"test:integration": "../../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"integration-tests/__tests__/.*\\.ts\""
},
"devDependencies": {
"@medusajs/framework": "2.12.2",
"@medusajs/test-utils": "2.12.2"
"@medusajs/framework": "2.12.3",
"@medusajs/test-utils": "2.12.3"
},
"peerDependencies": {
"@medusajs/framework": "2.12.2"
"@medusajs/framework": "2.12.3"
}
}