chore: Version Packages (#12576)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-05-22 14:04:27 +02:00
committed by GitHub
parent ca9ffcc80b
commit 5ad3615830
155 changed files with 879 additions and 378 deletions

View File

@@ -1,5 +1,15 @@
# @medusajs/workflows-sdk
## 2.8.3
### Patch Changes
- Updated dependencies [[`4e49cebcf0f053cb89012276e935a7ec62a12046`](https://github.com/medusajs/medusa/commit/4e49cebcf0f053cb89012276e935a7ec62a12046), [`59bbff62d81861282d55a32d6c0c45285203c4e0`](https://github.com/medusajs/medusa/commit/59bbff62d81861282d55a32d6c0c45285203c4e0), [`52bd9f9a53f6e63e5fbe0beb1fb2c650d88f7c88`](https://github.com/medusajs/medusa/commit/52bd9f9a53f6e63e5fbe0beb1fb2c650d88f7c88), [`ebe5cc7acddb7c61dc82fd8ec7f2fe3779104a99`](https://github.com/medusajs/medusa/commit/ebe5cc7acddb7c61dc82fd8ec7f2fe3779104a99), [`85d2b3c992cf361a9a18a14659484c57f4923197`](https://github.com/medusajs/medusa/commit/85d2b3c992cf361a9a18a14659484c57f4923197), [`c5a6573e26b403b86f53b88c307ea311a1bd9230`](https://github.com/medusajs/medusa/commit/c5a6573e26b403b86f53b88c307ea311a1bd9230)]:
- @medusajs/types@2.8.3
- @medusajs/utils@2.8.3
- @medusajs/modules-sdk@2.8.3
- @medusajs/orchestration@2.8.3
## 2.8.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "2.8.2",
"version": "2.8.3",
"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.2",
"@medusajs/orchestration": "2.8.2",
"@medusajs/types": "2.8.2",
"@medusajs/utils": "2.8.2",
"@medusajs/modules-sdk": "2.8.3",
"@medusajs/orchestration": "2.8.3",
"@medusajs/types": "2.8.3",
"@medusajs/utils": "2.8.3",
"ulid": "^2.3.0"
},
"peerDependencies": {