chore: Release
This commit is contained in:
12
packages/modules/providers/auth-emailpass/CHANGELOG.md
Normal file
12
packages/modules/providers/auth-emailpass/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @medusajs/auth-emailpass
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/auth-emailpass",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Email and password credential authentication provider for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"jest": "^29.7.0",
|
||||
@@ -37,7 +37,7 @@
|
||||
"scrypt-kdf": "^2.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"medusa-provider",
|
||||
|
||||
8
packages/modules/providers/auth-github/CHANGELOG.md
Normal file
8
packages/modules/providers/auth-github/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @medusajs/auth-github
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/auth-github",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Github OAuth authentication provider for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"jest": "^29.7.0",
|
||||
@@ -35,7 +35,7 @@
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"medusa-provider",
|
||||
|
||||
12
packages/modules/providers/auth-google/CHANGELOG.md
Normal file
12
packages/modules/providers/auth-google/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @medusajs/auth-google
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/auth-google",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Google OAuth authentication provider for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"jest": "^29.7.0",
|
||||
@@ -38,7 +38,7 @@
|
||||
"jsonwebtoken": "^9.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"medusa-provider",
|
||||
|
||||
12
packages/modules/providers/file-local/CHANGELOG.md
Normal file
12
packages/modules/providers/file-local/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @medusajs/file-local
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/file-local",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Local filesystem file storage for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"jest": "^29.7.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"medusa-plugin",
|
||||
|
||||
12
packages/modules/providers/file-s3/CHANGELOG.md
Normal file
12
packages/modules/providers/file-s3/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @medusajs/file-s3
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/file-s3",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"axios": "^1.6.8",
|
||||
@@ -40,7 +40,7 @@
|
||||
"ulid": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"medusa-plugin",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @medusajs/fulfillment-manual
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/fulfillment-manual",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Manual fulfillment for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"jest": "^29.7.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"medusa-plugin",
|
||||
|
||||
12
packages/modules/providers/locking-postgres/CHANGELOG.md
Normal file
12
packages/modules/providers/locking-postgres/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @medusajs/locking-postgres
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/locking-postgres",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Postgres Advisory Locks for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -20,7 +20,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@mikro-orm/cli": "5.9.7",
|
||||
"@mikro-orm/core": "5.9.7",
|
||||
"@mikro-orm/migrations": "5.9.7",
|
||||
@@ -32,7 +32,7 @@
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "tsc --build --watch",
|
||||
|
||||
12
packages/modules/providers/locking-redis/CHANGELOG.md
Normal file
12
packages/modules/providers/locking-redis/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @medusajs/locking-redis
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/locking-redis",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Redis Lock for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -20,7 +20,7 @@
|
||||
"author": "Medusa",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"jest": "^29.7.0",
|
||||
@@ -28,7 +28,7 @@
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ioredis": "^5.4.1"
|
||||
|
||||
12
packages/modules/providers/notification-local/CHANGELOG.md
Normal file
12
packages/modules/providers/notification-local/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @medusajs/notification-local
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/notification-local",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Local (logging) notification provider for Medusa, useful for testing purposes and log audits",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"jest": "^29.7.0",
|
||||
@@ -34,7 +34,7 @@
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"medusa-provider",
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# @medusajs/notification-sendgrid
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/notification-sendgrid",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Sendgrid notification provider for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -26,7 +26,7 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"jest": "^29.7.0",
|
||||
@@ -37,7 +37,7 @@
|
||||
"@sendgrid/mail": "^8.1.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1"
|
||||
"@medusajs/framework": "^2.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"medusa-provider",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @medusajs/payment-stripe
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
|
||||
- @medusajs/framework@2.0.0
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@medusajs/payment-stripe",
|
||||
"version": "1.0.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Stripe payment provider for Medusa",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"watch": "tsc --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"@swc/core": "^1.7.28",
|
||||
"@swc/jest": "^0.2.36",
|
||||
"jest": "^29.7.0",
|
||||
@@ -33,7 +33,7 @@
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@medusajs/framework": "^1.0.1",
|
||||
"@medusajs/framework": "^2.0.0",
|
||||
"awilix": "^8.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user