chore: Release

This commit is contained in:
olivermrbl
2024-10-22 20:43:47 +02:00
parent c3418a2b93
commit 2fbebb60e3
134 changed files with 1309 additions and 590 deletions
+54
View File
@@ -1,5 +1,59 @@
# Change Log
## 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/core-flows@2.0.0
- @medusajs/telemetry@2.0.0
- @medusajs/api-key@2.0.0
- @medusajs/auth@2.0.0
- @medusajs/auth-emailpass@2.0.0
- @medusajs/auth-google@2.0.0
- @medusajs/cache-inmemory@2.0.0
- @medusajs/cache-redis@2.0.0
- @medusajs/cart@2.0.0
- @medusajs/currency@2.0.0
- @medusajs/customer@2.0.0
- @medusajs/event-bus-local@2.0.0
- @medusajs/event-bus-redis@2.0.0
- @medusajs/file@2.0.0
- @medusajs/fulfillment@2.0.0
- @medusajs/inventory@2.0.0
- @medusajs/link-modules@2.0.0
- @medusajs/notification@2.0.0
- @medusajs/order@2.0.0
- @medusajs/payment@2.0.0
- @medusajs/pricing@2.0.0
- @medusajs/product@2.0.0
- @medusajs/promotion@2.0.0
- @medusajs/file-local@2.0.0
- @medusajs/file-s3@2.0.0
- @medusajs/fulfillment-manual@2.0.0
- @medusajs/notification-local@2.0.0
- @medusajs/notification-sendgrid@2.0.0
- @medusajs/payment-stripe@2.0.0
- @medusajs/region@2.0.0
- @medusajs/sales-channel@2.0.0
- @medusajs/stock-location@2.0.0
- @medusajs/store@2.0.0
- @medusajs/tax@2.0.0
- @medusajs/user@2.0.0
- @medusajs/workflow-engine-inmemory@2.0.0
- @medusajs/workflow-engine-redis@2.0.0
- @medusajs/admin-bundler@2.0.0
- @medusajs/framework@2.0.0
- @medusajs/index@2.0.0
- @medusajs/locking@2.0.0
- @medusajs/locking-redis@2.0.0
- @medusajs/locking-postgres@2.0.0
- @medusajs/auth-github@2.0.0
## 1.20.5
### Patch Changes
+46 -46
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa",
"version": "1.20.5",
"version": "2.0.0",
"description": "Building blocks for digital commerce",
"main": "dist/index.js",
"exports": {
@@ -42,7 +42,7 @@
"test": "jest --silent --bail --maxWorkers=50% --forceExit"
},
"devDependencies": {
"@medusajs/framework": "^1.0.1",
"@medusajs/framework": "^2.0.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/instrumentation-pg": "^0.44.0",
@@ -61,49 +61,49 @@
"dependencies": {
"@inquirer/checkbox": "^2.3.11",
"@inquirer/input": "^2.2.9",
"@medusajs/admin-bundler": "^1.0.1",
"@medusajs/api-key": "^1.0.1",
"@medusajs/auth": "^1.0.1",
"@medusajs/auth-emailpass": "^1.0.1",
"@medusajs/auth-github": "^1.0.1",
"@medusajs/auth-google": "^1.0.1",
"@medusajs/cache-inmemory": "^1.8.10",
"@medusajs/cache-redis": "^1.9.1",
"@medusajs/cart": "^1.0.1",
"@medusajs/core-flows": "^1.0.1",
"@medusajs/currency": "^1.0.1",
"@medusajs/customer": "^1.0.1",
"@medusajs/event-bus-local": "^1.9.8",
"@medusajs/event-bus-redis": "^1.8.13",
"@medusajs/file": "^1.0.1",
"@medusajs/file-local": "^1.0.1",
"@medusajs/file-s3": "^1.0.1",
"@medusajs/fulfillment": "^1.0.1",
"@medusajs/fulfillment-manual": "^1.0.1",
"@medusajs/index": "^1.0.1",
"@medusajs/inventory": "^1.0.1",
"@medusajs/link-modules": "^1.0.1",
"@medusajs/locking": "^1.0.1",
"@medusajs/locking-postgres": "^1.0.1",
"@medusajs/locking-redis": "^1.0.1",
"@medusajs/notification": "^1.0.1",
"@medusajs/notification-local": "^1.0.1",
"@medusajs/notification-sendgrid": "^1.0.1",
"@medusajs/order": "^1.0.1",
"@medusajs/payment": "^1.0.1",
"@medusajs/payment-stripe": "^1.0.1",
"@medusajs/pricing": "^1.0.1",
"@medusajs/product": "^1.0.1",
"@medusajs/promotion": "^1.0.1",
"@medusajs/region": "^1.0.1",
"@medusajs/sales-channel": "^1.0.1",
"@medusajs/stock-location": "^1.0.1",
"@medusajs/store": "^1.0.1",
"@medusajs/tax": "^1.0.1",
"@medusajs/telemetry": "^1.0.1",
"@medusajs/user": "^1.0.1",
"@medusajs/workflow-engine-inmemory": "^1.0.1",
"@medusajs/workflow-engine-redis": "^1.0.1",
"@medusajs/admin-bundler": "^2.0.0",
"@medusajs/api-key": "^2.0.0",
"@medusajs/auth": "^2.0.0",
"@medusajs/auth-emailpass": "^2.0.0",
"@medusajs/auth-github": "^2.0.0",
"@medusajs/auth-google": "^2.0.0",
"@medusajs/cache-inmemory": "^2.0.0",
"@medusajs/cache-redis": "^2.0.0",
"@medusajs/cart": "^2.0.0",
"@medusajs/core-flows": "^2.0.0",
"@medusajs/currency": "^2.0.0",
"@medusajs/customer": "^2.0.0",
"@medusajs/event-bus-local": "^2.0.0",
"@medusajs/event-bus-redis": "^2.0.0",
"@medusajs/file": "^2.0.0",
"@medusajs/file-local": "^2.0.0",
"@medusajs/file-s3": "^2.0.0",
"@medusajs/fulfillment": "^2.0.0",
"@medusajs/fulfillment-manual": "^2.0.0",
"@medusajs/index": "^2.0.0",
"@medusajs/inventory": "^2.0.0",
"@medusajs/link-modules": "^2.0.0",
"@medusajs/locking": "^2.0.0",
"@medusajs/locking-postgres": "^2.0.0",
"@medusajs/locking-redis": "^2.0.0",
"@medusajs/notification": "^2.0.0",
"@medusajs/notification-local": "^2.0.0",
"@medusajs/notification-sendgrid": "^2.0.0",
"@medusajs/order": "^2.0.0",
"@medusajs/payment": "^2.0.0",
"@medusajs/payment-stripe": "^2.0.0",
"@medusajs/pricing": "^2.0.0",
"@medusajs/product": "^2.0.0",
"@medusajs/promotion": "^2.0.0",
"@medusajs/region": "^2.0.0",
"@medusajs/sales-channel": "^2.0.0",
"@medusajs/stock-location": "^2.0.0",
"@medusajs/store": "^2.0.0",
"@medusajs/tax": "^2.0.0",
"@medusajs/telemetry": "^2.0.0",
"@medusajs/user": "^2.0.0",
"@medusajs/workflow-engine-inmemory": "^2.0.0",
"@medusajs/workflow-engine-redis": "^2.0.0",
"@swc/core": "1.5.7",
"@swc/helpers": "^0.5.11",
"@types/express": "^4.17.17",
@@ -124,7 +124,7 @@
"zod": "3.22.4"
},
"peerDependencies": {
"@medusajs/framework": "^1.0.1",
"@medusajs/framework": "^2.0.0",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",