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,17 @@
# @medusajs/js-sdk
## 2.12.3
### Patch Changes
- [#14306](https://github.com/medusajs/medusa/pull/14306) [`665b80adb1f0ca2205307c0cc5294ad1d3b3ea58`](https://github.com/medusajs/medusa/commit/665b80adb1f0ca2205307c0cc5294ad1d3b3ea58) Thanks [@adrien2p](https://github.com/adrien2p)! - feat(): Add support for locale to the js sdk
- [#14314](https://github.com/medusajs/medusa/pull/14314) [`accb778039a52fae8eefbada77044c527b136114`](https://github.com/medusajs/medusa/commit/accb778039a52fae8eefbada77044c527b136114) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(js-sdk,types,medusa): add list locales store method to JS SDK
- [#14313](https://github.com/medusajs/medusa/pull/14313) [`191e647eec8755f9680033077d164febefa976df`](https://github.com/medusajs/medusa/commit/191e647eec8755f9680033077d164febefa976df) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): js-sdk set locale in server environment
- [#14318](https://github.com/medusajs/medusa/pull/14318) [`c8a7122ba918751b215dc0b19cf9b09b2c011ab8`](https://github.com/medusajs/medusa/commit/c8a7122ba918751b215dc0b19cf9b09b2c011ab8) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Update locale header usage
## 2.12.2
## 2.12.1

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/js-sdk",
"version": "2.12.2",
"version": "2.12.3",
"description": "SDK for the Medusa API",
"main": "dist/index.js",
"module": "dist/esm/index.js",
@@ -29,7 +29,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/types": "2.12.2"
"@medusajs/types": "2.12.3"
},
"dependencies": {
"fetch-event-stream": "^0.1.5",