Skip to content

Commit

Permalink
Merge branch 'dev' into angular19-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-arroyo authored Jan 15, 2025
2 parents 47b2cfb + 2b2ddb2 commit 4c0f2ac
Show file tree
Hide file tree
Showing 110 changed files with 1,161 additions and 778 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 33 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Wed, 15 Jan 2025 05:05:17 GMT",
"version": "1.5.1",
"tag": "@azure/msal-node-extensions_v1.5.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-node-extensions",
"commit": "f0802a137253a664b0ca6ec3749c2df79e0c6ddb",
"comment": "Update msal-common dependency"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v15.0.1",
"commit": "not available"
},
{
"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": "Tue, 19 Nov 2024 17:21:57 GMT",
"version": "1.5.0",
Expand Down
13 changes: 12 additions & 1 deletion extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @azure/msal-node-extensions

This log was last generated on Tue, 19 Nov 2024 17:21:57 GMT and should not be manually modified.
<!-- This log was last generated on Wed, 15 Jan 2025 05:05:17 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.5.1

Wed, 15 Jan 2025 05:05:17 GMT

### Patches

- Update msal-common dependency ([email protected])
- Bump @azure/msal-common to v15.0.1
- Bump eslint-config-msal to v0.0.0
- Bump rollup-msal to v0.0.0

## 1.5.0

Tue, 19 Nov 2024 17:21:57 GMT
Expand Down
4 changes: 2 additions & 2 deletions extensions/msal-node-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-node-extensions",
"version": "1.5.0",
"version": "1.5.1",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@azure/msal-common": "15.0.0",
"@azure/msal-common": "15.0.1",
"@azure/msal-node-runtime": "^0.17.1",
"keytar": "^7.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/msal-node-extensions/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-extensions";
export const version = "1.5.0";
export const version = "1.5.1";
35 changes: 35 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Wed, 15 Jan 2025 05:05:16 GMT",
"version": "4.0.1",
"tag": "@azure/msal-angular_v4.0.1",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@azure/msal-angular",
"commit": "f0802a137253a664b0ca6ec3749c2df79e0c6ddb",
"comment": "Bump react and angular to next major versions"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-angular",
"commit": "f0802a137253a664b0ca6ec3749c2df79e0c6ddb",
"comment": "Update msal-browser peer dependency to include v4"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v4.0.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 05 Nov 2024 18:58:46 GMT",
"version": "3.1.0",
Expand Down
12 changes: 11 additions & 1 deletion lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @azure/msal-angular

This log was last generated on Tue, 05 Nov 2024 18:58:46 GMT and should not be manually modified.
<!-- This log was last generated on Wed, 15 Jan 2025 05:05:16 GMT and should not be manually modified. -->

<!-- Start content -->

## 4.0.1

Wed, 15 Jan 2025 05:05:16 GMT

### Patches

- Update msal-browser peer dependency to include v4 ([email protected])
- Bump @azure/msal-browser to v4.0.1
- Bump eslint-config-msal to v0.0.0

## 3.1.0

Tue, 05 Nov 2024 18:58:46 GMT
Expand Down
Loading

0 comments on commit 4c0f2ac

Please sign in to comment.