Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAL.js Release Automation committed Sep 17, 2024
1 parent 22d3070 commit fe1f5db
Show file tree
Hide file tree
Showing 34 changed files with 270 additions and 77 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Tue, 17 Sep 2024 14:29:18 GMT",
"version": "1.1.1",
"tag": "@azure/msal-node-extensions_v1.1.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v14.15.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 28 Aug 2024 23:06:01 GMT",
"version": "1.1.0",
Expand Down
11 changes: 10 additions & 1 deletion extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @azure/msal-node-extensions

This log was last generated on Tue, 23 Jul 2024 14:19:34 GMT and should not be manually modified.
This log was last generated on Tue, 17 Sep 2024 14:29:18 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.1

Tue, 17 Sep 2024 14:29:18 GMT

### Patches

- Bump @azure/msal-common to v14.15.0
- Bump eslint-config-msal to v0.0.0

## 1.1.0

Tue, 23 Jul 2024 14:19:34 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.1.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
Expand Down Expand Up @@ -58,7 +58,7 @@
]
},
"dependencies": {
"@azure/msal-common": "14.14.2",
"@azure/msal-common": "14.15.0",
"@azure/msal-node-runtime": "^0.13.6-alpha.0",
"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.1.0";
export const version = "1.1.1";
21 changes: 21 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Tue, 17 Sep 2024 14:29:18 GMT",
"version": "3.0.24",
"tag": "@azure/msal-angular_v3.0.24",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v3.24.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 28 Aug 2024 23:06:01 GMT",
"version": "3.0.23",
Expand Down
11 changes: 10 additions & 1 deletion lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @azure/msal-angular

This log was last generated on Tue, 23 Jul 2024 14:19:34 GMT and should not be manually modified.
This log was last generated on Tue, 17 Sep 2024 14:29:18 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.24

Tue, 17 Sep 2024 14:29:18 GMT

### Patches

- Bump @azure/msal-browser to v3.24.0
- Bump eslint-config-msal to v0.0.0

## 3.0.23

Tue, 23 Jul 2024 14:19:34 GMT
Expand Down
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": "3.0.23",
"version": "3.0.24",
"author": {
"name": "Microsoft",
"email": "nugetaad@microsoft.com",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@angular/platform-browser": "^15.1.4",
"@angular/platform-browser-dynamic": "^15.1.4",
"@angular/router": "^15.1.4",
"@azure/msal-browser": "^3.22.0",
"@azure/msal-browser": "^3.24.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -71,7 +71,7 @@
"zone.js": "~0.11.8"
},
"peerDependencies": {
"@azure/msal-browser": "^3.22.0",
"@azure/msal-browser": "^3.24.0",
"rxjs": "^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 = "3.0.23";
export const version = "3.0.24";
47 changes: 47 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,53 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Tue, 17 Sep 2024 14:29:17 GMT",
"version": "3.24.0",
"tag": "@azure/msal-browser_v3.24.0",
"comments": {
"patch": [
{
"author": "dasau@microsoft.com",
"package": "@azure/msal-browser",
"commit": "22d3070a860fc6b301589af9cefa0cecbb6f4e14",
"comment": "Add clientLibrary and clientLibraryVersion parameters to NAA Request (#7297)"
},
{
"author": "dasau@microsoft.com",
"package": "@azure/msal-browser",
"commit": "22d3070a860fc6b301589af9cefa0cecbb6f4e14",
"comment": "Add __initializeNestedAppAuth function for Nested App Auth (#7289)"
}
],
"minor": [
{
"author": "kshabelko@microsoft.com",
"package": "@azure/msal-browser",
"commit": "22d3070a860fc6b301589af9cefa0cecbb6f4e14",
"comment": "Add 'instance_aware' auth config param #7259"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v14.15.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump msal-test-utils to v0.0.1",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 03 Sep 2024 21:57:24 GMT",
"version": "3.23.0",
Expand Down
18 changes: 17 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Change Log - @azure/msal-browser

This log was last generated on Tue, 03 Sep 2024 21:57:24 GMT and should not be manually modified.
This log was last generated on Tue, 17 Sep 2024 14:29:17 GMT and should not be manually modified.

<!-- Start content -->

## 3.24.0

Tue, 17 Sep 2024 14:29:17 GMT

### Minor changes

- Add 'instance_aware' auth config param #7259 (kshabelko@microsoft.com)
- Bump @azure/msal-common to v14.15.0
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1

### Patches

- Add clientLibrary and clientLibraryVersion parameters to NAA Request (#7297) (dasau@microsoft.com)
- Add __initializeNestedAppAuth function for Nested App Auth (#7289) (dasau@microsoft.com)

## 3.23.0

Tue, 03 Sep 2024 21:57:24 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-browser/apiReview/msal-browser.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ const userCancelled = "user_cancelled";
// 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)
//
// @public (undocumented)
export const version = "3.23.0";
export const version = "3.24.0";

// 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)
// 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)
Expand Down
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": "3.23.0",
"version": "3.24.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down Expand Up @@ -104,6 +104,6 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@azure/msal-common": "14.14.2"
"@azure/msal-common": "14.15.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 = "3.23.0";
export const version = "3.24.0";
27 changes: 27 additions & 0 deletions lib/msal-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@azure/msal-common",
"entries": [
{
"date": "Tue, 17 Sep 2024 14:29:17 GMT",
"version": "14.15.0",
"tag": "@azure/msal-common_v14.15.0",
"comments": {
"minor": [
{
"author": "kshabelko@microsoft.com",
"package": "@azure/msal-common",
"commit": "22d3070a860fc6b301589af9cefa0cecbb6f4e14",
"comment": "Add optional \"instanceAware\" config auth param #7259"
},
{
"author": "beachball",
"package": "@azure/msal-common",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-common",
"comment": "Bump msal-test-utils to v0.0.1",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 28 Aug 2024 23:06:01 GMT",
"version": "14.14.2",
Expand Down
12 changes: 11 additions & 1 deletion lib/msal-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @azure/msal-common

This log was last generated on Wed, 28 Aug 2024 23:06:01 GMT and should not be manually modified.
This log was last generated on Tue, 17 Sep 2024 14:29:17 GMT and should not be manually modified.

<!-- Start content -->

## 14.15.0

Tue, 17 Sep 2024 14:29:17 GMT

### Minor changes

- Add optional "instanceAware" config auth param #7259 (kshabelko@microsoft.com)
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1

## 14.14.2

Wed, 28 Aug 2024 23:06:01 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-common/apiReview/msal-common.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4147,7 +4147,7 @@ export type ValidCredentialType = IdTokenEntity | AccessTokenEntity | RefreshTok
// 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)
//
// @public (undocumented)
export const version = "14.14.2";
export const version = "14.15.0";

// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
Expand Down
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": "14.14.2",
"version": "14.15.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-common/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-common";
export const version = "14.14.2";
export const version = "14.15.0";
Loading

0 comments on commit fe1f5db

Please sign in to comment.