chore: Version packages

This commit is contained in:
olivermrbl
2024-12-17 14:41:05 +01:00
parent 2a73d0ac0d
commit a391a29aa8
142 changed files with 578 additions and 288 deletions
+6
View File
@@ -1,5 +1,11 @@
# @medusajs/customer
## 2.1.2
### Patch Changes
- [#10499](https://github.com/medusajs/medusa/pull/10499) [`16d27ea6e4c2e4290820fe2328f08557534fcb8f`](https://github.com/medusajs/medusa/commit/16d27ea6e4c2e4290820fe2328f08557534fcb8f) Thanks [@thetutlage](https://github.com/thetutlage)! - Feat/customer dml
## 2.1.1
## 2.1.0
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/customer",
"version": "2.1.1",
"version": "2.1.2",
"description": "Medusa Customer module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -37,8 +37,8 @@
"orm:cache:clear": "MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
},
"devDependencies": {
"@medusajs/framework": "^2.1.1",
"@medusajs/test-utils": "^2.1.1",
"@medusajs/framework": "^2.1.2",
"@medusajs/test-utils": "^2.1.2",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/migrations": "5.9.7",