chore: Version packages
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# @medusajs/notification
|
||||
|
||||
## 2.12.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#14104](https://github.com/medusajs/medusa/pull/14104) [`b81f958d4126ab99f09b9fef3b1f790b4bca1515`](https://github.com/medusajs/medusa/commit/b81f958d4126ab99f09b9fef3b1f790b4bca1515) Thanks [@peterlgh7](https://github.com/peterlgh7)! - add provider_data to notification model
|
||||
|
||||
- [#14102](https://github.com/medusajs/medusa/pull/14102) [`f67bfb9f92b9ea4c06910ea203c685e18fafe1d7`](https://github.com/medusajs/medusa/commit/f67bfb9f92b9ea4c06910ea203c685e18fafe1d7) Thanks [@peterlgh7](https://github.com/peterlgh7)! - add from to notification model
|
||||
|
||||
- Updated dependencies [[`c2c3ad5ba53f1959422fb2d37297a8de8d714782`](https://github.com/medusajs/medusa/commit/c2c3ad5ba53f1959422fb2d37297a8de8d714782), [`7e3eb6e41316d7b04d32bc7186ed0c78de1aa539`](https://github.com/medusajs/medusa/commit/7e3eb6e41316d7b04d32bc7186ed0c78de1aa539), [`beb91d88a2f224075e4fcf35a0ee9483b3124504`](https://github.com/medusajs/medusa/commit/beb91d88a2f224075e4fcf35a0ee9483b3124504)]:
|
||||
- @medusajs/framework@2.12.0
|
||||
|
||||
## 2.11.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/notification",
|
||||
"version": "2.11.3",
|
||||
"version": "2.12.0",
|
||||
"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.11.3",
|
||||
"@medusajs/test-utils": "2.11.3"
|
||||
"@medusajs/framework": "2.12.0",
|
||||
"@medusajs/test-utils": "2.12.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "2.11.3"
|
||||
"@medusajs/framework": "2.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user