chore: Version packages

This commit is contained in:
olivermrbl
2025-01-17 10:29:04 -05:00
parent 5faf48b8c2
commit efe141f54b
160 changed files with 650 additions and 399 deletions
+10
View File
@@ -1,5 +1,15 @@
# @medusajs/workflows-sdk
## 2.3.0
### Patch Changes
- Updated dependencies [[`67782350a9da278457c3280c300ebec65bdc6326`](https://github.com/medusajs/medusa/commit/67782350a9da278457c3280c300ebec65bdc6326), [`ff725090bb4ec848cb82c5411bdc25c4b72252ab`](https://github.com/medusajs/medusa/commit/ff725090bb4ec848cb82c5411bdc25c4b72252ab), [`01acf9e7009300c01544f022c2a97d4d3f0fdb65`](https://github.com/medusajs/medusa/commit/01acf9e7009300c01544f022c2a97d4d3f0fdb65), [`5eab9e739919594ae7e7e416942ec93d84b699fd`](https://github.com/medusajs/medusa/commit/5eab9e739919594ae7e7e416942ec93d84b699fd), [`c75678d6d41d3b88d07681ad7e24472d6cbde672`](https://github.com/medusajs/medusa/commit/c75678d6d41d3b88d07681ad7e24472d6cbde672), [`c1930bd6568043d145e34d8360015e7207e18e4a`](https://github.com/medusajs/medusa/commit/c1930bd6568043d145e34d8360015e7207e18e4a), [`28febfc6438351fddb5b214b86f96aff89db688e`](https://github.com/medusajs/medusa/commit/28febfc6438351fddb5b214b86f96aff89db688e), [`bc22b81cdf9591912744f448c74d45bcb0f11e0c`](https://github.com/medusajs/medusa/commit/bc22b81cdf9591912744f448c74d45bcb0f11e0c)]:
- @medusajs/utils@2.3.0
- @medusajs/types@2.3.0
- @medusajs/orchestration@2.3.0
- @medusajs/modules-sdk@2.3.0
## 2.2.0
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/workflows-sdk",
"version": "2.2.0",
"version": "2.3.0",
"description": "Set of workflows tooling for Medusa",
"main": "dist/index.js",
"exports": {
@@ -40,10 +40,10 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@medusajs/modules-sdk": "^2.2.0",
"@medusajs/orchestration": "^2.2.0",
"@medusajs/types": "^2.2.0",
"@medusajs/utils": "^2.2.0",
"@medusajs/modules-sdk": "^2.3.0",
"@medusajs/orchestration": "^2.3.0",
"@medusajs/types": "^2.3.0",
"@medusajs/utils": "^2.3.0",
"ulid": "^2.3.0"
},
"peerDependencies": {