chore: Prepare changeset for 2.0 release (#9631)

This commit is contained in:
Oli Juhl
2024-10-17 09:37:37 +02:00
committed by GitHub
parent 6a6fd6ee4c
commit df78f6e871
35 changed files with 8 additions and 225 deletions

View File

@@ -1,9 +0,0 @@
---
"@medusajs/medusa-oas-cli": major
---
chore(medusa-oas-cli): remove v2 option + generate v2 OAS by default
## Breaking Change
This introduces a breaking change to the `medusa-oas-cli` as it no longer generates OAS for v1 projects. Users using it with Medusa v1 have to use v0.3.x moving forward.

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Fix request type in upload route

View File

@@ -1,9 +0,0 @@
---
"medusa-test-utils": patch
"create-medusa-app": patch
"@medusajs/core-flows": patch
"@medusajs/types": patch
"@medusajs/utils": patch
---
Order transactions

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(medusa): cleanup admin function

View File

@@ -1,5 +0,0 @@
---
"@medusajs/workflows-sdk": patch
---
feat(workflows-sdk): Execute workflows as step in other workflows

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): import and use `RequestQueryFields` from types package

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
chore(medusa): strict zod versions in workspace

View File

@@ -1,7 +0,0 @@
---
"@medusajs/promotion": patch
"@medusajs/types": patch
"@medusajs/medusa": patch
---
feat(dashboard,core,medusa,promotion): add campaigns UI

View File

@@ -1,7 +0,0 @@
---
"@medusajs/core-flows": patch
"@medusajs/medusa": patch
"@medusajs/types": patch
---
feat(medusa,core-flows,types): added a basic endpoint for complete cart

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa": patch
---
fix(medusa): Missing middlewares export

View File

@@ -1,8 +0,0 @@
---
"@medusajs/core-flows": patch
"@medusajs/types": patch
"@medusajs/utils": patch
"@medusajs/medusa": patch
---
feat(core-flows,typers,utils,medusa): add payment auth step to complete cart workflow

View File

@@ -1,11 +1,11 @@
---
"create-medusa-app": patch
"@medusajs/medusa-cli": patch
"@medusajs/cli": patch
"medusa-dev-cli": patch
"@medusajs/medusa-oas-cli": patch
"@medusajs/oas-github-ci": patch
"@medusajs/core-flows": patch
"medusa-test-utils": patch
"@medusajs/test-utils": patch
"@medusajs/modules-sdk": patch
"@medusajs/orchestration": patch
"@medusajs/types": patch
@@ -16,7 +16,7 @@
"@medusajs/ui": patch
"@medusajs/ui-preset": patch
"@medusajs/medusa": patch
"medusa-telemetry": patch
"@medusajs/telemetry": patch
"@medusajs/api-key": patch
"@medusajs/auth": patch
"@medusajs/auth-emailpass": patch
@@ -31,7 +31,7 @@
"@medusajs/event-bus-redis": patch
"@medusajs/file": patch
"@medusajs/fulfillment": patch
"@medusajs/inventory-next": patch
"@medusajs/inventory": patch
"@medusajs/link-modules": patch
"@medusajs/notification": patch
"@medusajs/order": patch
@@ -39,7 +39,7 @@
"@medusajs/pricing": patch
"@medusajs/product": patch
"@medusajs/promotion": patch
"@medusajs/file-local-next": patch
"@medusajs/file-local": patch
"@medusajs/file-s3": patch
"@medusajs/fulfillment-manual": patch
"@medusajs/notification-local": patch
@@ -47,7 +47,7 @@
"@medusajs/payment-stripe": patch
"@medusajs/region": patch
"@medusajs/sales-channel": patch
"@medusajs/stock-location-next": patch
"@medusajs/stock-location": patch
"@medusajs/store": patch
"@medusajs/tax": patch
"@medusajs/user": patch
@@ -61,6 +61,7 @@
"@medusajs/framework": patch
"@medusajs/index": patch
"@medusajs/locking": patch
"@medusajs/locking-redis": patch
---
chore: Preview release changeset
chore: Medusa 2.0

View File

