Skip to content

Commit 020a075

Browse files
azure-sdkmaorleger
andauthored
Increment version for core releases (Azure#16113)
* Increment package version after release of azure-core-tracing * Increment package version after release of azure-core-lro * Increment package version after release of azure-core-rest-pipeline * Run rush update Co-authored-by: Maor Leger <malege@microsoft.com>
1 parent d8407ad commit 020a075

File tree

8 files changed

+151
-66
lines changed

8 files changed

+151
-66
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/core/core-lro/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release History
22

3+
## 2.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 2.0.0 (2021-06-30)
415

516
### New Features

sdk/core/core-lro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/core-lro",
33
"author": "Microsoft Corporation",
44
"sdk-type": "client",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"description": "LRO Polling strategy for the Azure SDK in TypeScript",
77
"tags": [
88
"isomorphic",

sdk/core/core-rest-pipeline/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release History
22

3+
## 1.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 1.1.0 (2021-06-30)
415

516
### Fixed

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",
3+
"version": "1.1.1",
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";
4+
export const SDK_VERSION: string = "1.1.1";

sdk/core/core-tracing/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release History
22

3+
## 1.0.0-preview.13 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 1.0.0-preview.12 (2021-06-30)
415

516
- Update `@opentelemetry/api` to version 1.0.0 [PR #15883](https://github.com/Azure/azure-sdk-for-js/pull/15883)

sdk/core/core-tracing/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-tracing",
3-
"version": "1.0.0-preview.12",
3+
"version": "1.0.0-preview.13",
44
"description": "Provides low-level interfaces and helper methods for tracing in Azure SDK",
55
"sdk-type": "client",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)