Skip to content

Commit a7a87cb

Browse files
Bump package versions (#5473)
Co-authored-by: lalimasharda <lalimasharda@users.noreply.github.com>
1 parent 295aef1 commit a7a87cb

File tree

4 files changed

+62
-4
lines changed

4 files changed

+62
-4
lines changed

CHANGELOG.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Mon, 09 Jan 2023 22:44:57 GMT",
6+
"tag": "@azure/msal-browser_v2.32.2",
7+
"version": "2.32.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "lalimasharda@microsoft.com",
12+
"package": "@azure/msal-browser",
13+
"commit": "0caefaa1ada3372f33fc0c07584f922855ceb1fb",
14+
"comment": "Export CryptoOps and NativeAuthError for internal use #5482"
15+
},
16+
{
17+
"author": "bmahal@microsoft.com",
18+
"package": "@azure/msal-browser",
19+
"commit": "5d768052d5de051f93068d7327b8d90bfebb8a91",
20+
"comment": "added http version changes #5211"
21+
},
22+
{
23+
"author": "bmahal@microsoft.com",
24+
"package": "@azure/msal-browser",
25+
"commit": "0db3780cd80f1b3853f8c993e50cf91a84cbf345",
26+
"comment": "fix typos #5531"
27+
},
28+
{
29+
"author": "bmahal@microsoft.com",
30+
"package": "@azure/msal-browser",
31+
"commit": "00d3fd949453e3f9dc3316cc0e913a84b9c2cfa2",
32+
"comment": "fix logger explicitly set to undefined error #5355 "
33+
},
34+
{
35+
"author": "kshabelko@microsoft.com",
36+
"package": "@azure/msal-browser",
37+
"commit": "0d1a3cd2bdd67ae4e361fc1504dfeb010bf2b98b",
38+
"comment": "Log number of accounts in trace mode. #5529"
39+
},
40+
{
41+
"author": "beachball",
42+
"package": "@azure/msal-browser",
43+
"comment": "Bump @azure/msal-common to v9.0.2",
44+
"commit": "1c8f7d7e2fde5d0b701f7eb5bd1866177a5f8794"
45+
}
46+
]
47+
}
48+
},
449
{
550
"date": "Wed, 07 Dec 2022 16:53:07 GMT",
651
"tag": "@azure/msal-browser_v2.32.1",

CHANGELOG.md

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

3-
This log was last generated on Wed, 07 Dec 2022 16:53:07 GMT and should not be manually modified.
3+
This log was last generated on Mon, 09 Jan 2023 22:44:57 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.32.2
8+
9+
Mon, 09 Jan 2023 22:44:57 GMT
10+
11+
### Patches
12+
13+
- Export CryptoOps and NativeAuthError for internal use #5482 (lalimasharda@microsoft.com)
14+
- added http version changes #5211 (bmahal@microsoft.com)
15+
- fix typos #5531 (bmahal@microsoft.com)
16+
- fix logger explicitly set to undefined error #5355 (bmahal@microsoft.com)
17+
- Log number of accounts in trace mode. #5529 (kshabelko@microsoft.com)
18+
- Bump @azure/msal-common to v9.0.2
19+
720
## 2.32.1
821

922
Wed, 07 Dec 2022 16:53:07 GMT

package.json

Lines changed: 2 additions & 2 deletions
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": "2.32.1",
13+
"version": "2.32.2",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",
@@ -90,6 +90,6 @@
9090
"typescript": "^3.8.3"
9191
},
9292
"dependencies": {
93-
"@azure/msal-common": "^9.0.1"
93+
"@azure/msal-common": "^9.0.2"
9494
}
9595
}

src/packageMetadata.ts

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 = "2.32.1";
3+
export const version = "2.32.2";

0 commit comments

Comments
 (0)