chore: Version packages

This commit is contained in:
olivermrbl
2025-03-10 15:44:09 +01:00
parent 62e429178f
commit f1cac99316
142 changed files with 901 additions and 386 deletions
@@ -1,5 +1,12 @@
# @medusajs/oas-github-ci
## 2.6.1
### Patch Changes
- Updated dependencies [[`3b470f41427e487c68f89b8ee8155de716ffe861`](https://github.com/medusajs/medusa/commit/3b470f41427e487c68f89b8ee8155de716ffe861)]:
- @medusajs/medusa-oas-cli@2.6.1
## 2.6.0
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@medusajs/oas-github-ci",
"version": "2.6.0",
"version": "2.6.1",
"description": "OAS Github CI",
"main": "scripts/build-openapi.js",
"files": [
@@ -21,7 +21,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@medusajs/medusa-oas-cli": "2.6.0",
"@medusajs/medusa-oas-cli": "2.6.1",
"execa": "^5.1.1"
}
}