Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions for hotfix release openapi3 0.51.1 #2755

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 deletions common/config/rush/pnpm-lock.yaml

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

15 changes: 15 additions & 0 deletions packages/openapi3/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@typespec/openapi3",
"entries": [
{
"version": "0.51.1",
"tag": "@typespec/openapi3_v0.51.1",
"date": "Wed, 13 Dec 2023 23:28:17 GMT",
"comments": {
"patch": [
{
"comment": "Fix: Multipart part of type `bytes[]` is now treated as multiple binary part"
},
{
"comment": "Fix: OpenAPI3 creating conflicting type declaration when type was used in multipart implicit body and json body"
}
]
}
},
{
"version": "0.51.0",
"tag": "@typespec/openapi3_v0.51.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/openapi3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @typespec/openapi3

This log was last generated on Wed, 06 Dec 2023 19:40:58 GMT and should not be manually modified.
This log was last generated on Wed, 13 Dec 2023 23:28:17 GMT and should not be manually modified.

## 0.51.1
Wed, 13 Dec 2023 23:28:17 GMT

### Patches

- Fix: Multipart part of type `bytes[]` is now treated as multiple binary part
- Fix: OpenAPI3 creating conflicting type declaration when type was used in multipart implicit body and json body

## 0.51.0
Wed, 06 Dec 2023 19:40:58 GMT
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.51.0",
"version": "0.51.1",
"author": "Microsoft Corporation",
"description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding",
"homepage": "https://microsoft.github.io/typespec",
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 @@ -56,7 +56,7 @@
"@typespec/compiler": "workspace:~0.51.0",
"@typespec/http": "workspace:~0.51.0",
"@typespec/rest": "workspace:~0.51.0",
"@typespec/openapi3": "workspace:~0.51.0",
"@typespec/openapi3": "workspace:~0.51.1",
"@typespec/json-schema": "workspace:~0.51.0",
"@typespec/openapi": "workspace:~0.51.0",
"@typespec/protobuf": "workspace:~0.51.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 @@ -75,7 +75,7 @@
"@typespec/html-program-viewer": "workspace:~0.51.0",
"@typespec/http": "workspace:~0.51.0",
"@typespec/openapi": "workspace:~0.51.0",
"@typespec/openapi3": "workspace:~0.51.0",
"@typespec/openapi3": "workspace:~0.51.1",
"@typespec/protobuf": "workspace:~0.51.0",
"@typespec/rest": "workspace:~0.51.0",
"@typespec/versioning": "workspace:~0.51.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.51.0",
"@typespec/json-schema": "workspace:~0.51.0",
"@typespec/openapi": "workspace:~0.51.0",
"@typespec/openapi3": "workspace:~0.51.0",
"@typespec/openapi3": "workspace:~0.51.1",
"@typespec/rest": "workspace:~0.51.0",
"@typespec/versioning": "workspace:~0.51.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 @@ -46,7 +46,7 @@
"@typespec/http": "workspace:~0.51.0",
"@typespec/rest": "workspace:~0.51.0",
"@typespec/openapi": "workspace:~0.51.0",
"@typespec/openapi3": "workspace:~0.51.0",
"@typespec/openapi3": "workspace:~0.51.1",
"@typespec/protobuf": "workspace:~0.51.0",
"@typespec/versioning": "workspace:~0.51.0",
"@typespec/json-schema": "workspace:~0.51.0",
Expand Down
Loading