Skip to content

Commit

Permalink
Bump versions for 0.65 release (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Feb 11, 2025
1 parent 4244723 commit 7db5549
Show file tree
Hide file tree
Showing 40 changed files with 111 additions and 183 deletions.

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/api-version-scenarios-2025-0-16-0-23-14.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/clientNameXMsEnum-2025-0-27-14-20-31.md

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-2072-2025-0-21-15-49-15.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-arm-provider-async-2025-0-29-17-16-45.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-duplicate-warning-2025-0-15-11-39-29.md

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_override_doc-2025-1-7-17-45-35.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/tcgc-fixVisiblityCall-2025-1-5-14-41-46.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/tcgc-fixe2e-2025-0-27-10-26-55.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/tcgc-modelsOnly-2025-1-6-13-47-10.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/tcgc-visibilityHeader-2025-1-3-16-4-24.md

This file was deleted.

15 changes: 0 additions & 15 deletions .chronus/changes/upgrade-deps-jan-2025-2025-0-22-0-4-39.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion core
Submodule core updated 1585 files
6 changes: 5 additions & 1 deletion eng/scripts/prepare-publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (production) {
await typespecRun("git", "merge", "--ff-only", "FETCH_HEAD");
}
// Stage the typespec core publish
await typespecRun("pnpm", "change", "version");
await typespecRun("pnpm", "change", "version", "--exclude", "standalone");
if (!args.values.onlyBumpVersions) {
await typespecRun("pnpm", "update-latest-docs");
}
Expand Down Expand Up @@ -210,6 +210,10 @@ async function rebuildAndRegenSamplesToBumpTemplateVersions() {
await typespecAzureRun("pnpm", "regen-samples");
}

if ((await checkForChangedFiles(coreRepoRoot, undefined, { silent: true })) && production) {
await typespecRun("git", "add", "-A");
await typespecRun("git", "commit", "-m", "Rebuild and regen samples to bump template versions");
}
if ((await checkForChangedFiles(repoRoot, undefined, { silent: true })) && production) {
await typespecAzureRun("git", "add", "-A");
await typespecAzureRun(
Expand Down
11 changes: 11 additions & 0 deletions packages/azure-http-specs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @azure-tools/azure-http-specs

## 0.1.0-alpha.6

### Bug Fixes

- [#2087](https://github.com/Azure/typespec-azure/pull/2087) Add @apiVersion scenarios and mock apis

### Bump dependencies

- [#2109](https://github.com/Azure/typespec-azure/pull/2109) Upgrade dependencies


## 0.1.0-alpha.5

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/azure-http-specs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/azure-http-specs",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"description": "Azure Spec scenarios and mock apis",
"main": "dist/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/typespec-autorest-canonical/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @azure-tools/typespec-autorest-canonical

## 0.12.0

### Bump dependencies

- [#2109](https://github.com/Azure/typespec-azure/pull/2109) Upgrade dependencies


## 0.11.0

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-autorest-canonical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-autorest-canonical",
"version": "0.11.0",
"version": "0.12.0",
"author": "Microsoft Corporation",
"description": "TypeSpec library for emitting canonical swagger",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
17 changes: 17 additions & 0 deletions packages/typespec-autorest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log - @azure-tools/typespec-autorest

## 0.51.0

### Bug Fixes

- [#2137](https://github.com/Azure/typespec-azure/pull/2137) Ensure that `@clientName` value propagates to `x-ms-enum.name` for enums and unions.

### Bump dependencies

- [#2109](https://github.com/Azure/typespec-azure/pull/2109) Upgrade dependencies

### Features

- [#2091](https://github.com/Azure/typespec-azure/pull/2091) Add `@externalTypeRef` decorator, to been able to specify an external reference that should be used when emitting.
- [#2173](https://github.com/Azure/typespec-azure/pull/2173) Update versioning handling to use new mutator approach
- [#2094](https://github.com/Azure/typespec-azure/pull/2094) Use the `@identifiers` decorator to identify and utilize identifiers for `x-ms-identifiers`. Additionally, use the `@key` decorator to identify identifiers.


## 0.50.0

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-autorest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-autorest",
"version": "0.50.0",
"version": "0.51.0",
"author": "Microsoft Corporation",
"description": "TypeSpec library for emitting openapi from the TypeSpec REST protocol binding",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
7 changes: 7 additions & 0 deletions packages/typespec-azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @azure-tools/typespec-azure-core

## 0.51.0

### Bump dependencies

- [#2109](https://github.com/Azure/typespec-azure/pull/2109) Upgrade dependencies


## 0.50.0

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-azure-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-azure-core",
"version": "0.50.0",
"version": "0.51.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Azure Core library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
7 changes: 7 additions & 0 deletions packages/typespec-azure-portal-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @azure-tools/typespec-azure-portal-core

## 0.51.0

### Bump dependencies

- [#2109](https://github.com/Azure/typespec-azure/pull/2109) Upgrade dependencies


## 0.50.0

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-azure-portal-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-azure-portal-core",
"version": "0.50.0",
"version": "0.51.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Azure Portal Core library",
"license": "MIT",
Expand Down
20 changes: 20 additions & 0 deletions packages/typespec-azure-resource-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log - @azure-tools/typespec-azure-resource-manager

## 0.51.0

### Bug Fixes

- [#2178](https://github.com/Azure/typespec-azure/pull/2178) Fixing `etag` property name on common-types from `eTag` to `etag`.
- [#2077](https://github.com/Azure/typespec-azure/pull/2077) Fix provider name not being replaced in the route when using `ArmProviderActionSync` or `ArmProviderActionAsync` operation.
- [#2085](https://github.com/Azure/typespec-azure/pull/2085) Exclude template instances from the `no-response-body` rule.
- [#2185](https://github.com/Azure/typespec-azure/pull/2185) Fix common-types privatelink typo in `@key("privateLinkResourcenName") from privateLinkResourcenName to privateLinkResourceName`

### Bump dependencies

- [#2109](https://github.com/Azure/typespec-azure/pull/2109) Upgrade dependencies

### Features

- [#2091](https://github.com/Azure/typespec-azure/pull/2091) Add `@externalTypeRef` decorator, to been able to specify an external reference that should be used when emitting.
- [#2173](https://github.com/Azure/typespec-azure/pull/2173) Update versioning handling to use new mutator approach
- [#2094](https://github.com/Azure/typespec-azure/pull/2094) Use the `@identifiers` decorator to identify and utilize identifiers for `x-ms-identifiers`. Additionally, use the `@key` decorator to identify identifiers.


## 0.50.0

No changes, version bump only.
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-azure-resource-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-azure-resource-manager",
"version": "0.50.0",
"version": "0.51.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Azure Resource Manager library",
"homepage": "https://azure.github.io/typespec-azure",
Expand Down
7 changes: 7 additions & 0 deletions packages/typespec-azure-rulesets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @azure-tools/typespec-azure-rulesets

## 0.51.0

### Bump dependencies

- [#2109](https://github.com/Azure/typespec-azure/pull/2109) Upgrade dependencies


## 0.50.0

No changes, version bump only.
Expand Down
Loading

0 comments on commit 7db5549

Please sign in to comment.