Skip to content

Commit

Permalink
Bump versions for hotfix openapi3 0.53.2 (#2908)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Terlson <[email protected]>
  • Loading branch information
timotheeguerin and bterlson authored Feb 12, 2024
1 parent 4915d5b commit 04e605b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/wicked-brooms-march.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/openapi3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log - @typespec/openapi3

## 0.53.2

### Patch Changes

- 4915d5b: Fix: `required` array on schema wasn't using the value provided by `@encodedName`
- @typespec/compiler@0.53.1
- @typespec/http@0.53.0
- @typespec/openapi@0.53.0
- @typespec/versioning@0.53.0

## 0.53.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/openapi3",
"version": "0.53.1",
"version": "0.53.2",
"author": "Microsoft Corporation",
"description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding",
"homepage": "https://typespec.io",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@typespec/compiler": "workspace:~0.53.1",
"@typespec/http": "workspace:~0.53.0",
"@typespec/rest": "workspace:~0.53.0",
"@typespec/openapi3": "workspace:~0.53.1",
"@typespec/openapi3": "workspace:~0.53.2",
"@typespec/json-schema": "workspace:~0.53.1",
"@typespec/openapi": "workspace:~0.53.0",
"@typespec/protobuf": "workspace:~0.53.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@typespec/html-program-viewer": "workspace:~0.53.0",
"@typespec/http": "workspace:~0.53.0",
"@typespec/openapi": "workspace:~0.53.0",
"@typespec/openapi3": "workspace:~0.53.1",
"@typespec/openapi3": "workspace:~0.53.2",
"@typespec/protobuf": "workspace:~0.53.0",
"@typespec/rest": "workspace:~0.53.0",
"@typespec/versioning": "workspace:~0.53.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typespec/http": "workspace:~0.53.0",
"@typespec/json-schema": "workspace:~0.53.1",
"@typespec/openapi": "workspace:~0.53.0",
"@typespec/openapi3": "workspace:~0.53.1",
"@typespec/openapi3": "workspace:~0.53.2",
"@typespec/rest": "workspace:~0.53.0",
"@typespec/versioning": "workspace:~0.53.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@typespec/http": "workspace:~0.53.0",
"@typespec/rest": "workspace:~0.53.0",
"@typespec/openapi": "workspace:~0.53.0",
"@typespec/openapi3": "workspace:~0.53.1",
"@typespec/openapi3": "workspace:~0.53.2",
"@typespec/protobuf": "workspace:~0.53.0",
"@typespec/versioning": "workspace:~0.53.0",
"@typespec/json-schema": "workspace:~0.53.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04e605b

Please sign in to comment.