Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and astahmer committed May 24, 2024
1 parent f0886a0 commit d4e4316
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .changeset/lovely-carrots-train.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/typed-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# typed-openapi

## 0.5.0

### Minor Changes

- f0886a0: Thanks to @0237h:

Allow for finer marking of optional parameters Current behavior allows only for marking _all_ parameters as optional,
or none.

This change checks first if all parameters are optional, keeping the old behavior if that's the case, otherwise
iterates through the parameters to mark only those that **should** be optional from the OpenAPI spec.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typed-openapi",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"main": "dist/index.cjs",
"module": "dist/index.js",
"bin": {
Expand Down

0 comments on commit d4e4316

Please sign in to comment.