Skip to content

Commit

Permalink
Post release automated changes for communication releases (#23303)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-tools-communication-alpha-ids
  • Loading branch information
azure-sdk authored Sep 23, 2022
1 parent d8f56c3 commit 2e4fe65
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions sdk/communication/communication-alpha-ids/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2022-09-22)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-alpha-ids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/communication-alpha-ids",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "SDK for Azure Communication Services which facilitates Alpha IDs administration.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.0.0-beta.1";
export const SDK_VERSION: string = "1.0.0-beta.2";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```yaml
package-name: "@azure/communication-alpha-ids"
description: Alpha IDs administration client
package-version: 1.0.0-beta.1
package-version: 1.0.0-beta.2
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../src/generated
input-file: ./alphaids.json
Expand Down

0 comments on commit 2e4fe65

Please sign in to comment.