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 #5057

Merged
merged 1 commit into from
Jan 20, 2025
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.

This file was deleted.

18 changes: 18 additions & 0 deletions packages/extensions/openapi-to-typespec/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@autorest/openapi-to-typespec",
"entries": [
{
"version": "0.10.7",
"tag": "@autorest/openapi-to-typespec_v0.10.7",
"date": "Mon, 20 Jan 2025 02:16:28 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade compiler version to 0.64"
},
{
"comment": "add multi path support"
},
{
"comment": "Fix action operation for non-resource operation"
}
]
}
},
{
"version": "0.10.6",
"tag": "@autorest/openapi-to-typespec_v0.10.6",
Expand Down
11 changes: 10 additions & 1 deletion packages/extensions/openapi-to-typespec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @autorest/openapi-to-typespec

This log was last generated on Wed, 08 Jan 2025 06:06:48 GMT and should not be manually modified.
This log was last generated on Mon, 20 Jan 2025 02:16:28 GMT and should not be manually modified.

## 0.10.7
Mon, 20 Jan 2025 02:16:28 GMT

### Patches

- Upgrade compiler version to 0.64
- add multi path support
- Fix action operation for non-resource operation

## 0.10.6
Wed, 08 Jan 2025 06:06:48 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/openapi-to-typespec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/openapi-to-typespec",
"version": "0.10.6",
"version": "0.10.7",
"description": "Autorest plugin to scaffold a Typespec definition from an OpenAPI document",
"main": "dist/main.js",
"typings": "dist/main.d.ts",
Expand Down
Loading