Skip to content

Commit 7695631

Browse files
Increment version for core releases (Azure#15351)
* Increment package version after release of azure-core-rest-pipeline * Increment package version after release of azure-core-client * Update core-rest-pipeline beta dependencies to beta.3 Co-authored-by: Jeremy Meng <jeremy.ymeng@gmail.com>
1 parent ad09c27 commit 7695631

File tree

10 files changed

+26
-47
lines changed

10 files changed

+26
-47
lines changed

common/config/rush/common-versions.json

Lines changed: 13 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,8 @@
4545
// when there is a new beta version which is being maintained in the repo.
4646
// Remove "^12.4.1" when the storage-blob releases a stable version.
4747
// Add a new entry in case a new version is being tested through the perf tests (Example: "12.2.0").
48-
"@azure/storage-blob": [
49-
"^12.4.1"
50-
],
51-
"@azure/ms-rest-js": [
52-
"^2.0.0"
53-
],
48+
"@azure/storage-blob": ["^12.4.1"],
49+
"@azure/ms-rest-js": ["^2.0.0"],
5450
/**
5551
* For example, allow some projects to use an older TypeScript compiler
5652
* (in addition to whatever "usual" version is being used by other projects in the repo):
@@ -59,48 +55,25 @@
5955
// "~2.4.0"
6056
// ]
6157
// Following is required to allow for backward compatibility with Event Processor Host Track 1
62-
"@azure/event-hubs": [
63-
"^2.1.4"
64-
],
65-
"@opentelemetry/api": [
66-
"^0.18.1"
67-
],
58+
"@azure/event-hubs": ["^2.1.4"],
59+
"@opentelemetry/api": ["^0.18.1"],
6860
// Monitor: Allow node 10 types until Timeout / Timer conflict is resolved in OpenTelemetry repo
6961
// TODO: remove when released https://github.com/open-telemetry/opentelemetry-js/pull/1352
7062
// eslint v7.15 needs node v10.12
71-
"@types/node": [
72-
"^10.0.0",
73-
"^10.12.0"
74-
],
63+
"@types/node": ["^10.0.0", "^10.12.0"],
7564
// @azure/test-utils-perfstress should depend on lowest version of @azure/core-http for maximum compatibility, allowing test
7665
// projects to choose a higher version if desired.
77-
"@azure/core-http": [
78-
"^1.0.0"
79-
],
80-
// @azure/container-registry is using the beta.1 version for CAE support
81-
"@azure/core-rest-pipeline": [
82-
"1.1.0-beta.2"
83-
],
66+
"@azure/core-http": ["^1.0.0"],
67+
// @azure/container-registry is using the beta version for CAE support
68+
"@azure/core-rest-pipeline": ["1.1.0-beta.3"],
8469
// @azure/event-processor-host is on a much lower major version
85-
"@azure/ms-rest-nodeauth": [
86-
"^0.9.2"
87-
],
70+
"@azure/ms-rest-nodeauth": ["^0.9.2"],
8871
// Idenity is moving from v1 to v2. Moving all packages to v2 is going to take a bit of time, in the mean time we could use v2 on the perf-identity tests.
89-
"@azure/identity": [
90-
"2.0.0-beta.3",
91-
"^1.1.0"
92-
],
72+
"@azure/identity": ["2.0.0-beta.3", "^1.1.0"],
9373
// App Config uses keyvault-secrets in a sample, switch to latest once the preview becomes GA
94-
"@azure/keyvault-secrets": [
95-
"^4.1.0",
96-
"^4.2.0-beta.4"
97-
],
74+
"@azure/keyvault-secrets": ["^4.1.0", "^4.2.0-beta.4"],
9875
// Issue #14771 tracks updating to these versions
99-
"@microsoft/api-extractor": [
100-
"7.13.2"
101-
],
102-
"prettier": [
103-
"2.2.1"
104-
]
76+
"@microsoft/api-extractor": ["7.13.2"],
77+
"prettier": ["2.2.1"]
10578
}
10679
}

sdk/confidentialledger/confidential-ledger-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@azure/core-auth": "^1.3.0",
8888
"@azure-rest/core-client": "1.0.0-beta.3",
89-
"@azure/core-rest-pipeline": "1.1.0-beta.2",
89+
"@azure/core-rest-pipeline": "1.1.0-beta.3",
9090
"@azure/logger": "^1.0.0",
9191
"tslib": "^2.0.0"
9292
},

sdk/containerregistry/container-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"dependencies": {
7777
"@azure/core-auth": "^1.3.0",
7878
"@azure/core-client": "^1.0.0",
79-
"@azure/core-rest-pipeline": "1.1.0-beta.2",
79+
"@azure/core-rest-pipeline": "1.1.0-beta.3",
8080
"@azure/core-paging": "^1.1.1",
8181
"@azure/core-tracing": "1.0.0-preview.11",
8282
"@azure/core-util": "^1.0.0-beta.1",

sdk/core-rest/core-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
6363
"dependencies": {
6464
"@azure/core-auth": "^1.3.0",
65-
"@azure/core-rest-pipeline": "1.1.0-beta.2",
65+
"@azure/core-rest-pipeline": "1.1.0-beta.3",
6666
"tslib": "^2.0.0"
6767
},
6868
"devDependencies": {

sdk/core/core-client/CHANGELOG.md

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

3+
## 1.1.3 (Unreleased)
4+
5+
36
## 1.1.2 (2021-05-20)
47

58
- Fixed an issue to check for the mandatory parameter in the header and query values. [PR 15278](https://github.com/Azure/azure-sdk-for-js/pull/15278)

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

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

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

3+
## 1.1.0-beta.3 (Unreleased)
4+
5+
36
## 1.1.0-beta.2 (2021-05-20)
47

58
- Fixed an issue to set the `Content-Length` header correctly when using multibyte characters. [PR 15314](https://github.com/Azure/azure-sdk-for-js/pull/15314)

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

sdk/core/perf-tests/core-rest-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "",
88
"license": "ISC",
99
"dependencies": {
10-
"@azure/core-rest-pipeline": "1.1.0-beta.2",
10+
"@azure/core-rest-pipeline": "1.1.0-beta.3",
1111
"@azure/core-auth": "^1.3.0",
1212
"@azure/test-utils-perfstress": "^1.0.0",
1313
"dotenv": "^8.2.0"

0 commit comments

Comments
 (0)