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

Merged
merged 1 commit into from
May 29, 2024
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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 35 additions & 0 deletions packages/extensions/openapi-to-typespec/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@autorest/openapi-to-typespec",
"entries": [
{
"version": "0.8.0",
"tag": "@autorest/openapi-to-typespec_v0.8.0",
"date": "Tue, 28 May 2024 21:27:00 GMT",
"comments": {
"patch": [
{
"comment": "Support AnyObject"
},
{
"comment": "Add command to run compilation on test projects"
},
{
"comment": "lock openapi-to-typespec test config"
},
{
"comment": "fix wrong client lib import name"
},
{
"comment": "Change isFullCompatible logic"
},
{
"comment": "Support apiversion as path parameter"
},
{
"comment": "Upgrade compiler to 0.56 and fix issues"
}
],
"minor": [
{
"comment": "support generating csharp rename decorator when converting to tsp"
}
]
}
},
{
"version": "0.7.0",
"tag": "@autorest/openapi-to-typespec_v0.7.0",
Expand Down
19 changes: 18 additions & 1 deletion packages/extensions/openapi-to-typespec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Change Log - @autorest/openapi-to-typespec

This log was last generated on Wed, 28 Feb 2024 18:02:21 GMT and should not be manually modified.
This log was last generated on Tue, 28 May 2024 21:27:00 GMT and should not be manually modified.

## 0.8.0
Tue, 28 May 2024 21:27:00 GMT

### Minor changes

- support generating csharp rename decorator when converting to tsp

### Patches

- Support AnyObject
- Add command to run compilation on test projects
- lock openapi-to-typespec test config
- fix wrong client lib import name
- Change isFullCompatible logic
- Support apiversion as path parameter
- Upgrade compiler to 0.56 and fix issues

## 0.7.0
Wed, 28 Feb 2024 18:02:21 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.7.0",
"version": "0.8.0",
"description": "Autorest plugin to scaffold a Typespec definition from an OpenAPI document",
"main": "dist/main.js",
"typings": "dist/main.d.ts",
Expand Down
Loading