chore(medusa-oas-cli,oas-github-ci): remove v2 option + generate v2 by default (#7304)

* chore(medusa-oas-cli,oas-github-ci): remove v2 option + generate v2 by default

* fixes to changeset

* fix public url path
This commit is contained in:
Shahed Nasser
2024-05-13 17:01:38 +03:00
committed by GitHub
parent 63623422fe
commit 8b2429d24f
10 changed files with 111 additions and 926 deletions
+9
View File
@@ -0,0 +1,9 @@
---
"@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.
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/oas-github-ci": patch
---
chore(oas-github-ci): remove v2 option