chore: Release (#3818)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-04-14 11:18:39 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com> Oliver Windall Juhl
parent 3a49f14e3e
commit 0f51e3a400
50 changed files with 265 additions and 143 deletions
+7
View File
@@ -4,6 +4,13 @@
### Patch Changes
- Updated dependencies [[`1456056e8`](https://github.com/medusajs/medusa/commit/1456056e8f9d48cc1cb64c1836a6de5d5b263b05)]:
- @medusajs/medusa-oas-cli@0.2.2
## 1.0.2
### Patch Changes
- Updated dependencies []:
- @medusajs/medusa-oas-cli@0.2.1
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.1",
"version": "1.0.2",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.2.1",
"@medusajs/medusa-oas-cli": "0.2.2",
"execa": "^5.1.1"
}
}