chore: Version Packages (#4527)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-19 18:00:56 +02:00
committed by GitHub
co-authored by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 2f283996f8
commit 2a181bc564
42 changed files with 139 additions and 109 deletions
+8
View File
@@ -1,5 +1,13 @@
# @medusajs/oas-cli
## 0.2.11
### Patch Changes
- Updated dependencies [[`befc2f1c8`](https://github.com/medusajs/medusa/commit/befc2f1c80b6aaeb3a5153f7fdeaa96cf832e46f), [`d184d23c6`](https://github.com/medusajs/medusa/commit/d184d23c6384d5f8bf52827826b62c6bef37f884), [`befc2f1c8`](https://github.com/medusajs/medusa/commit/befc2f1c80b6aaeb3a5153f7fdeaa96cf832e46f), [`56d1d326d`](https://github.com/medusajs/medusa/commit/56d1d326d4492626e9297e4cac9b4cb44ae0f165), [`43427b889`](https://github.com/medusajs/medusa/commit/43427b8893baedd7abe7b38cf5360aa2d245293d)]:
- @medusajs/medusa@1.12.3
- @medusajs/types@1.8.11
## 0.2.10
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "0.2.10",
"version": "0.2.11",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
@@ -35,7 +35,7 @@
"test": "NODE_OPTIONS='--unhandled-rejections=strict' jest src"
},
"dependencies": {
"@medusajs/medusa": "^1.12.2",
"@medusajs/medusa": "^1.12.3",
"@medusajs/openapi-typescript-codegen": "^0.2.1",
"@medusajs/types": "workspace:^",
"@medusajs/utils": "workspace:^",
+7
View File
@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci
## 1.0.11
### Patch Changes
- Updated dependencies []:
- @medusajs/medusa-oas-cli@0.2.11
## 1.0.10
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "1.0.10",
"version": "1.0.11",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "0.2.10",
"@medusajs/medusa-oas-cli": "0.2.11",
"execa": "^5.1.1"
}
}