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

View File

@@ -0,0 +1,18 @@
# @medusajs/framework
## 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/cli@2.0.0
- @medusajs/modules-sdk@2.0.0
- @medusajs/orchestration@2.0.0
- @medusajs/types@2.0.0
- @medusajs/utils@2.0.0
- @medusajs/workflows-sdk@2.0.0
- @medusajs/telemetry@2.0.0

View File

@@ -1,6 +1,6 @@
{
"name": "@medusajs/framework",
"version": "1.0.1",
"version": "2.0.0",
"description": "Framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -52,7 +52,7 @@
"test": "jest --runInBand --bail --passWithNoTests --forceExit"
},
"devDependencies": {
"@medusajs/cli": "^1.3.22",
"@medusajs/cli": "^2.0.0",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
@@ -71,12 +71,12 @@
},
"dependencies": {
"@jercle/yargonaut": "^1.1.5",
"@medusajs/modules-sdk": "^1.12.11",
"@medusajs/orchestration": "^1.0.1",
"@medusajs/telemetry": "^1.0.1",
"@medusajs/types": "^1.11.16",
"@medusajs/utils": "^1.11.9",
"@medusajs/workflows-sdk": "^1.0.1",
"@medusajs/modules-sdk": "^2.0.0",
"@medusajs/orchestration": "^2.0.0",
"@medusajs/telemetry": "^2.0.0",
"@medusajs/types": "^2.0.0",
"@medusajs/utils": "^2.0.0",
"@medusajs/workflows-sdk": "^2.0.0",
"@opentelemetry/api": "^1.9.0",
"@types/express": "^4.17.17",
"connect-redis": "5.2.0",
@@ -90,7 +90,7 @@
"zod": "3.22.4"
},
"peerDependencies": {
"@medusajs/cli": "^1.3.22",
"@medusajs/cli": "^2.0.0",
"@mikro-orm/cli": "5.9.7",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",