Skip to content

Commit

Permalink
Bump versions (#4970)
Browse files Browse the repository at this point in the history
Co-authored-by: Microsoft Auto Changeset Bot <[email protected]>
  • Loading branch information
pshao25 and Microsoft Auto Changeset Bot committed May 29, 2024
1 parent 4ddb583 commit 21d78e4
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 82 deletions.

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

0 comments on commit 21d78e4

Please sign in to comment.