Skip to content

Commit 60fab0c

Browse files
author
Microsoft Auto Changeset Bot
committed
Bump versions
1 parent 5d2d27b commit 60fab0c

File tree

6 files changed

+29
-32
lines changed

6 files changed

+29
-32
lines changed

common/changes/@autorest/openapi-to-typespec/compiler0.64_2025-01-17-11-12.json

-10
This file was deleted.

common/changes/@autorest/openapi-to-typespec/multiPath_2025-01-17-05-35.json

-10
This file was deleted.

common/changes/@autorest/openapi-to-typespec/operationFix_2025-01-08-08-34.json

-10
This file was deleted.

packages/extensions/openapi-to-typespec/CHANGELOG.json

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"name": "@autorest/openapi-to-typespec",
33
"entries": [
4+
{
5+
"version": "0.10.7",
6+
"tag": "@autorest/openapi-to-typespec_v0.10.7",
7+
"date": "Mon, 20 Jan 2025 02:16:28 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Upgrade compiler version to 0.64"
12+
},
13+
{
14+
"comment": "add multi path support"
15+
},
16+
{
17+
"comment": "Fix action operation for non-resource operation"
18+
}
19+
]
20+
}
21+
},
422
{
523
"version": "0.10.6",
624
"tag": "@autorest/openapi-to-typespec_v0.10.6",

packages/extensions/openapi-to-typespec/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log - @autorest/openapi-to-typespec
22

3-
This log was last generated on Wed, 08 Jan 2025 06:06:48 GMT and should not be manually modified.
3+
This log was last generated on Mon, 20 Jan 2025 02:16:28 GMT and should not be manually modified.
4+
5+
## 0.10.7
6+
Mon, 20 Jan 2025 02:16:28 GMT
7+
8+
### Patches
9+
10+
- Upgrade compiler version to 0.64
11+
- add multi path support
12+
- Fix action operation for non-resource operation
413

514
## 0.10.6
615
Wed, 08 Jan 2025 06:06:48 GMT

packages/extensions/openapi-to-typespec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/openapi-to-typespec",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "Autorest plugin to scaffold a Typespec definition from an OpenAPI document",
55
"main": "dist/main.js",
66
"typings": "dist/main.d.ts",

0 commit comments

Comments
 (0)