chore: Version packages

This commit is contained in:
olivermrbl
2024-11-25 09:57:00 +01:00
parent 29ce10b09e
commit 4245312d8d
156 changed files with 683 additions and 398 deletions
@@ -1,5 +1,11 @@
# @medusajs/auth-google
## 2.0.5
### Patch Changes
- [#10081](https://github.com/medusajs/medusa/pull/10081) [`4c983557f9483cb5ace561974b27697911cee7cc`](https://github.com/medusajs/medusa/commit/4c983557f9483cb5ace561974b27697911cee7cc) Thanks [@Furman1331](https://github.com/Furman1331)! - feature: Add email to google provider-identity metadata
## 2.0.4
## 2.0.3
@@ -1,6 +1,6 @@
{
"name": "@medusajs/auth-google",
"version": "2.0.4",
"version": "2.0.5",
"description": "Google OAuth authentication provider for Medusa",
"main": "dist/index.js",
"repository": {
@@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@medusajs/framework": "^2.0.4",
"@medusajs/framework": "^2.0.5",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",