Increment version for tables releases (#12528)

Increment package version after release of azure-data-tables
This commit is contained in:
Azure SDK Bot 2020-11-12 18:58:00 -08:00 коммит произвёл GitHub
Родитель 88bedadc19
Коммит 13d712aaf8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,8 @@
# Release History
## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.3 (2020-11-12)
### Breaking Changes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure/data-tables",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "An isomorphic client library for the Azure Tables service.",
"sdk-type": "client",
"main": "dist/index.js",
@ -14,7 +14,7 @@
"types": "types/latest/data-tables.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 --package-version=1.0.0-beta.2 --version=3.0.6267 --v3=true",
"build:autorest": "autorest ./swagger/README.md --typescript --package-version=1.0.0-beta.4 --version=3.0.6267 --v3=true",
"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 .",

Просмотреть файл

@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
import { GeneratedClientOptionalParams } from "./models";
const packageName = "@azure/data-tables";
const packageVersion = "1.0.0-beta.3";
const packageVersion = "1.0.0-beta.4";
export class GeneratedClientContext extends coreHttp.ServiceClient {
url: string;

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export const SDK_VERSION: string = "1.0.0-beta.3";
export const SDK_VERSION: string = "1.0.0-beta.4";
export const LIB_INFO = `azsdk-js-data-tables/${SDK_VERSION}`;
export const HeaderConstants = {