Skip to content

Commit

Permalink
MSAL JS LTS Release 08/24 (#6395)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalimasharda committed Aug 24, 2023
1 parent f85761c commit adc31ad
Show file tree
Hide file tree
Showing 31 changed files with 203 additions and 107 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Thu, 24 Aug 2023 18:23:26 GMT",
"tag": "@azure/msal-angular_v2.5.11",
"version": "2.5.11",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v2.38.2",
"commit": "f85761c09947826164c2ca1d60cc058f64b37885"
}
]
}
},
{
"date": "Mon, 07 Aug 2023 21:58:26 GMT",
"tag": "@azure/msal-angular_v2.5.10",
Expand Down
10 changes: 9 additions & 1 deletion lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @azure/msal-angular

This log was last generated on Mon, 07 Aug 2023 21:58:26 GMT and should not be manually modified.
This log was last generated on Thu, 24 Aug 2023 18:23:26 GMT and should not be manually modified.

<!-- Start content -->

## 2.5.11

Thu, 24 Aug 2023 18:23:26 GMT

### Patches

- Bump @azure/msal-browser to v2.38.2

## 2.5.10

Mon, 07 Aug 2023 21:58:26 GMT
Expand Down
36 changes: 18 additions & 18 deletions lib/msal-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.5.10",
"version": "2.5.11",
"author": {
"name": "Microsoft",
"email": "nugetaad@microsoft.com",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@angular/platform-browser": "~11.2.12",
"@angular/platform-browser-dynamic": "~11.2.12",
"@angular/router": "~11.2.12",
"@azure/msal-browser": "^2.38.1",
"@azure/msal-browser": "^2.38.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -69,7 +69,7 @@
"zone.js": "~0.10.3"
},
"peerDependencies": {
"@azure/msal-browser": "^2.38.1",
"@azure/msal-browser": "^2.38.2",
"rxjs": "^6.0.0 || ^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 = "2.5.10";
export const version = "2.5.11";
21 changes: 21 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Thu, 24 Aug 2023 18:23:25 GMT",
"tag": "@azure/msal-browser_v2.38.2",
"version": "2.38.2",
"comments": {
"patch": [
{
"author": "sameera.gajjarapu@microsoft.com",
"package": "@azure/msal-browser",
"commit": "f85761c09947826164c2ca1d60cc058f64b37885",
"comment": "Clear tokens and token keys for claims based ATs when `claimsBasedCachingEnabled` is set to `false` #6356"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v13.3.0",
"commit": "f85761c09947826164c2ca1d60cc058f64b37885"
}
]
}
},
{
"date": "Mon, 07 Aug 2023 21:58:26 GMT",
"tag": "@azure/msal-browser_v2.38.1",
Expand Down
11 changes: 10 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @azure/msal-browser

This log was last generated on Mon, 07 Aug 2023 21:58:26 GMT and should not be manually modified.
This log was last generated on Thu, 24 Aug 2023 18:23:25 GMT and should not be manually modified.

<!-- Start content -->

## 2.38.2

Thu, 24 Aug 2023 18:23:25 GMT

### Patches

- Clear tokens and token keys for claims based ATs when `claimsBasedCachingEnabled` is set to `false` #6356 (sameera.gajjarapu@microsoft.com)
- Bump @azure/msal-common to v13.3.0

## 2.38.1

Mon, 07 Aug 2023 21:58:26 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ npm install @azure/msal-browser

<!-- CDN_LATEST -->
```html
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.38.1/js/msal-browser.min.js"></script>
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.38.2/js/msal-browser.min.js"></script>
```

See [here](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/cdn-usage.md) for more info on how to use this package from the Microsoft CDN.
Expand Down
4 changes: 3 additions & 1 deletion lib/msal-browser/docs/cdn-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In addition to npm, `msal` can be consumed from Microsoft-hosted CDNs.

<!-- CDN_LATEST -->
```html
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.38.1/js/msal-browser.min.js"></script>
<script type="text/javascript" src="https://alcdn.msauth.net/browser/2.38.2/js/msal-browser.min.js"></script>
```

## Unminified builds
Expand Down Expand Up @@ -84,6 +84,8 @@ It is highly recommended to use SRI Hashes with CDN builds of MSAL.js to help se
<!-- SRI_TABLE_START -->
Version | Build | SRI Hash
------------ | ------------------- | ---------------------------
2.38.2 | msal-browser.js | `sha384-w1JTEXYuQ8yv5kbgnzl7d3T9Ed4fTKTyZnEeNnzs8FOaS3x2jQT0IeOQG/5hNLMo`
2.38.2 | msal-browser.min.js | `sha384-hhkHFODse2T75wPL7oJ0RZ+0CgRa74LNPhgx6wO6DMNEhU3/fSbTZdVzxsgyUelp`
2.38.1 | msal-browser.js | `sha384-jFRj382lbqHFE6dIBNx5t05Bqi5sTcu20g8fAe3kCshjziPWWVK+bBw6tELESCKi`
2.38.1 | msal-browser.min.js | `sha384-R+wLLONYXDy1SoHBdEDjMHWlX/SFBEPbEYP1Xy1cwm3qFwuIiL2TUWCp1VfmmAA1`
2.38.0 | msal-browser.js | `sha384-lgbqcLVY1nEDcnWK7TBwNPB0k+EdFUHkFgJ88TjFCKP/ipdBasieALRksCvnfj9Q`
Expand Down
18 changes: 9 additions & 9 deletions lib/msal-browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.38.1",
"version": "2.38.2",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down Expand Up @@ -90,6 +90,6 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@azure/msal-common": "13.2.1"
"@azure/msal-common": "13.3.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 = "2.38.1";
export const version = "2.38.2";
15 changes: 15 additions & 0 deletions lib/msal-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@azure/msal-common",
"entries": [
{
"date": "Thu, 24 Aug 2023 18:23:25 GMT",
"tag": "@azure/msal-common_v13.3.0",
"version": "13.3.0",
"comments": {
"minor": [
{
"author": "sameera.gajjarapu@microsoft.com",
"package": "@azure/msal-common",
"commit": "f85761c09947826164c2ca1d60cc058f64b37885",
"comment": "Clean up claims cached in tokens when claimsclaimsBasedCachingEnabled is set to false #6356"
}
]
}
},
{
"date": "Mon, 07 Aug 2023 21:58:26 GMT",
"tag": "@azure/msal-common_v13.2.1",
Expand Down
10 changes: 9 additions & 1 deletion lib/msal-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @azure/msal-common

This log was last generated on Mon, 07 Aug 2023 21:58:26 GMT and should not be manually modified.
This log was last generated on Thu, 24 Aug 2023 18:23:25 GMT and should not be manually modified.

<!-- Start content -->

## 13.3.0

Thu, 24 Aug 2023 18:23:25 GMT

### Minor changes

- Clean up claims cached in tokens when claimsclaimsBasedCachingEnabled is set to false #6356 (sameera.gajjarapu@microsoft.com)

## 13.2.1

Mon, 07 Aug 2023 21:58:26 GMT
Expand Down
4 changes: 2 additions & 2 deletions lib/msal-common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "13.2.1",
"version": "13.3.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
Loading

0 comments on commit adc31ad

Please sign in to comment.