chore: Version Packages (#6360)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-20 10:21:30 +01:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 189b03c485
commit 26c9bada0a
171 changed files with 926 additions and 712 deletions
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
@@ -35,10 +35,10 @@
"medusa-oas": "ts-node src/index.ts"
},
"dependencies": {
"@medusajs/medusa": "^1.20.1",
"@medusajs/medusa": "^1.20.3",
"@medusajs/openapi-typescript-codegen": "^0.2.1",
"@medusajs/types": "^1.11.11",
"@medusajs/utils": "^1.11.4",
"@medusajs/types": "^1.11.14",
"@medusajs/utils": "^1.11.7",
"@readme/json-schema-ref-parser": "^1.2.0",
"@readme/openapi-parser": "^2.4.0",
"@redocly/cli": "^1.7.0",
+12
View File
@@ -1,5 +1,17 @@
# @medusajs/oas-github-ci
## 1.0.26
### Patch Changes
- [#6338](https://github.com/medusajs/medusa/pull/6338) [`374a3f4dab`](https://github.com/medusajs/medusa/commit/374a3f4dab7bf893ba3c579fa7f9c346fa30ad64) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(@medusajs/medusa-oas-cli): added v2 flag
feat(@medusajs/oas-github-ci): added v2 flag
- [#6710](https://github.com/medusajs/medusa/pull/6710) [`bb87db8342`](https://github.com/medusajs/medusa/commit/bb87db83424e2625e273fd5cf06cece37245b6da) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(oas-github-ci): output specs into `specs-v2` directory when the `--v2` option is passed
- Updated dependencies [[`374a3f4dab`](https://github.com/medusajs/medusa/commit/374a3f4dab7bf893ba3c579fa7f9c346fa30ad64)]:
- @medusajs/medusa-oas-cli@0.3.1
## 1.0.25
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.25",
"version": "1.0.26",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.3.0",
"@medusajs/medusa-oas-cli": "0.3.1",
"execa": "^5.1.1"
}
}