chore(release): v1.8.0-rc.4

This commit is contained in:
olivermrbl
2023-03-30 17:12:37 +02:00
parent ebd6ab12c9
commit 89d4d84666
28 changed files with 152 additions and 60 deletions
+9
View File
@@ -1,5 +1,14 @@
# @medusajs/oas-cli
## 0.2.0-rc.4
### Patch Changes
- [#3631](https://github.com/medusajs/medusa/pull/3631) [`377b9ce8c`](https://github.com/medusajs/medusa/commit/377b9ce8c27cb2c4d10d154c005c7553c173c0e8) Thanks [@patrick-medusajs](https://github.com/patrick-medusajs)! - fix(oas:test): fix beforeAll timeout silent failure
- Updated dependencies [[`5fd74b38a`](https://github.com/medusajs/medusa/commit/5fd74b38ae1b4f7dced191983b78db83f7b1f71b), [`999aeb116`](https://github.com/medusajs/medusa/commit/999aeb116c4742e5b5e0d80793af23f7727276f0), [`5e405be02`](https://github.com/medusajs/medusa/commit/5e405be02cc94779222dc3d930e747027496d918), [`a7e3f2d34`](https://github.com/medusajs/medusa/commit/a7e3f2d343c4059ba83022ec5c09f8101b251297)]:
- @medusajs/medusa@1.8.0-rc.4
## 0.2.0-rc.3
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/medusa-oas-cli",
"version": "0.2.0-rc.3",
"version": "0.2.0-rc.4",
"description": "OAS CLI",
"main": "dist/index.js",
"bin": {
@@ -36,7 +36,7 @@
"test:unit": "jest src"
},
"dependencies": {
"@medusajs/medusa": "1.8.0-rc.3",
"@medusajs/medusa": "1.8.0-rc.4",
"@medusajs/openapi-typescript-codegen": "0.2.0-rc.0",
"@readme/openapi-parser": "^2.4.0",
"@types/lodash": "^4.14.191",