Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-07-25 11:30:28 +00:00
parent 23347b795f
commit b441642fbe
381 changed files with 5467 additions and 254 deletions
@@ -1,5 +1,13 @@
# @backstage/backend-openapi-utils
## 0.0.3-next.0
### Patch Changes
- ebeb77586975: Add a new `createRouter` method for generating an `express` router that validates against your spec. Also fixes a bug with the query parameters type resolution.
- Updated dependencies
- @backstage/errors@1.2.1
## 0.0.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-openapi-utils",
"description": "OpenAPI typescript support.",
"version": "0.0.2",
"version": "0.0.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",