chore: Version Packages (#4114)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-30 12:11:45 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 81eeaa3294
commit 8f8f6332b7
85 changed files with 367 additions and 242 deletions
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci
## 1.0.7
### Patch Changes
- Updated dependencies []:
- @medusajs/medusa-oas-cli@0.2.7
## 1.0.6
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.6",
"version": "1.0.7",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.2.6",
"@medusajs/medusa-oas-cli": "0.2.7",
"execa": "^5.1.1"
}
}