Skip to content

Commit f6e9153

Browse files
author
MSAL.js Release Automation
committed
Bump package versions
1 parent 3b9c4f3 commit f6e9153

10 files changed

+84
-26
lines changed

change/@azure-msal-browser-993190c0-4218-44e8-bb72-1cca34039657.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@azure-msal-browser-abd084f2-52c9-4078-b44c-5680a1e2f431.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@azure-msal-node-0b261ae5-3f99-43b5-b087-db1df2648195.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

lib/msal-browser/CHANGELOG.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Tue, 14 Jan 2025 22:59:33 GMT",
6+
"version": "3.28.1",
7+
"tag": "@azure/msal-browser_v3.28.1",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "dasau@microsoft.com",
12+
"package": "@azure/msal-browser",
13+
"commit": "3b9c4f30d0ca132e22b7f0d756ececbd9be89e63",
14+
"comment": "Add test for JS Runtime NAA scenario (#7477)"
15+
}
16+
],
17+
"patch": [
18+
{
19+
"author": "dasau@microsoft.com",
20+
"package": "@azure/msal-browser",
21+
"commit": "3b9c4f30d0ca132e22b7f0d756ececbd9be89e63",
22+
"comment": "Fix unhandled exception in NAA JS Runtime scenario (#7475)"
23+
},
24+
{
25+
"author": "beachball",
26+
"package": "@azure/msal-browser",
27+
"comment": "Bump eslint-config-msal to v0.0.0",
28+
"commit": "not available"
29+
},
30+
{
31+
"author": "beachball",
32+
"package": "@azure/msal-browser",
33+
"comment": "Bump msal-test-utils to v0.0.1",
34+
"commit": "not available"
35+
},
36+
{
37+
"author": "beachball",
38+
"package": "@azure/msal-browser",
39+
"comment": "Bump rollup-msal to v0.0.0",
40+
"commit": "not available"
41+
}
42+
]
43+
}
44+
},
445
{
546
"date": "Thu, 12 Dec 2024 19:24:54 GMT",
647
"version": "3.28.0",

lib/msal-browser/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# Change Log - @azure/msal-browser
22

3-
This log was last generated on Thu, 12 Dec 2024 19:24:54 GMT and should not be manually modified.
3+
This log was last generated on Tue, 14 Jan 2025 22:59:33 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 3.28.1
8+
9+
Tue, 14 Jan 2025 22:59:33 GMT
10+
11+
### Patches
12+
13+
- Fix unhandled exception in NAA JS Runtime scenario (#7475) (dasau@microsoft.com)
14+
- Bump eslint-config-msal to v0.0.0
15+
- Bump msal-test-utils to v0.0.1
16+
- Bump rollup-msal to v0.0.0
17+
718
## 3.28.0
819

920
Thu, 12 Dec 2024 19:24:54 GMT

lib/msal-browser/apiReview/msal-browser.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ const userCancelled = "user_cancelled";
17481748
// 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)
17491749
//
17501750
// @public (undocumented)
1751-
export const version = "3.28.0";
1751+
export const version = "3.28.1";
17521752

17531753
// 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)
17541754
// 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)

lib/msal-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
1212
},
13-
"version": "3.28.0",
13+
"version": "3.28.1",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* eslint-disable header/header */
22
export const name = "@azure/msal-browser";
3-
export const version = "3.28.0";
3+
export const version = "3.28.1";

lib/msal-node/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@azure/msal-node",
33
"entries": [
4+
{
5+
"date": "Tue, 14 Jan 2025 22:59:33 GMT",
6+
"version": "2.16.2",
7+
"tag": "@azure/msal-node_v2.16.2",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "rginsburg@microsoft.com",
12+
"package": "@azure/msal-node",
13+
"commit": "3b9c4f30d0ca132e22b7f0d756ececbd9be89e63",
14+
"comment": "Fixed file extentions on imports. Added MS license to all files. (#7454)"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-node",
19+
"comment": "Bump eslint-config-msal to v0.0.0",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@azure/msal-node",
25+
"comment": "Bump rollup-msal to v0.0.0",
26+
"commit": "not available"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Tue, 19 Nov 2024 17:21:57 GMT",
633
"version": "2.16.2",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)