chore: Version packages

This commit is contained in:
olivermrbl
2024-12-10 14:01:50 +01:00
parent 0c1bbbac2a
commit 0e342b491d
153 changed files with 589 additions and 349 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/payment
## 2.1.1
### Patch Changes
- [#10506](https://github.com/medusajs/medusa/pull/10506) [`a04238a7f1b77e6f6fe0e51951251286cd207115`](https://github.com/medusajs/medusa/commit/a04238a7f1b77e6f6fe0e51951251286cd207115) Thanks [@riqwan](https://github.com/riqwan)! - fix(payment): ensure that payment error is captured in logger
## 2.1.0
## 2.0.7
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/payment",
"version": "2.1.0",
"version": "2.1.1",
"description": "Medusa Payment module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -36,8 +36,8 @@
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.1.0",
"@medusajs/test-utils": "^2.1.0",
"@medusajs/framework": "^2.1.1",
"@medusajs/test-utils": "^2.1.1",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",