Skip to content

Commit

Permalink
Revert "Bump package versions" (#7382)
Browse files Browse the repository at this point in the history
This reverts commit fdc7141.
  • Loading branch information
konstantin-msft authored Oct 16, 2024
1 parent fdc7141 commit 278647a
Show file tree
Hide file tree
Showing 31 changed files with 56 additions and 271 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Make clear synchronous for msal.node",
"packageName": "@azure/msal-common",
"email": "[email protected]",
"dependentChangeType": "minor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Make clear synchronous",
"packageName": "@azure/msal-node",
"email": "[email protected]",
"dependentChangeType": "minor"
}
27 changes: 0 additions & 27 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,6 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Tue, 15 Oct 2024 14:34:01 GMT",
"version": "1.4.0",
"tag": "@azure/msal-node-extensions_v1.4.0",
"comments": {
"minor": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v14.16.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump rollup-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 16:51:05 GMT",
"version": "1.3.0",
Expand Down
12 changes: 1 addition & 11 deletions extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
# Change Log - @azure/msal-node-extensions

This log was last generated on Tue, 15 Oct 2024 14:34:01 GMT and should not be manually modified.
This log was last generated on Tue, 08 Oct 2024 16:51:05 GMT and should not be manually modified.

<!-- Start content -->

## 1.4.0

Tue, 15 Oct 2024 14:34:01 GMT

### Minor changes

- Bump @azure/msal-common to v14.16.0
- Bump eslint-config-msal to v0.0.0
- Bump rollup-msal to v0.0.0

## 1.3.0

Tue, 08 Oct 2024 16:51:05 GMT
Expand Down
4 changes: 2 additions & 2 deletions extensions/msal-node-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-node-extensions",
"version": "1.4.0",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@azure/msal-common": "14.16.0",
"@azure/msal-common": "14.15.0",
"@azure/msal-node-runtime": "^0.17.1",
"keytar": "^7.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/msal-node-extensions/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-node-extensions";
export const version = "1.4.0";
export const version = "1.3.0";
21 changes: 0 additions & 21 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Tue, 15 Oct 2024 14:34:01 GMT",
"version": "3.1.0",
"tag": "@azure/msal-angular_v3.1.0",
"comments": {
"minor": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v3.27.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 03 Oct 2024 00:40:42 GMT",
"version": "3.0.25",
Expand Down
11 changes: 1 addition & 10 deletions lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
# Change Log - @azure/msal-angular

This log was last generated on Tue, 15 Oct 2024 14:34:01 GMT and should not be manually modified.
This log was last generated on Thu, 03 Oct 2024 00:40:42 GMT and should not be manually modified.

<!-- Start content -->

## 3.1.0

Tue, 15 Oct 2024 14:34:01 GMT

### Minor changes

- Bump @azure/msal-browser to v3.27.0
- Bump eslint-config-msal to v0.0.0

## 3.0.25

Thu, 03 Oct 2024 00:40:42 GMT
Expand Down
6 changes: 3 additions & 3 deletions lib/msal-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-angular",
"version": "3.1.0",
"version": "3.0.25",
"author": {
"name": "Microsoft",
"email": "[email protected]",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@angular/platform-browser": "^15.1.4",
"@angular/platform-browser-dynamic": "^15.1.4",
"@angular/router": "^15.1.4",
"@azure/msal-browser": "^3.27.0",
"@azure/msal-browser": "^3.25.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -71,7 +71,7 @@
"zone.js": "~0.11.8"
},
"peerDependencies": {
"@azure/msal-browser": "^3.27.0",
"@azure/msal-browser": "^3.25.0",
"rxjs": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion lib/msal-angular/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-angular";
export const version = "3.1.0";
export const version = "3.0.25";
33 changes: 0 additions & 33 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,6 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Tue, 15 Oct 2024 14:34:01 GMT",
"version": "3.27.0",
"tag": "@azure/msal-browser_v3.27.0",
"comments": {
"minor": [
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v14.16.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump msal-test-utils to v0.0.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump rollup-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 20:45:26 GMT",
"version": "3.26.1",
Expand Down
13 changes: 1 addition & 12 deletions lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
# Change Log - @azure/msal-browser

This log was last generated on Tue, 15 Oct 2024 14:34:01 GMT and should not be manually modified.
This log was last generated on Tue, 08 Oct 2024 20:45:26 GMT and should not be manually modified.

<!-- Start content -->

## 3.27.0

Tue, 15 Oct 2024 14:34:01 GMT

### Minor changes

- Bump @azure/msal-common to v14.16.0
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1
- Bump rollup-msal to v0.0.0

## 3.26.1

Tue, 08 Oct 2024 20:45:26 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-browser/apiReview/msal-browser.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ const userCancelled = "user_cancelled";
// Warning: (ae-missing-release-tag) "version" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const version = "3.27.0";
export const version = "3.26.1";

// Warning: (ae-missing-release-tag) "WrapperSKU" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "WrapperSKU" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
Expand Down
4 changes: 2 additions & 2 deletions lib/msal-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "3.27.0",
"version": "3.26.1",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down Expand Up @@ -103,6 +103,6 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@azure/msal-common": "14.16.0"
"@azure/msal-common": "14.15.0"
}
}
2 changes: 1 addition & 1 deletion lib/msal-browser/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-browser";
export const version = "3.27.0";
export const version = "3.26.1";
33 changes: 0 additions & 33 deletions lib/msal-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,6 @@
{
"name": "@azure/msal-common",
"entries": [
{
"date": "Tue, 15 Oct 2024 14:34:01 GMT",
"version": "14.16.0",
"tag": "@azure/msal-common_v14.16.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "f0c5f0250741cfd673538ce51c19a345fdf9be75",
"comment": "Make clear synchronous for msal.node"
},
{
"author": "beachball",
"package": "@azure/msal-common",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-common",
"comment": "Bump msal-test-utils to v0.0.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-common",
"comment": "Bump rollup-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 03 Oct 2024 00:40:42 GMT",
"version": "14.15.0",
Expand Down
13 changes: 1 addition & 12 deletions lib/msal-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
# Change Log - @azure/msal-common

This log was last generated on Tue, 15 Oct 2024 14:34:01 GMT and should not be manually modified.
This log was last generated on Thu, 19 Sep 2024 23:48:30 GMT and should not be manually modified.

<!-- Start content -->

## 14.16.0

Tue, 15 Oct 2024 14:34:01 GMT

### Minor changes

- Make clear synchronous for msal.node ([email protected])
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1
- Bump rollup-msal to v0.0.0

## 14.15.0

Thu, 19 Sep 2024 23:48:30 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-common/apiReview/msal-common.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4144,7 +4144,7 @@ export type ValidCredentialType = IdTokenEntity | AccessTokenEntity | RefreshTok
// Warning: (ae-missing-release-tag) "version" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const version = "14.16.0";
export const version = "14.15.0";

// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "14.16.0",
"version": "14.15.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-common/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-common";
export const version = "14.16.0";
export const version = "14.15.0";
33 changes: 0 additions & 33 deletions lib/msal-node/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,6 @@
{
"name": "@azure/msal-node",
"entries": [
{
"date": "Tue, 15 Oct 2024 14:34:01 GMT",
"version": "2.16.0",
"tag": "@azure/msal-node_v2.16.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-node",
"commit": "f0c5f0250741cfd673538ce51c19a345fdf9be75",
"comment": "Make clear synchronous"
},
{
"author": "beachball",
"package": "@azure/msal-node",
"comment": "Bump @azure/msal-common to v14.16.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node",
"comment": "Bump rollup-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 08 Oct 2024 16:51:05 GMT",
"version": "2.15.0",
Expand Down
Loading

0 comments on commit 278647a

Please sign in to comment.