Skip to content

Commit e1979e2

Browse files
authored
Post release automated changes for core releases (Azure#20196)
Post release automated changes for azure-core-xml
1 parent 83d3df0 commit e1979e2

File tree

15 files changed

+81
-12
lines changed

15 files changed

+81
-12
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/core/core-amqp/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+
## 3.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 3.1.0 (2022-02-03)
414

515
### Features Added

sdk/core/core-amqp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/core-amqp",
33
"sdk-type": "client",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"description": "Common library for amqp based azure sdks like @azure/event-hubs.",
66
"author": "Microsoft Corporation",
77
"license": "MIT",

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.5.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.5.0 (2022-02-03)
414

515
### 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.5.0",
3+
"version": "1.5.1",
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.5 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.2.4 (2022-02-03)
414

515
### Bugs Fixed

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.4",
5+
"version": "2.2.5",
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.4",
10+
coreHttpVersion: "2.2.5",
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.5.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.5.0 (2022-02-03)
414

515
### 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.5.0",
3+
"version": "1.5.1",
44
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
55
"sdk-type": "client",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)