Skip to content

Commit d3e0a18

Browse files
Copilotv-jiaodi
andauthored
Bump emitter version to 0.53.2 (#3983)
* Bump emitter version to 0.53.2 Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/86a77905-5e0b-4fe5-a519-c8678cc32dd0 Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com> * Update changelogs with merged PRs since 2026-05-14 Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/338008f4-24c7-44da-8212-9c9e6e778fcc Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com>
1 parent 3910642 commit d3e0a18

8 files changed

Lines changed: 27 additions & 9 deletions

File tree

packages/autorest.typescript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.0.72 (2026-05-19)
2+
3+
- [Feature] Add skill for bump emitter. Please refer to [#3977](https://github.com/Azure/autorest.typescript/pull/3977)
4+
- [Bugfix] Fix sample generation for nested @bodyRoot parameters. Please refer to [#3969](https://github.com/Azure/autorest.typescript/pull/3969)
5+
- [Bugfix] Do not generate React Native build targets by default. Please refer to [#3943](https://github.com/Azure/autorest.typescript/pull/3943)
6+
17
## 6.0.71 (2026-05-14)
28

39
- [Bugfix] Fix dependencies error. Please refer to [#3963](https://github.com/Azure/autorest.typescript/pull/3963)

packages/autorest.typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/typescript",
3-
"version": "6.0.71",
3+
"version": "6.0.72",
44
"scripts": {
55
"build": "tsc -p . && npm run copyFiles",
66
"build:test:browser:rlc": "tsc -p tsconfig.browser-test.json && tsx test/commands/prepare-deps.ts --browser && webpack --config webpack.config.test.js --env mode=rlc",
@@ -77,7 +77,7 @@
7777
"source-map-support": "^0.5.16",
7878
"ts-morph": "^23.0.0",
7979
"@azure/core-auth": "^1.6.0",
80-
"@azure-tools/rlc-common": "workspace:^0.53.1"
80+
"@azure-tools/rlc-common": "workspace:^0.53.2"
8181
},
8282
"devDependencies": {
8383
"@azure-tools/test-recorder": "^3.0.0",

packages/rlc-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.53.2 (2026-05-19)
2+
3+
- [Feature] Add skill for bump emitter. Please refer to [#3977](https://github.com/Azure/autorest.typescript/pull/3977)
4+
- [Bugfix] Fix sample generation for nested @bodyRoot parameters. Please refer to [#3969](https://github.com/Azure/autorest.typescript/pull/3969)
5+
- [Bugfix] Do not generate React Native build targets by default. Please refer to [#3943](https://github.com/Azure/autorest.typescript/pull/3943)
6+
17
## 0.53.1 (2026-05-14)
28

39
- [Bugfix] Fix dependencies error. Please refer to [#3963](https://github.com/Azure/autorest.typescript/pull/3963)

packages/rlc-common/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/rlc-common",
3-
"version": "0.53.1",
3+
"version": "0.53.2",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

packages/typespec-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"type": "module",
55
"dependencies": {
6-
"@azure-tools/typespec-ts": "workspace:^0.53.1",
6+
"@azure-tools/typespec-ts": "workspace:^0.53.2",
77
"@typespec/openapi": "^1.12.0",
88
"@azure-tools/typespec-autorest": "^0.68.0",
99
"@typespec/openapi3": "^1.12.0",

packages/typespec-ts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.53.2 (2026-05-19)
2+
3+
- [Feature] Add skill for bump emitter. Please refer to [#3977](https://github.com/Azure/autorest.typescript/pull/3977)
4+
- [Bugfix] Fix sample generation for nested @bodyRoot parameters. Please refer to [#3969](https://github.com/Azure/autorest.typescript/pull/3969)
5+
- [Bugfix] Do not generate React Native build targets by default. Please refer to [#3943](https://github.com/Azure/autorest.typescript/pull/3943)
6+
17
## 0.53.1 (2026-05-14)
28

39
- [Bugfix] Fix dependencies error. Please refer to [#3963](https://github.com/Azure/autorest.typescript/pull/3963)

packages/typespec-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-ts",
3-
"version": "0.53.1",
3+
"version": "0.53.2",
44
"description": "An experimental TypeSpec emitter for TypeScript RLC",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -120,7 +120,7 @@
120120
"@typespec/xml": "^0.82.0"
121121
},
122122
"dependencies": {
123-
"@azure-tools/rlc-common": "workspace:^0.53.1",
123+
"@azure-tools/rlc-common": "workspace:^0.53.2",
124124
"fast-xml-parser": "^4.5.0",
125125
"fs-extra": "^11.1.0",
126126
"lodash": "^4.17.21",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)