Skip to content

Commit

Permalink
Updated versions for GA release
Browse files Browse the repository at this point in the history
  • Loading branch information
lsundaralingam committed Mar 24, 2021
1 parent d85bff4 commit eed7a98
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sdk/communication/communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.6 (Unreleased)
## 1.0.0 (2021-03-29)

### Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions sdk/communication/communication-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-chat",
"version": "1.0.0-beta.6",
"version": "1.0.0",
"description": "Azure client library for Azure Communication Chat services",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@azure/core-paging": "^1.1.1"
},
"devDependencies": {
"@azure/communication-identity": "1.0.0-beta.5",
"@azure/communication-identity": "1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/test-utils-recorder": "^1.0.0",
"@microsoft/api-extractor": "7.7.11",
Expand Down
3 changes: 2 additions & 1 deletion sdk/communication/communication-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.0.0-beta.6 (Unreleased)
## 1.0.0 (2021-03-29)

- Updated `@azure/communication-identity` version.

## 1.0.0-beta.5 (2021-03-09)

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-identity",
"version": "1.0.0-beta.6",
"version": "1.0.0",
"description": "SDK for Azure Communication service which facilitates user token administration.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-phone-numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0-beta.5 (2021-03-29)

### Breaking Changes

Expand Down
3 changes: 2 additions & 1 deletion sdk/communication/communication-sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0 (2021-03-29)

- Updated `@azure/communication-sms` version.

## 1.0.0-beta.4 (2020-03-09)

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-sms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-sms",
"version": "1.0.0-beta.5",
"version": "1.0.0",
"description": "SDK for Azure Communication SMS service which facilitates the sending of SMS messages.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down

0 comments on commit eed7a98

Please sign in to comment.