chore: Version packages

This commit is contained in:
olivermrbl
2025-05-15 09:49:09 +02:00
parent 30aa317ff1
commit d2dd2e7c72
136 changed files with 792 additions and 289 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/core-flows
## 2.8.1
### Patch Changes
- [#12396](https://github.com/medusajs/medusa/pull/12396) [`4602163b568962f8115b83971d67a6c55c2b8a98`](https://github.com/medusajs/medusa/commit/4602163b568962f8115b83971d67a6c55c2b8a98) Thanks [@thetutlage](https://github.com/thetutlage)! - feat: create CSV normalizer to normalize a CSV file
- Updated dependencies []:
- @medusajs/framework@2.8.1
## 2.8.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/core-flows",
"version": "2.8.0",
"version": "2.8.1",
"description": "Set of workflow definitions for Medusa",
"main": "dist/index.js",
"exports": {
@@ -26,7 +26,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "2.8.0",
"@medusajs/framework": "2.8.1",
"@mikro-orm/core": "6.4.3",
"@mikro-orm/knex": "6.4.3",
"@mikro-orm/migrations": "6.4.3",
@@ -44,7 +44,7 @@
"json-2-csv": "^5.5.4"
},
"peerDependencies": {
"@medusajs/framework": "2.8.0",
"@medusajs/framework": "2.8.1",
"awilix": "^8.0.1"
},
"scripts": {