chore: Version packages

This commit is contained in:
olivermrbl
2025-12-11 14:10:54 +01:00
parent 00e57a21a8
commit 237b472e73
179 changed files with 1013 additions and 491 deletions

View File

@@ -1,5 +1,18 @@
# @medusajs/link-modules
## 2.12.2
### Patch Changes
- [#14004](https://github.com/medusajs/medusa/pull/14004) [`5b7e3c0e7649a3a61b0a4fe796f37e5f7fbe9a3a`](https://github.com/medusajs/medusa/commit/5b7e3c0e7649a3a61b0a4fe796f37e5f7fbe9a3a) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - chore(link-modules): ignore duplicates link creation
- [#14269](https://github.com/medusajs/medusa/pull/14269) [`d7398736e84cfab77db70a8eddf832bb64e89fe5`](https://github.com/medusajs/medusa/commit/d7398736e84cfab77db70a8eddf832bb64e89fe5) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Remove unnecessary store support\_\* read only links
- [#14276](https://github.com/medusajs/medusa/pull/14276) [`9852a7c74d3c27d38b60f865061fd39bc0c46911`](https://github.com/medusajs/medusa/commit/9852a7c74d3c27d38b60f865061fd39bc0c46911) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(): Improve store currency readonly link
- Updated dependencies [[`9f7846ae0babbad39947a1f33d236bff8b5098d0`](https://github.com/medusajs/medusa/commit/9f7846ae0babbad39947a1f33d236bff8b5098d0), [`fe49b567d6d55ae224095c06c710d31d40887653`](https://github.com/medusajs/medusa/commit/fe49b567d6d55ae224095c06c710d31d40887653), [`6dc0b8bed84a330c1c24f4f1331f1ed078430a47`](https://github.com/medusajs/medusa/commit/6dc0b8bed84a330c1c24f4f1331f1ed078430a47), [`356283c359e5c30e0d31e6c6fd0fb8e16c025b78`](https://github.com/medusajs/medusa/commit/356283c359e5c30e0d31e6c6fd0fb8e16c025b78)]:
- @medusajs/framework@2.12.2
## 2.12.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/link-modules",
"version": "2.12.1",
"version": "2.12.2",
"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.1",
"@medusajs/test-utils": "2.12.1"
"@medusajs/framework": "2.12.2",
"@medusajs/test-utils": "2.12.2"
},
"peerDependencies": {
"@medusajs/framework": "2.12.1"
"@medusajs/framework": "2.12.2"
}
}