diff --git a/sdk/communication/communication-administration/CHANGELOG.md b/sdk/communication/communication-administration/CHANGELOG.md index afadab3e8aef..63312200c5c4 100644 --- a/sdk/communication/communication-administration/CHANGELOG.md +++ b/sdk/communication/communication-administration/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0-beta.3 (Unreleased) + + ## 1.0.0-beta.2 (2020-10-06) Added support for phone number administration. diff --git a/sdk/communication/communication-administration/package.json b/sdk/communication/communication-administration/package.json index 21ab83ff801c..0c58354e2605 100644 --- a/sdk/communication/communication-administration/package.json +++ b/sdk/communication/communication-administration/package.json @@ -1,6 +1,6 @@ { "name": "@azure/communication-administration", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "SDK for Azure Communication service which facilitates user token administration.", "sdk-type": "client", "main": "dist/index.js", diff --git a/sdk/communication/communication-chat/CHANGELOG.md b/sdk/communication/communication-chat/CHANGELOG.md index a2b5d807c7c3..8ca4ccd1c3e8 100644 --- a/sdk/communication/communication-chat/CHANGELOG.md +++ b/sdk/communication/communication-chat/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0-beta.3 (Unreleased) + + ## 1.0.0-beta.2 (2020-10-06) Updated `@azure/communication-chat` version diff --git a/sdk/communication/communication-chat/package.json b/sdk/communication/communication-chat/package.json index 12429dc8fbb4..1caa08bfe5e9 100644 --- a/sdk/communication/communication-chat/package.json +++ b/sdk/communication/communication-chat/package.json @@ -1,6 +1,6 @@ { "name": "@azure/communication-chat", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "Azure client library for Azure Communication Chat services", "sdk-type": "client", "main": "dist/index.js", @@ -21,7 +21,7 @@ "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", "integration-test:browser": "karma start --single-run", "integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace -t 300000 dist-esm/test/*.spec.js dist-esm/test/node/*.spec.js", - "integration-test": "npm run integration-test:node && npm run integration-test:browser", + "integration-test": "npm run integration-test:node && npm run integration-test:browser", "lint:fix": "eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", "lint": "eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o communication-chat-lintReport.html || exit 0", "pack": "npm pack 2>&1", diff --git a/sdk/communication/communication-common/CHANGELOG.md b/sdk/communication/communication-common/CHANGELOG.md index 59e86744292e..22f96f336ff1 100644 --- a/sdk/communication/communication-common/CHANGELOG.md +++ b/sdk/communication/communication-common/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0-beta.3 (Unreleased) + + ## 1.0.0-beta.2 (2020-10-06) Updated `@azure/communication-common` version diff --git a/sdk/communication/communication-common/package.json b/sdk/communication/communication-common/package.json index cf0b88f1d906..b1ea6a38296a 100644 --- a/sdk/communication/communication-common/package.json +++ b/sdk/communication/communication-common/package.json @@ -1,6 +1,6 @@ { "name": "@azure/communication-common", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "Common package for Azure Communication services.", "sdk-type": "client", "main": "dist/index.js", diff --git a/sdk/communication/communication-sms/CHANGELOG.md b/sdk/communication/communication-sms/CHANGELOG.md index e0a0999f9d52..e8cc6eb7bd02 100644 --- a/sdk/communication/communication-sms/CHANGELOG.md +++ b/sdk/communication/communication-sms/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0-beta.3 (Unreleased) + + ## 1.0.0-beta.2 (2020-10-06) Updated `@azure/communication-sms` version diff --git a/sdk/communication/communication-sms/package.json b/sdk/communication/communication-sms/package.json index 9f051d403874..4dc71a0c812a 100644 --- a/sdk/communication/communication-sms/package.json +++ b/sdk/communication/communication-sms/package.json @@ -1,6 +1,6 @@ { "name": "@azure/communication-sms", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "description": "SDK for Azure Communication SMS service which facilitates the sending of SMS messages.", "sdk-type": "client", "main": "dist/index.js",