Skip to content

Commit

Permalink
Post release automated changes for core releases (#28908)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Mar 14, 2024
1 parent 48146b8 commit e718366
Show file tree
Hide file tree
Showing 25 changed files with 133 additions and 13 deletions.
10 changes: 10 additions & 0 deletions sdk/core/abort-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.1.0 (2024-03-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/abort-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/abort-controller",
"sdk-type": "client",
"version": "2.1.0",
"version": "2.1.1",
"description": "Microsoft Azure SDK for JavaScript - Aborter",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/core-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.7.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.7.0 (2024-03-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-auth",
"version": "1.7.0",
"version": "1.7.1",
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
"sdk-type": "client",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/core-client-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.3.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.0 (2024-03-12)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-client-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-rest/core-client",
"version": "1.3.0",
"version": "1.3.1",
"description": "Core library for interfacing with Azure Rest Clients",
"sdk-type": "client",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/core-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.9.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.9.0 (2024-03-12)

### Other Changes
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.9.0",
"version": "1.9.1",
"description": "Core library for interfacing with AutoRest generated code",
"sdk-type": "client",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/core-http-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.1.0 (2024-03-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-http-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-http-compat",
"version": "2.1.0",
"version": "2.1.1",
"description": "Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.",
"sdk-type": "client",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/core-paging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.6.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.6.0 (2024-03-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-paging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/core-paging",
"author": "Microsoft Corporation",
"sdk-type": "client",
"version": "1.6.0",
"version": "1.6.1",
"description": "Core types for paging async iterable iterators",
"type": "module",
"main": "./dist/commonjs/index.js",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/core-rest-pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.15.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.15.0 (2024-03-12)

### Bugs Fixed
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.15.0",
"version": "1.15.1",
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
"sdk-type": "client",
"type": "module",
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,6 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.15.0";
export const SDK_VERSION: string = "1.15.1";

export const DEFAULT_RETRY_POLICY_COUNT = 3;
10 changes: 10 additions & 0 deletions sdk/core/core-sse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.1.0 (2024-03-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-sse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-sse",
"version": "2.1.0",
"version": "2.1.1",
"description": "Implementation of the Server-sent events protocol for Node.js and browsers.",
"sdk-type": "client",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/core-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0 (2024-03-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-tracing",
"version": "1.1.0",
"version": "1.1.1",
"description": "Provides low-level interfaces and helper methods for tracing in Azure SDK",
"sdk-type": "client",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/core-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.8.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.8.0 (2024-03-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-util",
"version": "1.8.0",
"version": "1.8.1",
"description": "Core library for shared utility methods",
"sdk-type": "client",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/core-xml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.4.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.4.0 (2024-03-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-xml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-xml",
"version": "1.4.0",
"version": "1.4.1",
"description": "Core library for interacting with XML payloads",
"sdk-type": "client",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0 (2024-03-12)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/logger",
"sdk-type": "client",
"version": "1.1.0",
"version": "1.1.1",
"description": "Microsoft Azure SDK for JavaScript - Logger",
"type": "module",
"main": "./dist/commonjs/index.js",
Expand Down

0 comments on commit e718366

Please sign in to comment.