Skip to content

Commit e52cdc6

Browse files
authored
Post release automated changes for core releases (Azure#22810)
* Post release automated changes for azure-core-auth * Post release automated changes for azure-core-rest-pipeline * Post release automated changes for azure-core-client * Post release automated changes for azure-core-http * Post release automated changes for azure-core-xml
1 parent e561bcb commit e52cdc6

File tree

12 files changed

+57
-7
lines changed

12 files changed

+57
-7
lines changed

sdk/core/core-auth/CHANGELOG.md

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

3+
## 1.4.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.4.0 (2022-08-04)
414

515
### Features Added

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

sdk/core/core-client/CHANGELOG.md

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

3+
## 1.6.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.6.1 (2022-08-04)
414

515

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.6.1",
3+
"version": "1.6.2",
44
"description": "Core library for interfacing with AutoRest generated code",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/core/core-http/CHANGELOG.md

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

3+
## 2.2.7 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.2.6 (2022-08-04)
414

515
### Other Changes

sdk/core/core-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/core-http",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "2.2.6",
5+
"version": "2.2.7",
66
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
77
"tags": [
88
"isomorphic",

sdk/core/core-http/src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Constants = {
77
/**
88
* The core-http version
99
*/
10-
coreHttpVersion: "2.2.6",
10+
coreHttpVersion: "2.2.7",
1111

1212
/**
1313
* Specifies HTTP.

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

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

3+
## 1.9.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.9.1 (2022-08-04)
414

515
### Bugs 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.9.1",
3+
"version": "1.9.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,6 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.9.1";
4+
export const SDK_VERSION: string = "1.9.2";
55

66
export const DEFAULT_RETRY_POLICY_COUNT = 3;

0 commit comments

Comments
 (0)