Skip to content

Commit

Permalink
May 2023 LTS Release (#5956)
Browse files Browse the repository at this point in the history
This PR:
- Bumps LTS package versions
  • Loading branch information
hectormmg authored May 1, 2023
1 parent 38c29bd commit 7360057
Show file tree
Hide file tree
Showing 37 changed files with 250 additions and 78 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.

7 changes: 0 additions & 7 deletions change/msal-dc1e9ed0-d320-43bb-9b1b-a916b82acb68.json

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": "Mon, 01 May 2023 20:47:42 GMT",
"tag": "@azure/msal-node-extensions_v1.0.0-alpha.33",
"version": "1.0.0-alpha.33",
"comments": {
"prerelease": [
{
"author": "thomas.norling@microsoft.com",
"package": "@azure/msal-node-extensions",
"commit": "b7e8f3ee815056b55e30bcfb92d436f024e515f5",
"comment": "Update token expiry"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v13.0.0",
"commit": "38c29bdb23f75989f9b1efcdd038e28586370fb0"
}
]
}
},
{
"date": "Mon, 03 Apr 2023 21:29:32 GMT",
"tag": "@azure/msal-node-extensions_v1.0.0-alpha.32",
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 Mon, 03 Apr 2023 21:29:32 GMT and should not be manually modified.
This log was last generated on Mon, 01 May 2023 20:47:42 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.33

Mon, 01 May 2023 20:47:42 GMT

### Changes

- Update token expiry (thomas.norling@microsoft.com)
- Bump @azure/msal-common to v13.0.0

## 1.0.0-alpha.32

Mon, 03 Apr 2023 21:29:32 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.0.0-alpha.32",
"version": "1.0.0-alpha.33",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
Expand Down Expand Up @@ -51,7 +51,7 @@
]
},
"dependencies": {
"@azure/msal-common": "^12.0.0",
"@azure/msal-common": "13.0.0",
"@azure/msal-node-runtime": "^0.13.6-alpha.0",
"keytar": "^7.8.0",
"node-addon-api": "^6.0.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.0.0-alpha.32";
export const version = "1.0.0-alpha.33";
15 changes: 15 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Mon, 01 May 2023 20:47:44 GMT",
"tag": "@azure/msal-angular_v2.5.6",
"version": "2.5.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v2.36.0",
"commit": "38c29bdb23f75989f9b1efcdd038e28586370fb0"
}
]
}
},
{
"date": "Mon, 03 Apr 2023 21:29:32 GMT",
"tag": "@azure/msal-angular_v2.5.5",
Expand Down
10 changes: 9 additions & 1 deletion lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @azure/msal-angular

This log was last generated on Mon, 03 Apr 2023 21:29:32 GMT and should not be manually modified.
This log was last generated on Mon, 01 May 2023 20:47:44 GMT and should not be manually modified.

<!-- Start content -->

## 2.5.6

Mon, 01 May 2023 20:47:44 GMT

### Patches

- Bump @azure/msal-browser to v2.36.0

## 2.5.5

Mon, 03 Apr 2023 21:29:32 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": "2.5.5",
"version": "2.5.6",
"author": {
"name": "Microsoft",
"email": "nugetaad@microsoft.com",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@angular/platform-browser": "~11.2.12",
"@angular/platform-browser-dynamic": "~11.2.12",
"@angular/router": "~11.2.12",
"@azure/msal-browser": "^2.35.0",
"@azure/msal-browser": "^2.36.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -69,7 +69,7 @@
"zone.js": "~0.10.3"
},
"peerDependencies": {
"@azure/msal-browser": "^2.35.0",
"@azure/msal-browser": "^2.36.0",
"rxjs": "^6.0.0 || ^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 = "2.5.5";
export const version = "2.5.6";
29 changes: 29 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Mon, 01 May 2023 20:47:44 GMT",
"tag": "@azure/msal-browser_v2.36.0",
"version": "2.36.0",
"comments": {
"patch": [
{
"author": "thomas.norling@microsoft.com",
"package": "@azure/msal-browser",
"commit": "f25c33932ea9a4d86fd39285e8d1afa26f72fb87",
"comment": "Fix missing idToken in response after refresh #5870"
}
],
"minor": [
{
"author": "nicolas.zawada@gmail.com",
"package": "@azure/msal-browser",
"commit": "4f8de2948a094dbb5b022b764f54d67ff1c00f1c",
"comment": "Add temporaryCacheLocation to Cache Options #5725"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v13.0.0",
"commit": "38c29bdb23f75989f9b1efcdd038e28586370fb0"
}
]
}
},
{
"date": "Mon, 03 Apr 2023 21:29:32 GMT",
"tag": "@azure/msal-browser_v2.35.0",
Expand Down
15 changes: 14 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @azure/msal-browser

This log was last generated on Mon, 03 Apr 2023 21:29:32 GMT and should not be manually modified.
This log was last generated on Mon, 01 May 2023 20:47:44 GMT and should not be manually modified.

<!-- Start content -->

## 2.36.0

Mon, 01 May 2023 20:47:44 GMT

### Minor changes

- Add temporaryCacheLocation to Cache Options #5725 (nicolas.zawada@gmail.com)
- Bump @azure/msal-common to v13.0.0

### Patches

- Fix missing idToken in response after refresh #5870 (thomas.norling@microsoft.com)

## 2.35.0

Mon, 03 Apr 2023 21:29:32 GMT
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": "2.35.0",
"version": "2.36.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down Expand Up @@ -90,6 +90,6 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@azure/msal-common": "^12.0.0"
"@azure/msal-common": "13.0.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 = "2.35.0";
export const version = "2.36.0";
29 changes: 29 additions & 0 deletions lib/msal-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@azure/msal-common",
"entries": [
{
"date": "Mon, 01 May 2023 20:47:41 GMT",
"tag": "@azure/msal-common_v13.0.0",
"version": "13.0.0",
"comments": {
"major": [
{
"author": "sameera.gajjarapu@microsoft.com",
"package": "@azure/msal-common",
"commit": "4ba37f441c75bb5e0638dbc2c4df04adbda2eb02",
"comment": "Add CIAM Authority Support(#5865)"
}
],
"patch": [
{
"author": "sameera.gajjarapu@microsoft.com",
"package": "@azure/msal-common",
"commit": "38c29bdb23f75989f9b1efcdd038e28586370fb0",
"comment": "Fix bugs in CIAM Authority Support (#5917)"
},
{
"author": "sameera.gajjarapu@microsoft.com",
"package": "@azure/msal-common",
"commit": "9fc8ec7d5318f6da827f755b7f7132bbddbf4a28",
"comment": "Update polycheck version (#5901)"
}
]
}
},
{
"date": "Mon, 03 Apr 2023 21:29:31 GMT",
"tag": "@azure/msal-common_v12.0.0",
Expand Down
15 changes: 14 additions & 1 deletion lib/msal-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @azure/msal-common

This log was last generated on Mon, 03 Apr 2023 21:29:31 GMT and should not be manually modified.
This log was last generated on Mon, 01 May 2023 20:47:41 GMT and should not be manually modified.

<!-- Start content -->

## 13.0.0

Mon, 01 May 2023 20:47:41 GMT

### Major changes

- Add CIAM Authority Support(#5865) (sameera.gajjarapu@microsoft.com)

### Patches

- Fix bugs in CIAM Authority Support (#5917) (sameera.gajjarapu@microsoft.com)
- Update polycheck version (#5901) (sameera.gajjarapu@microsoft.com)

## 12.0.0

Mon, 03 Apr 2023 21:29:31 GMT
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": "12.0.0",
"version": "13.0.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 = "12.0.0";
export const version = "13.0.0";
15 changes: 15 additions & 0 deletions lib/msal-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "msal",
"entries": [
{
"date": "Mon, 01 May 2023 20:47:42 GMT",
"tag": "msal_v1.4.18",
"version": "1.4.18",
"comments": {
"patch": [
{
"author": "sameera.gajjarapu@microsoft.com",
"package": "msal",
"commit": "9fc8ec7d5318f6da827f755b7f7132bbddbf4a28",
"comment": "Update polycheck version, rename Blacklist params (#5901)"
}
]
}
},
{
"date": "Mon, 09 Jan 2023 22:44:58 GMT",
"tag": "msal_v1.4.17",
Expand Down
10 changes: 9 additions & 1 deletion lib/msal-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - msal

This log was last generated on Mon, 01 Aug 2022 22:22:36 GMT and should not be manually modified.
This log was last generated on Mon, 01 May 2023 20:47:42 GMT and should not be manually modified.

<!-- Start content -->

## 1.4.18

Mon, 01 May 2023 20:47:42 GMT

### Patches

- Update polycheck version, rename Blacklist params (#5901) (sameera.gajjarapu@microsoft.com)

## 1.4.17

Mon, 01 Aug 2022 22:22:36 GMT
Expand Down
Loading

0 comments on commit 7360057

Please sign in to comment.