Skip to content

Commit

Permalink
Bump emitter version in late Dec (#2966)
Browse files Browse the repository at this point in the history
* bump version to v0.37.0

* update changelog

* update changelog
  • Loading branch information
v-jiaodi authored Dec 27, 2024
1 parent 3b5a635 commit 5684eec
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 9 deletions.
6 changes: 3 additions & 3 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions packages/autorest.typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 6.0.31 (2024-12-27)

- [Feature] Sdk package methods adoption. Please refer to [#2943](https://github.com/Azure/autorest.typescript/pull/2943)
- Adopt to sdkPackage methods;
- Support client level path parameter in general;
- ContentType/accept header parameter logic change;
- ApiVersion and its policy related change;
- Adjust parameter order change aligned with spec in spread cases;
- The bytes type gets generated inconsistent as before;
- Replace core related dependencies in static helper.
- [Feature] Upgrade mocha to ^11.0.2 for generated packages. Please refer to [#2945](https://github.com/Azure/autorest.typescript/pull/2945)
- [Feature] use azsdkEslint.config helper in eslint.config.mjs. Please refer to [#2949](https://github.com/Azure/autorest.typescript/pull/2949)
- [Feature] Upgrade typespec http runtime version to v0.1.0 for unbranded client. Please refer to [#2947](https://github.com/Azure/autorest.typescript/pull/2947)

## 6.0.30 (2024-12-12)

- [Feature] Support tcgc type for ModelProperty, remove baseUrl in unbranded client and remove property if visibility with none. Please refer to [#2927](https://github.com/Azure/autorest.typescript/pull/2927)
Expand Down
4 changes: 2 additions & 2 deletions packages/autorest.typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/typescript",
"version": "6.0.30",
"version": "6.0.31",
"scripts": {
"build": "tsc -p . && npm run copyFiles",
"build:test:browser:rlc": "tsc -p tsconfig.browser-test.json && ts-node test/commands/prepare-deps.ts --browser && webpack --config webpack.config.test.js --env mode=rlc",
Expand Down Expand Up @@ -77,7 +77,7 @@
"source-map-support": "^0.5.16",
"ts-morph": "^23.0.0",
"@azure/core-auth": "^1.6.0",
"@azure-tools/rlc-common": "workspace:^0.36.0"
"@azure-tools/rlc-common": "workspace:^0.37.0"
},
"devDependencies": {
"@azure-tools/test-recorder": "^3.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/rlc-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.37.0 (2024-12-27)

- [Feature] Sdk package methods adoption. Please refer to [#2943](https://github.com/Azure/autorest.typescript/pull/2943)
- Adopt to sdkPackage methods;
- Support client level path parameter in general;
- ContentType/accept header parameter logic change;
- ApiVersion and its policy related change;
- Adjust parameter order change aligned with spec in spread cases;
- The bytes type gets generated inconsistent as before;
- Replace core related dependencies in static helper.
- [Feature] Upgrade mocha to ^11.0.2 for generated packages. Please refer to [#2945](https://github.com/Azure/autorest.typescript/pull/2945)
- [Feature] use azsdkEslint.config helper in eslint.config.mjs. Please refer to [#2949](https://github.com/Azure/autorest.typescript/pull/2949)
- [Feature] Upgrade typespec http runtime version to v0.1.0 for unbranded client. Please refer to [#2947](https://github.com/Azure/autorest.typescript/pull/2947)

## 0.36.0 (2024-12-12)

- [Feature] Support tcgc type for ModelProperty, remove baseUrl in unbranded client and remove property if visibility with none. Please refer to [#2927](https://github.com/Azure/autorest.typescript/pull/2927)
Expand Down
2 changes: 1 addition & 1 deletion packages/rlc-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/rlc-common",
"version": "0.36.0",
"version": "0.37.0",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"dependencies": {
"@azure-tools/typespec-ts": "workspace:^0.36.0",
"@azure-tools/typespec-ts": "workspace:^0.37.0",
"@typespec/openapi": ">=0.63.0 <1.0.0",
"@azure-tools/typespec-autorest": ">=0.49.0 <1.0.0",
"@typespec/openapi3": ">=0.63.0 <1.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/typespec-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.37.0 (2024-12-27)

- [Feature] Sdk package methods adoption. Please refer to [#2943](https://github.com/Azure/autorest.typescript/pull/2943)
- Adopt to sdkPackage methods;
- Support client level path parameter in general;
- ContentType/accept header parameter logic change;
- ApiVersion and its policy related change;
- Adjust parameter order change aligned with spec in spread cases;
- The bytes type gets generated inconsistent as before;
- Replace core related dependencies in static helper.
- [Feature] Upgrade mocha to ^11.0.2 for generated packages. Please refer to [#2945](https://github.com/Azure/autorest.typescript/pull/2945)
- [Feature] use azsdkEslint.config helper in eslint.config.mjs. Please refer to [#2949](https://github.com/Azure/autorest.typescript/pull/2949)
- [Feature] Upgrade typespec http runtime version to v0.1.0 for unbranded client. Please refer to [#2947](https://github.com/Azure/autorest.typescript/pull/2947)

## 0.36.0 (2024-12-12)

- [Feature] Support tcgc type for ModelProperty, remove baseUrl in unbranded client and remove property if visibility with none. Please refer to [#2927](https://github.com/Azure/autorest.typescript/pull/2927)
Expand Down
4 changes: 2 additions & 2 deletions packages/typespec-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-ts",
"version": "0.36.0",
"version": "0.37.0",
"description": "An experimental TypeSpec emitter for TypeScript RLC",
"main": "dist/src/index.js",
"type": "module",
Expand Down Expand Up @@ -118,7 +118,7 @@
"@typespec/versioning": ">=0.63.0 <1.0.0"
},
"dependencies": {
"@azure-tools/rlc-common": "workspace:^0.36.0",
"@azure-tools/rlc-common": "workspace:^0.37.0",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
Expand Down

0 comments on commit 5684eec

Please sign in to comment.