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

View File

@@ -1,5 +1,12 @@
# @medusajs/notification-local
## 2.4.0
### Patch Changes
- 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

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification-local",
"version": "2.3.1",
"version": "2.4.0",
"description": "Local (logging) notification provider for Medusa, useful for testing purposes and log audits",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"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",
@@ -34,7 +34,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@medusajs/framework": "~2.0.0"
"@medusajs/framework": "~2.4.0"
},
"keywords": [
"medusa-provider",