Skip to content

Commit

Permalink
Increment version for communication releases (#11538)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikMe authored Sep 29, 2020
1 parent c1fa49d commit 931539a
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 14 deletions.
3 changes: 3 additions & 0 deletions sdk/communication/communication-administration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.2 (Unreleased)


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

The Azure Communication Administration Client library contains code which facilitates user token administration.
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.1",
"version": "1.0.0-beta.2",
"description": "SDK for Azure Communication service which facilitates user token administration.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"sideEffects": false,
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"dependencies": {
"@azure/communication-common": "1.0.0-beta.1",
"@azure/communication-common": "1.0.0-beta.2",
"@azure/core-auth": "^1.1.3",
"@azure/core-http": "^1.1.6",
"@azure/core-paging": "^1.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import * as coreHttp from "@azure/core-http";

const packageName = "azure-communication-administration-identity";
const packageVersion = "1.0.0-beta.1";
const packageVersion = "1.0.0-beta.2";

export class GeneratedCommunicationIdentityClientContext extends coreHttp.ServiceClient {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-name: azure-communication-administration-identity
title: CommunicationIdentityConfigurationClient
override-client-name: GeneratedCommunicationIdentityClient
description: Communication identity configuration client
package-version: 1.0.0-beta.1
package-version: 1.0.0-beta.2
generate-metadata: false
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../src/communicationIdentity/generated
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.2 (Unreleased)


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

The first preview of the Azure Communication Chat Client has the following features:
Expand Down
8 changes: 4 additions & 4 deletions sdk/communication/communication-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@azure/communication-chat",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Azure client library for Azure Communication Chat services",
"sdk-type": "client",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
"types": "types/communication-chat.d.ts",
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:autorest": "autorest ./swagger/README.md --typescript --version=3.0.6267 --v3 --package-version=1.0.0-beta.1 && rushx format",
"build:autorest": "autorest ./swagger/README.md --typescript --version=3.0.6267 --v3 --package-version=1.0.0-beta.2 && rushx format",
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
"build:samples": "cd samples && tsc -p .",
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.1",
"@azure/communication-common": "1.0.0-beta.2",
"@azure/communication-signaling": "1.0.0-beta.1",
"@azure/core-auth": "^1.1.3",
"@azure/core-http": "^1.1.6",
Expand All @@ -77,7 +77,7 @@
"@azure/core-paging": "^1.1.1"
},
"devDependencies": {
"@azure/communication-administration": "1.0.0-beta.1",
"@azure/communication-administration": "1.0.0-beta.2",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/test-utils-recorder": "^1.0.0",
"@microsoft/api-extractor": "7.7.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
import { ChatApiClientOptionalParams } from "./models";

const packageName = "azure-communication-chat";
const packageVersion = "1.0.0-beta.1";
const packageVersion = "1.0.0-beta.2";

export class ChatApiClientContext extends coreHttp.ServiceClient {
endpoint: string;
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.2 (Unreleased)


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

The Azure Communication Common Client library contains common code such as the CommunicationUserCredential that is being used by other Azure Communication Services.
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.1",
"version": "1.0.0-beta.2",
"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.2 (Unreleased)


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

The first preview of the Azure Communication Sms Client has the following features:
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.0.0-beta.2",
"description": "SDK for Azure Communication SMS service which facilitates the sending of SMS messages.",
"sdk-type": "client",
"main": "dist/index.js",
Expand All @@ -12,7 +12,7 @@
"types": "types/communication-sms.d.ts",
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:autorest": "autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.1 && rushx format",
"build:autorest": "autorest ./swagger/README.md --typescript --v3 --package-version=1.0.0-beta.2 && rushx format",
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
"build:samples": "cd samples && tsc -p .",
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.1",
"@azure/communication-common": "1.0.0-beta.2",
"@azure/core-auth": "^1.1.3",
"@azure/core-http": "^1.1.6",
"@azure/core-tracing": "1.0.0-preview.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import * as coreHttp from "@azure/core-http";

const packageName = "azure-communication-sms";
const packageVersion = "1.0.0-beta.1";
const packageVersion = "1.0.0-beta.2";

export class SmsApiClientContext extends coreHttp.ServiceClient {
endpoint: string;
Expand Down

0 comments on commit 931539a

Please sign in to comment.