Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tion-library-for-js into windowlessConstructor
  • Loading branch information
shylasummers committed Oct 3, 2024
2 parents 483094c + ed4e1f3 commit bb83165
Show file tree
Hide file tree
Showing 32 changed files with 247 additions and 217 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Thu, 03 Oct 2024 00:40:42 GMT",
"version": "1.2.0",
"tag": "@azure/msal-node-extensions_v1.2.0",
"comments": {
"none": [
{
"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": "Thu, 19 Sep 2024 23:48:30 GMT",
"version": "1.2.0",
Expand Down
21 changes: 21 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Thu, 03 Oct 2024 00:40:42 GMT",
"version": "3.0.25",
"tag": "@azure/msal-angular_v3.0.25",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v3.25.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 19 Sep 2024 23:48:30 GMT",
"version": "3.0.24",
Expand Down
11 changes: 10 additions & 1 deletion lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @azure/msal-angular

This log was last generated on Thu, 19 Sep 2024 23:48:30 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.0.25

Thu, 03 Oct 2024 00:40:42 GMT

### Patches

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

## 3.0.24

Thu, 19 Sep 2024 23:48:30 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.0.24",
"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.24.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.24.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.0.24";
export const version = "3.0.25";
41 changes: 41 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Thu, 03 Oct 2024 00:40:42 GMT",
"version": "3.25.0",
"tag": "@azure/msal-browser_v3.25.0",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "704a8de9cc2d622534dee1a79dc19b0a8a52fe91",
"comment": "Replaced sinon with jest in all the msal-browser tests #7337"
}
],
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "704a8de9cc2d622534dee1a79dc19b0a8a52fe91",
"comment": "Mute no_server_response error when back navigation is detected #7342"
},
{
"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": "Thu, 19 Sep 2024 23:48:30 GMT",
"version": "3.24.0",
Expand Down
13 changes: 12 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @azure/msal-browser

This log was last generated on Thu, 19 Sep 2024 23:48:30 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.25.0

Thu, 03 Oct 2024 00:40:42 GMT

### Minor changes

- Mute no_server_response error when back navigation is detected #7342 ([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

## 3.24.0

Thu, 19 Sep 2024 23:48:30 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 @@ -1676,7 +1676,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.24.0";
export const version = "3.25.0";

// 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
2 changes: 1 addition & 1 deletion 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.24.0",
"version": "3.25.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
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.24.0";
export const version = "3.25.0";
33 changes: 33 additions & 0 deletions lib/msal-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@azure/msal-common",
"entries": [
{
"date": "Thu, 03 Oct 2024 00:40:42 GMT",
"version": "14.15.0",
"tag": "@azure/msal-common_v14.15.0",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "704a8de9cc2d622534dee1a79dc19b0a8a52fe91",
"comment": "Replaced sinon with jest in all the msal-common tests #7341"
},
{
"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, 19 Sep 2024 23:48:30 GMT",
"version": "14.15.0",
Expand Down
35 changes: 35 additions & 0 deletions lib/msal-node/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@azure/msal-node",
"entries": [
{
"date": "Thu, 03 Oct 2024 00:40:42 GMT",
"version": "2.15.0",
"tag": "@azure/msal-node_v2.15.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-node",
"commit": "704a8de9cc2d622534dee1a79dc19b0a8a52fe91",
"comment": "Implemented functionality to skip the cache for MI when claims are provided #7207"
},
{
"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"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-node",
"commit": "704a8de9cc2d622534dee1a79dc19b0a8a52fe91",
"comment": "Allow POP Params for brokered requests"
}
]
}
},
{
"date": "Thu, 19 Sep 2024 23:48:30 GMT",
"version": "2.14.0",
Expand Down
16 changes: 15 additions & 1 deletion lib/msal-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Change Log - @azure/msal-node

This log was last generated on Thu, 19 Sep 2024 23:48:30 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 -->

## 2.15.0

Thu, 03 Oct 2024 00:40:42 GMT

### Minor changes

- Implemented functionality to skip the cache for MI when claims are provided #7207 ([email protected])
- Bump eslint-config-msal to v0.0.0
- Bump rollup-msal to v0.0.0

### Patches

- Allow POP Params for brokered requests ([email protected])

## 2.14.0

Thu, 19 Sep 2024 23:48:30 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-node/apiReview/msal-node.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ export { ValidCacheType }
// 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 = "2.14.0";
export const version = "2.15.0";

// Warnings were encountered during analysis:
//
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@azure/msal-node",
"version": "2.14.0",
"version": "2.15.0",
"author": {
"name": "Microsoft",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-node/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";
export const version = "2.14.0";
export const version = "2.15.0";
21 changes: 21 additions & 0 deletions lib/msal-react/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-react",
"entries": [
{
"date": "Thu, 03 Oct 2024 00:40:42 GMT",
"version": "2.1.1",
"tag": "@azure/msal-react_v2.1.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-react",
"comment": "Bump @azure/msal-browser to v3.25.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-react",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 19 Sep 2024 23:48:30 GMT",
"version": "2.1.0",
Expand Down
Loading

0 comments on commit bb83165

Please sign in to comment.