Version Packages (#13978)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-17 13:55:25 +01:00
committed by GitHub
parent 9f8da1e2e0
commit cfa38871cb
173 changed files with 1022 additions and 470 deletions

View File

@@ -1,5 +1,14 @@
# @medusajs/notification
## 2.12.3
### Patch Changes
- [#14315](https://github.com/medusajs/medusa/pull/14315) [`d813fc4ff91e98b475a4eae11780ddc00caf66a8`](https://github.com/medusajs/medusa/commit/d813fc4ff91e98b475a4eae11780ddc00caf66a8) Thanks [@adrien2p](https://github.com/adrien2p)! - chore(): Migration generator fix generated import
- Updated dependencies [[`7b4dda5a179c78de5e099231ec407836db4c8dbd`](https://github.com/medusajs/medusa/commit/7b4dda5a179c78de5e099231ec407836db4c8dbd), [`8964a03fa1b9e6a4c443bf5b21d65d41a8441d29`](https://github.com/medusajs/medusa/commit/8964a03fa1b9e6a4c443bf5b21d65d41a8441d29), [`c8a7122ba918751b215dc0b19cf9b09b2c011ab8`](https://github.com/medusajs/medusa/commit/c8a7122ba918751b215dc0b19cf9b09b2c011ab8)]:
- @medusajs/framework@2.12.3
## 2.12.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/notification",
"version": "2.12.2",
"version": "2.12.3",
"description": "Medusa Notification module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,10 +36,10 @@
"orm:cache:clear": "MIKRO_ORM_CLI_CONFIG=./mikro-orm.config.dev.ts MIKRO_ORM_ALLOW_GLOBAL_CLI=true medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "2.12.2",
"@medusajs/test-utils": "2.12.2"
"@medusajs/framework": "2.12.3",
"@medusajs/test-utils": "2.12.3"
},
"peerDependencies": {
"@medusajs/framework": "2.12.2"
"@medusajs/framework": "2.12.3"
}
}