chore: Version packages

This commit is contained in:
olivermrbl
2025-01-07 13:31:40 +01:00
parent 37aa804620
commit 3919b26eb6
151 changed files with 603 additions and 347 deletions

View File

@@ -1,5 +1,68 @@
# Change Log
## 2.2.0
### Patch Changes
- [#10791](https://github.com/medusajs/medusa/pull/10791) [`ecc09fd77db01fcb7e8eb8e60cd19e16e2b5ea81`](https://github.com/medusajs/medusa/commit/ecc09fd77db01fcb7e8eb8e60cd19e16e2b5ea81) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: generate modules mappings at runtime
- [#10707](https://github.com/medusajs/medusa/pull/10707) [`13ddf27c68fc2831b3661940bc5f27bab23ce8c0`](https://github.com/medusajs/medusa/commit/13ddf27c68fc2831b3661940bc5f27bab23ce8c0) Thanks [@shahednasser](https://github.com/shahednasser)! - fix(medusa,types,js-sdk): fix request query parameter types for store product routes
- [#10773](https://github.com/medusajs/medusa/pull/10773) [`5e9d86d75d1f2745c24a4bcd4a5c0df066578ef5`](https://github.com/medusajs/medusa/commit/5e9d86d75d1f2745c24a4bcd4a5c0df066578ef5) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: deprecate remoteQueryConfig in favor of queryConfig
- [#10717](https://github.com/medusajs/medusa/pull/10717) [`83925f5c7a2de5ffd7db21f620d6864bcf59fd04`](https://github.com/medusajs/medusa/commit/83925f5c7a2de5ffd7db21f620d6864bcf59fd04) Thanks [@ranjithkumar8352](https://github.com/ranjithkumar8352)! - Fix medusa develop command crashing on file change on windows
- [#10808](https://github.com/medusajs/medusa/pull/10808) [`988931a5513fadb12f24d1fda9ed7af32b3128af`](https://github.com/medusajs/medusa/commit/988931a5513fadb12f24d1fda9ed7af32b3128af) Thanks [@thetutlage](https://github.com/thetutlage)! - Fix/product variants filter
- [#10831](https://github.com/medusajs/medusa/pull/10831) [`e40878d9f387314c93e7ae1df36c3289240193c7`](https://github.com/medusajs/medusa/commit/e40878d9f387314c93e7ae1df36c3289240193c7) Thanks [@thetutlage](https://github.com/thetutlage)! - chore: rename remote-query-entry-points.d.ts to query-entry-points.d.ts
- [#10667](https://github.com/medusajs/medusa/pull/10667) [`47594192b79fbc798cfaf21821b60673745d1374`](https://github.com/medusajs/medusa/commit/47594192b79fbc798cfaf21821b60673745d1374) Thanks [@riqwan](https://github.com/riqwan)! - feat(dashboard,core-flows,types,utils,medusa,order): Order cancelations will refund payments
- Updated dependencies [[`699bb6dc2424053bdc73e70eecdd8fb8372b32a4`](https://github.com/medusajs/medusa/commit/699bb6dc2424053bdc73e70eecdd8fb8372b32a4), [`99a06102a246c119f69d1873f3cdeee9ff1241a0`](https://github.com/medusajs/medusa/commit/99a06102a246c119f69d1873f3cdeee9ff1241a0), [`4f897661eb7a855a881d460c565c2da6459367eb`](https://github.com/medusajs/medusa/commit/4f897661eb7a855a881d460c565c2da6459367eb), [`bbf790ea44d0ce0a128a07e66224735f5a2dccf0`](https://github.com/medusajs/medusa/commit/bbf790ea44d0ce0a128a07e66224735f5a2dccf0), [`6d989bc8cdcb2a0c8e33742e2b4c9f52b37beb57`](https://github.com/medusajs/medusa/commit/6d989bc8cdcb2a0c8e33742e2b4c9f52b37beb57), [`f7ffa3540f6e293507a1a96c0993b784a58ea507`](https://github.com/medusajs/medusa/commit/f7ffa3540f6e293507a1a96c0993b784a58ea507), [`3a0c69fbe0acd5fac907a86393a8ccf86d9837af`](https://github.com/medusajs/medusa/commit/3a0c69fbe0acd5fac907a86393a8ccf86d9837af), [`47594192b79fbc798cfaf21821b60673745d1374`](https://github.com/medusajs/medusa/commit/47594192b79fbc798cfaf21821b60673745d1374)]:
- @medusajs/core-flows@2.2.0
- @medusajs/stock-location@2.2.0
- @medusajs/auth@2.2.0
- @medusajs/auth-github@2.2.0
- @medusajs/auth-google@2.2.0
- @medusajs/pricing@2.2.0
- @medusajs/promotion@2.2.0
- @medusajs/fulfillment@2.2.0
- @medusajs/order@2.2.0
- @medusajs/admin-bundler@2.2.0
- @medusajs/telemetry@2.2.0
- @medusajs/api-key@2.2.0
- @medusajs/cache-inmemory@2.2.0
- @medusajs/cache-redis@2.2.0
- @medusajs/cart@2.2.0
- @medusajs/currency@2.2.0
- @medusajs/customer@2.2.0
- @medusajs/event-bus-local@2.2.0
- @medusajs/event-bus-redis@2.2.0
- @medusajs/file@2.2.0
- @medusajs/index@2.2.0
- @medusajs/inventory@2.2.0
- @medusajs/link-modules@2.2.0
- @medusajs/locking@2.2.0
- @medusajs/notification@2.2.0
- @medusajs/payment@2.2.0
- @medusajs/product@2.2.0
- @medusajs/auth-emailpass@2.2.0
- @medusajs/file-local@2.2.0
- @medusajs/file-s3@2.2.0
- @medusajs/fulfillment-manual@2.2.0
- @medusajs/locking-postgres@2.2.0
- @medusajs/locking-redis@2.2.0
- @medusajs/notification-local@2.2.0
- @medusajs/notification-sendgrid@2.2.0
- @medusajs/payment-stripe@2.2.0
- @medusajs/region@2.2.0
- @medusajs/sales-channel@2.2.0
- @medusajs/store@2.2.0
- @medusajs/tax@2.2.0
- @medusajs/user@2.2.0
- @medusajs/workflow-engine-inmemory@2.2.0
- @medusajs/workflow-engine-redis@2.2.0
## 2.1.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "2.1.3",
"version": "2.2.0",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
@@ -43,7 +43,7 @@
"test": "jest --silent --bail --maxWorkers=50% --forceExit"
},
"devDependencies": {
"@medusajs/framework": "^2.1.3",
"@medusajs/framework": "^2.2.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/instrumentation-pg": "^0.44.0",
@@ -62,49 +62,49 @@
"dependencies": {
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "^2.1.3",
"@medusajs/api-key": "^2.1.3",
"@medusajs/auth": "^2.1.3",
"@medusajs/auth-emailpass": "^2.1.3",
"@medusajs/auth-github": "^2.1.3",
"@medusajs/auth-google": "^2.1.3",
"@medusajs/cache-inmemory": "^2.1.3",
"@medusajs/cache-redis": "^2.1.3",
"@medusajs/cart": "^2.1.3",
"@medusajs/core-flows": "^2.1.3",
"@medusajs/currency": "^2.1.3",
"@medusajs/customer": "^2.1.3",
"@medusajs/event-bus-local": "^2.1.3",
"@medusajs/event-bus-redis": "^2.1.3",
"@medusajs/file": "^2.1.3",
"@medusajs/file-local": "^2.1.3",
"@medusajs/file-s3": "^2.1.3",
"@medusajs/fulfillment": "^2.1.3",
"@medusajs/fulfillment-manual": "^2.1.3",
"@medusajs/index": "^2.1.3",
"@medusajs/inventory": "^2.1.3",
"@medusajs/link-modules": "^2.1.3",
"@medusajs/locking": "^2.1.3",
"@medusajs/locking-postgres": "^2.1.3",
"@medusajs/locking-redis": "^2.1.3",
"@medusajs/notification": "^2.1.3",
"@medusajs/notification-local": "^2.1.3",
"@medusajs/notification-sendgrid": "^2.1.3",
"@medusajs/order": "^2.1.3",
"@medusajs/payment": "^2.1.3",
"@medusajs/payment-stripe": "^2.1.3",
"@medusajs/pricing": "^2.1.3",
"@medusajs/product": "^2.1.3",
"@medusajs/promotion": "^2.1.3",
"@medusajs/region": "^2.1.3",
"@medusajs/sales-channel": "^2.1.3",
"@medusajs/stock-location": "^2.1.3",
"@medusajs/store": "^2.1.3",
"@medusajs/tax": "^2.1.3",
"@medusajs/telemetry": "^2.1.3",
"@medusajs/user": "^2.1.3",
"@medusajs/workflow-engine-inmemory": "^2.1.3",
"@medusajs/workflow-engine-redis": "^2.1.3",
"@medusajs/admin-bundler": "^2.2.0",
"@medusajs/api-key": "^2.2.0",
"@medusajs/auth": "^2.2.0",
"@medusajs/auth-emailpass": "^2.2.0",
"@medusajs/auth-github": "^2.2.0",
"@medusajs/auth-google": "^2.2.0",
"@medusajs/cache-inmemory": "^2.2.0",
"@medusajs/cache-redis": "^2.2.0",
"@medusajs/cart": "^2.2.0",
"@medusajs/core-flows": "^2.2.0",
"@medusajs/currency": "^2.2.0",
"@medusajs/customer": "^2.2.0",
"@medusajs/event-bus-local": "^2.2.0",
"@medusajs/event-bus-redis": "^2.2.0",
"@medusajs/file": "^2.2.0",
"@medusajs/file-local": "^2.2.0",
"@medusajs/file-s3": "^2.2.0",
"@medusajs/fulfillment": "^2.2.0",
"@medusajs/fulfillment-manual": "^2.2.0",
"@medusajs/index": "^2.2.0",
"@medusajs/inventory": "^2.2.0",
"@medusajs/link-modules": "^2.2.0",
"@medusajs/locking": "^2.2.0",
"@medusajs/locking-postgres": "^2.2.0",
"@medusajs/locking-redis": "^2.2.0",
"@medusajs/notification": "^2.2.0",
"@medusajs/notification-local": "^2.2.0",
"@medusajs/notification-sendgrid": "^2.2.0",
"@medusajs/order": "^2.2.0",
"@medusajs/payment": "^2.2.0",
"@medusajs/payment-stripe": "^2.2.0",
"@medusajs/pricing": "^2.2.0",
"@medusajs/product": "^2.2.0",
"@medusajs/promotion": "^2.2.0",
"@medusajs/region": "^2.2.0",
"@medusajs/sales-channel": "^2.2.0",
"@medusajs/stock-location": "^2.2.0",
"@medusajs/store": "^2.2.0",
"@medusajs/tax": "^2.2.0",
"@medusajs/telemetry": "^2.2.0",
"@medusajs/user": "^2.2.0",
"@medusajs/workflow-engine-inmemory": "^2.2.0",
"@medusajs/workflow-engine-redis": "^2.2.0",
"@swc/core": "1.5.7",
"@swc/helpers": "^0.5.11",
"@types/express": "^4.17.17",