Skip to content

Commit

Permalink
[core] Prepare packages for release (#31064)
Browse files Browse the repository at this point in the history
  • Loading branch information
maorleger authored Sep 10, 2024
1 parent 341d428 commit aa13c0c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdk/core/core-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.8.0 (Unreleased)
## 1.8.0 (2024-09-12)

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.17.0 (Unreleased)
## 1.17.0 (2024-09-12)

### Features Added

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.16.4";
export const SDK_VERSION: string = "1.17.0";

export const DEFAULT_RETRY_POLICY_COUNT = 3;
2 changes: 1 addition & 1 deletion sdk/core/core-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.9.3 (2024-09-12)
## 1.10.0 (2024-09-12)

### Features Added

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.9.3",
"version": "1.10.0",
"description": "Core library for shared utility methods",
"sdk-type": "client",
"type": "module",
Expand Down

0 comments on commit aa13c0c

Please sign in to comment.