Skip to content

Commit

Permalink
Increment version for core releases (Azure#15167)
Browse files Browse the repository at this point in the history
* Increment package version after release of azure-core-rest-pipeline

* Increment package version after release of azure-core-client

* Update pnpm-lock.yaml

Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com>
  • Loading branch information
azure-sdk and jeremymeng committed May 7, 2021
1 parent 55f3461 commit d286ddd
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 6 deletions.
23 changes: 20 additions & 3 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions sdk/core/core-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.1.2 (Unreleased)


## 1.1.1 (2021-05-06)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-client",
"version": "1.1.1",
"version": "1.1.2",
"description": "Core library for interfacing with AutoRest generated code",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
3 changes: 3 additions & 0 deletions sdk/core/core-rest-pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.1.0-beta.2 (Unreleased)


## 1.1.0-beta.1 (2021-05-06)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-rest-pipeline",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.1.0-beta.1";
export const SDK_VERSION: string = "1.1.0-beta.2";

0 comments on commit d286ddd

Please sign in to comment.