Skip to content

Commit b0bbfce

Browse files
azure-sdkJoshuaLai
andauthored
Increment version for communication releases (Azure#14216)
* Increment package version after release of azure-communication-common * Increment package version after release of azure-communication-phone-numbers * Increment package version after release of azure-communication-identity * Increment package version after release of azure-communication-sms * Increment package version after release of azure-communication-chat * Increment package version number Co-authored-by: Josh Lai <joshlai@microsoft.com>
1 parent 7e71194 commit b0bbfce

File tree

11 files changed

+55
-24
lines changed

11 files changed

+55
-24
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 35 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-chat/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.0-beta.6 (Unreleased)
4+
5+
36
## 1.0.0-beta.5 (2021-03-09)
47

58
### Breaking Changes

sdk/communication/communication-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/communication-chat",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "Azure client library for Azure Communication Chat services",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/communication/communication-common/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.0-beta.7 (Unreleased)
4+
5+
36
## 1.0.0-beta.6 (2021-03-09)
47

58
Updated `@azure/communication-common` version.

sdk/communication/communication-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/communication-common",
3-
"version": "1.0.0-beta.6",
3+
"version": "1.0.0-beta.7",
44
"description": "Common package for Azure Communication services.",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/communication/communication-identity/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.0-beta.6 (Unreleased)
4+
5+
36
## 1.0.0-beta.5 (2021-03-09)
47

58
### Breaking Changes

sdk/communication/communication-identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/communication-identity",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "SDK for Azure Communication service which facilitates user token administration.",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/communication/communication-phone-numbers/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.0-beta.5 (Unreleased)
4+
5+
36
## 1.0.0-beta.4 (2021-03-09)
47

58
The Azure Communication Phone Numbers Client library contains code which facilitates phone number management.

sdk/communication/communication-phone-numbers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/communication-phone-numbers",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "SDK for Azure Communication service which facilitates phone number management.",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/communication/communication-sms/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.0.0-beta.5 (Unreleased)
4+
5+
36
## 1.0.0-beta.4 (2020-03-09)
47

58
### Added

0 commit comments

Comments
 (0)