Skip to content

Commit 13d712a

Browse files
authored
Increment version for tables releases (Azure#12528)
Increment package version after release of azure-data-tables
1 parent 88bedad commit 13d712a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

sdk/tables/data-tables/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.4 (Unreleased)
4+
5+
36
## 1.0.0-beta.3 (2020-11-12)
47

58
### Breaking Changes

sdk/tables/data-tables/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/data-tables",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "An isomorphic client library for the Azure Tables service.",
55
"sdk-type": "client",
66
"main": "dist/index.js",
@@ -14,7 +14,7 @@
1414
"types": "types/latest/data-tables.d.ts",
1515
"scripts": {
1616
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
17-
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=1.0.0-beta.2 --version=3.0.6267 --v3=true",
17+
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=1.0.0-beta.4 --version=3.0.6267 --v3=true",
1818
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
1919
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
2020
"build:samples": "cd samples && tsc -p .",

sdk/tables/data-tables/src/generated/generatedClientContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
1010
import { GeneratedClientOptionalParams } from "./models";
1111

1212
const packageName = "@azure/data-tables";
13-
const packageVersion = "1.0.0-beta.3";
13+
const packageVersion = "1.0.0-beta.4";
1414

1515
export class GeneratedClientContext extends coreHttp.ServiceClient {
1616
url: string;

sdk/tables/data-tables/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.0.0-beta.3";
4+
export const SDK_VERSION: string = "1.0.0-beta.4";
55
export const LIB_INFO = `azsdk-js-data-tables/${SDK_VERSION}`;
66

77
export const HeaderConstants = {

0 commit comments

Comments
 (0)