Skip to content

Commit 0b5bd39

Browse files
author
MSAL.js Release Automation
committed
Bump package versions
1 parent 90b28e7 commit 0b5bd39

7 files changed

+49
-12
lines changed

change/@azure-msal-browser-9d91d98c-6f07-4b77-82de-04f44892ba16.json

-7
This file was deleted.

lib/msal-browser/CHANGELOG.json

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Wed, 26 Mar 2025 17:56:52 GMT",
6+
"version": "4.9.1",
7+
"tag": "@azure/msal-browser_v4.9.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-browser",
13+
"commit": "90b28e7d5df871fee6ccd85feebfd8c1cc7ebae7",
14+
"comment": "remove EAR override"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-browser",
19+
"comment": "Bump eslint-config-msal to v0.0.0",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@azure/msal-browser",
25+
"comment": "Bump msal-test-utils to v0.0.1",
26+
"commit": "not available"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@azure/msal-browser",
31+
"comment": "Bump rollup-msal to v0.0.0",
32+
"commit": "not available"
33+
}
34+
]
35+
}
36+
},
437
{
538
"date": "Tue, 25 Mar 2025 22:29:34 GMT",
639
"version": "4.9.0",

lib/msal-browser/CHANGELOG.md

+12-1
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 Tue, 25 Mar 2025 22:29:34 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 26 Mar 2025 17:56:52 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 4.9.1
8+
9+
Wed, 26 Mar 2025 17:56:52 GMT
10+
11+
### Patches
12+
13+
- remove EAR override ([email protected])
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
## 4.9.0
819

920
Tue, 25 Mar 2025 22:29:34 GMT

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ const userCancelled = "user_cancelled";
17551755
// 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)
17561756
//
17571757
// @public (undocumented)
1758-
export const version = "4.9.0";
1758+
export const version = "4.9.1";
17591759

17601760
// 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)
17611761
// 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

+1-1
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": "4.9.0",
13+
"version": "4.9.1",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",
+1-1
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 = "4.9.0";
3+
export const version = "4.9.1";

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)