chore: Version packages

This commit is contained in:
olivermrbl
2025-01-27 09:35:06 +01:00
parent b0a2699e01
commit 986ee8008e
154 changed files with 975 additions and 436 deletions
@@ -1,5 +1,14 @@
# @medusajs/event-bus-local
## 2.4.0
### Patch Changes
- [#11047](https://github.com/medusajs/medusa/pull/11047) [`ecc8efcb049f5c77cb7e38c2b6a273860590a5f4`](https://github.com/medusajs/medusa/commit/ecc8efcb049f5c77cb7e38c2b6a273860590a5f4) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(event): Subscriber ID missusage
- Updated dependencies [[`0deffe7b9b9a1055813249b17057b7bba01b78ac`](https://github.com/medusajs/medusa/commit/0deffe7b9b9a1055813249b17057b7bba01b78ac), [`cc73802ab3821d2c667942bd887efb7476205547`](https://github.com/medusajs/medusa/commit/cc73802ab3821d2c667942bd887efb7476205547), [`13fe2f6776b22c401d131f184fc3600ef4008383`](https://github.com/medusajs/medusa/commit/13fe2f6776b22c401d131f184fc3600ef4008383), [`e53b8b0a9708d2eb46258ca417b6ff6abbd5f3d9`](https://github.com/medusajs/medusa/commit/e53b8b0a9708d2eb46258ca417b6ff6abbd5f3d9)]:
- @medusajs/framework@2.4.0
## 2.3.1
## 2.3.0
@@ -1,6 +1,6 @@
{
"name": "@medusajs/event-bus-local",
"version": "2.3.1",
"version": "2.4.0",
"description": "Local Event Bus Module for Medusa",
"main": "dist/index.js",
"files": [
@@ -23,7 +23,7 @@
"author": "Medusa",
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "~2.3.1",
"@medusajs/framework": "~2.4.0",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
@@ -39,6 +39,6 @@
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "~2.0.0"
"@medusajs/framework": "~2.4.0"
}
}