@@ -1,9 +0,0 @@
---
"@medusajs/link-modules": patch
"@medusajs/core-flows": patch
"@medusajs/types": patch
"@medusajs/utils": patch
"@medusajs/medusa": patch
---
feat: add Order<>Fulfillment link

View File

@@ -1,5 +0,0 @@
---
"@medusajs/modules-sdk": patch
---
defineLink helper - MedusaApp loading registered links

View File

@@ -1,8 +0,0 @@
---
"@medusajs/modules-sdk": minor
"@medusajs/types": minor
"@medusajs/utils": minor
"@medusajs/notification": patch
---
Add basic implementation of a notification module

View File

@@ -1,6 +0,0 @@
---
"@medusajs/medusa-oas-cli": patch
"@medusajs/oas-github-ci": patch
---
fix(medusa-oas-cli, oas-github-ci): updated paths to docs directories following monorepo reorganization

View File

@@ -1,5 +0,0 @@
---
"@medusajs/utils": patch
---
chore(utils): Provide a mikro orm base entity

View File

@@ -1,5 +0,0 @@
---
"@medusajs/medusa-cli": patch
---
feat(medusa-cli): added v2 flag

View File

@@ -1,7 +0,0 @@
---
"@medusajs/notification-sendgrid": patch
"@medusajs/notification-local": patch
"@medusajs/types": patch
---
Add sendgrid and logger notification providers

View File

@@ -1,8 +0,0 @@
---
"@medusajs/auth-github": patch
"@medusajs/auth-google": patch
"@medusajs/auth": patch
"@medusajs/types": patch
---
Add github auth provider

View File

@@ -1,6 +0,0 @@
---
"@medusajs/fulfillment": patch
"@medusajs/core-flows": patch
---
feat(fulfillment, core-flows): Apply correct address and context + cleanup

View File

@@ -1,8 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/product": patch
"@medusajs/utils": patch
---
fix: Product categories repository and end points

View File

@@ -1,5 +0,0 @@
---
"@medusajs/oas-github-ci": patch
---
chore(oas-github-ci): remove v2 option

View File

@@ -1,5 +0,0 @@
---
"@medusajs/fulfillment": patch
---
fix(fulfillment): Update shipping options rules

View File

@@ -1,6 +0,0 @@
---
"@medusajs/inventory-next": patch
"@medusajs/types": patch
---
Check stock to create reservation and support backorder

View File

@@ -1,7 +0,0 @@
---
"@medusajs/dashboard": patch
"@medusajs/js-sdk": patch
"@medusajs/types": patch
---
Replace region calls with the SDK in admin, apply typings to sdk

View File

@@ -1,7 +0,0 @@
---
"@medusajs/core-flows": patch
"@medusajs/types": patch
"@medusajs/medusa": patch
---
feat(core-flows,types,medusa): API to add promotions to campaign

View File

@@ -1,6 +0,0 @@
---
"@medusajs/link-modules": patch
"@medusajs/modules-sdk": patch
---
Default MedusaApp schema scalar

View File

@@ -1,5 +0,0 @@
---
"create-medusa-app": patch
---
fix(create-medusa-app): don't open browser to admin if v2 option is passed

View File

@@ -1,5 +0,0 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): set SalesChannels for Products on update

View File

@@ -1,6 +0,0 @@
---
"@medusajs/medusa": patch
"@medusajs/link-modules": patch
---
feat(link-module): Order Product link

View File

@@ -1,7 +0,0 @@
---
"@medusajs/auth": patch
"@medusajs/utils": patch
"@medusajs/auth-emailpass": patch
---
move emailpass to defaultconfig

View File

@@ -1,5 +0,0 @@
---
"@medusajs/js-sdk": patch
---
Introduce a js-sdk package for the Medusa API

View File

@@ -1,7 +0,0 @@
---
"@medusajs/core-flows": patch
"@medusajs/types": patch
"@medusajs/utils": patch
---
Create stock reservation on complete cart flow

View File

@@ -1,10 +0,0 @@
---
"@medusajs/link-modules": patch
"@medusajs/fulfillment": patch
"@medusajs/core-flows": patch
"@medusajs/pricing": patch
"@medusajs/utils": patch
"@medusajs/types": patch
---
Fulfillment - shipping options with context