Skip to content

Commit d286ddd

Browse files
Increment version for core releases (Azure#15167)
* 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>
1 parent 55f3461 commit d286ddd

File tree

6 files changed

+29
-6
lines changed

6 files changed

+29
-6
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 20 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/core/core-client/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.1.2 (Unreleased)
4+
5+
36
## 1.1.1 (2021-05-06)
47

58
### Features Added

sdk/core/core-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/core-client",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Core library for interfacing with AutoRest generated code",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/core/core-rest-pipeline/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.1.0-beta.2 (Unreleased)
4+
5+
36
## 1.1.0-beta.1 (2021-05-06)
47

58
### Features Added

sdk/core/core-rest-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/core-rest-pipeline",
3-
"version": "1.1.0-beta.1",
3+
"version": "1.1.0-beta.2",
44
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
55
"sdk-type": "client",
66
"main": "dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

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

0 commit comments

Comments
 (0)