chore: Version Packages (#12583)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-05 20:33:53 +02:00
committed by GitHub
parent 7e1720279d
commit 68a796d300
149 changed files with 853 additions and 341 deletions

View File

@@ -1,5 +1,17 @@
# @medusajs/workflows-sdk
## 2.8.4
### Patch Changes
- [#12646](https://github.com/medusajs/medusa/pull/12646) [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870) Thanks [@carlos-r-l-rodrigues](https://github.com/carlos-r-l-rodrigues)! - fix(core-flows): use cart_id to complete cart on payment webhook and lock cart before completion
- Updated dependencies [[`da5e278a783010e886fbae96c4b704bc9fcf78e5`](https://github.com/medusajs/medusa/commit/da5e278a783010e886fbae96c4b704bc9fcf78e5), [`791276e80f5745c8885352b7979c0faa979110f4`](https://github.com/medusajs/medusa/commit/791276e80f5745c8885352b7979c0faa979110f4), [`3d65807d9924c057ccce6ccaf1c6e0eee8e7c245`](https://github.com/medusajs/medusa/commit/3d65807d9924c057ccce6ccaf1c6e0eee8e7c245), [`f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d`](https://github.com/medusajs/medusa/commit/f6f34cc0e419a0c4be0971f13eb59b2a1e3aa31d), [`490bd7647fca30951d14c7c78c1b809379ebd870`](https://github.com/medusajs/medusa/commit/490bd7647fca30951d14c7c78c1b809379ebd870), [`cf0297f74af1b043363ffbd5a23ca0933097a69d`](https://github.com/medusajs/medusa/commit/cf0297f74af1b043363ffbd5a23ca0933097a69d)]:
- @medusajs/modules-sdk@2.8.4
- @medusajs/types@2.8.4
- @medusajs/utils@2.8.4
- @medusajs/orchestration@2.8.4
## 2.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "2.8.3",
"version": "2.8.4",
"description": "Set of workflows tooling for Medusa",
"main": "dist/index.js",
"exports": {
@@ -42,10 +42,10 @@
"zod": "3.22.4"
},
"dependencies": {
"@medusajs/modules-sdk": "2.8.3",
"@medusajs/orchestration": "2.8.3",
"@medusajs/types": "2.8.3",
"@medusajs/utils": "2.8.3",
"@medusajs/modules-sdk": "2.8.4",
"@medusajs/orchestration": "2.8.4",
"@medusajs/types": "2.8.4",
"@medusajs/utils": "2.8.4",
"ulid": "^2.3.0"
},
"peerDependencies": {