Skip to content

Commit

Permalink
Increment version for communication releases (#12567)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Nov 30, 2020
1 parent 1a60bdc commit 0aeb921
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions sdk/communication/communication-administration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-administration",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "SDK for Azure Communication service which facilitates user token administration.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/communication-common": "1.0.0-beta.3",
"@azure/communication-common": "1.0.0-beta.4",
"@azure/core-auth": "^1.1.3",
"@azure/core-http": "^1.2.0",
"@azure/core-lro": "^1.0.2",
Expand Down
3 changes: 3 additions & 0 deletions sdk/communication/communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.4 (Unreleased)


## 1.0.0-beta.3 (2020-11-16)

Updated `@azure/communication-chat` version.
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "1.0.0-beta.4",
"description": "Azure client library for Azure Communication Chat services",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/communication-common": "1.0.0-beta.3",
"@azure/communication-common": "1.0.0-beta.4",
"@azure/communication-signaling": "1.0.0-beta.1",
"@azure/core-auth": "^1.1.3",
"@azure/core-http": "^1.2.0",
Expand All @@ -77,7 +77,7 @@
"@azure/core-paging": "^1.1.1"
},
"devDependencies": {
"@azure/communication-administration": "1.0.0-beta.3",
"@azure/communication-administration": "1.0.0-beta.4",
"@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: 3 additions & 0 deletions sdk/communication/communication-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.4 (Unreleased)


## 1.0.0-beta.3 (2020-11-16)

Updated `@azure/communication-common` version.
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-common",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "Common package for Azure Communication services.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions sdk/communication/communication-sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.4 (Unreleased)


## 1.0.0-beta.3 (2020-11-16)

Updated `@azure/communication-sms` version.
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "1.0.0-beta.4",
"description": "SDK for Azure Communication SMS service which facilitates the sending of SMS messages.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/communication-common": "1.0.0-beta.3",
"@azure/communication-common": "1.0.0-beta.4",
"@azure/core-auth": "^1.1.3",
"@azure/core-http": "^1.2.0",
"@azure/core-tracing": "1.0.0-preview.9",
Expand Down

0 comments on commit 0aeb921

Please sign in to comment.