Skip to content

Commit 5f67206

Browse files
committed
rush publish -a
1 parent c719f5e commit 5f67206

9 files changed

Lines changed: 43 additions & 25 deletions

File tree

common/changes/@autorest/openapi-to-typespec/commonType5100_2025-05-07-06-28.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@azure-tools/deduplication/ref-value-string-2_2025-05-13-03-20.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/extensions/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@azure-tools/async-io": "~3.0.0",
5050
"@azure-tools/codegen": "~2.10.0",
5151
"@azure-tools/datastore": "~4.8.0",
52-
"@azure-tools/deduplication": "~3.2.2",
52+
"@azure-tools/deduplication": "~3.2.3",
5353
"@azure-tools/extension": "~3.7.1",
5454
"@azure-tools/json": "~1.3.0",
5555
"@azure-tools/jsonschema": "~1.3.0",

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@autorest/openapi-to-typespec",
33
"entries": [
4+
{
5+
"version": "0.11.1",
6+
"tag": "@autorest/openapi-to-typespec_v0.11.1",
7+
"date": "Tue, 13 May 2025 03:24:17 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Change common type replacement logic"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.11.0",
618
"tag": "@autorest/openapi-to-typespec_v0.11.0",

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @autorest/openapi-to-typespec
22

3-
This log was last generated on Sat, 19 Apr 2025 07:27:04 GMT and should not be manually modified.
3+
This log was last generated on Tue, 13 May 2025 03:24:17 GMT and should not be manually modified.
4+
5+
## 0.11.1
6+
Tue, 13 May 2025 03:24:17 GMT
7+
8+
### Patches
9+
10+
- Change common type replacement logic
411

512
## 0.11.0
613
Sat, 19 Apr 2025 07:27:04 GMT

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

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

packages/libs/deduplication/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@azure-tools/deduplication",
33
"entries": [
4+
{
5+
"version": "3.2.3",
6+
"tag": "@azure-tools/deduplication_v3.2.3",
7+
"date": "Tue, 13 May 2025 03:24:17 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Only treat \"$ref\" as reference if value is string (part 2)"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "3.2.2",
618
"tag": "@azure-tools/deduplication_v3.2.2",

packages/libs/deduplication/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @azure-tools/deduplication
22

3-
This log was last generated on Fri, 14 Mar 2025 06:11:23 GMT and should not be manually modified.
3+
This log was last generated on Tue, 13 May 2025 03:24:17 GMT and should not be manually modified.
4+
5+
## 3.2.3
6+
Tue, 13 May 2025 03:24:17 GMT
7+
8+
### Patches
9+
10+
- Only treat "$ref" as reference if value is string (part 2)
411

512
## 3.2.2
613
Fri, 14 Mar 2025 06:11:23 GMT

packages/libs/deduplication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/deduplication",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Deduplication of elements in OpenAPI 3 documents",
55
"main": "./dist/main.js",
66
"typings": "./dist/main.d.ts",

0 commit comments

Comments
 (0)