chore: Version Packages (#5171)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-29 14:17:21 -04:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 8cf92cea18
commit dab8a82cc1
53 changed files with 207 additions and 149 deletions
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/oas-github-ci
## 1.0.20
### Patch Changes
- [#5174](https://github.com/medusajs/medusa/pull/5174) [`fa7c94b4c`](https://github.com/medusajs/medusa/commit/fa7c94b4ccf864d7a6c7ed4bba26b7086ed99b2f) Thanks [@shahednasser](https://github.com/shahednasser)! - feat(@medusajs/oas-github-ci): changed output path to match new docs workspace
- Updated dependencies []:
- @medusajs/medusa-oas-cli@0.2.20
## 1.0.19
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.19",
"version": "1.0.20",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.2.19",
"@medusajs/medusa-oas-cli": "0.2.20",
"execa": "^5.1.1"
}
}