Skip to content

Commit d937f7d

Browse files
konstantin-msftRelease Pipelinehectormmg
authored
Post-release PR (#6740)
Post-release PR --------- Co-authored-by: Release Pipeline <[email protected]> Co-authored-by: Hector Morales <[email protected]>
1 parent 392020b commit d937f7d

File tree

42 files changed

+372
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+372
-226
lines changed

.github/workflows/beachball-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
contents: read # for actions/checkout to fetch code
2121
pull-requests: read # for dorny/paths-filter to read pull requests
22-
if: github.actor != 'dependabot[bot]' && github.head_ref != 'release-staging' && !contains(github.head_ref, 'post-release')
22+
if: github.actor != 'dependabot[bot]' && github.head_ref != 'release-staging' && github.head_ref != '3p-release-staging' && !contains(github.head_ref, 'post-release')
2323
runs-on: ubuntu-latest
2424
env:
2525
BEACHBALL: 1
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ steps.filter.outputs.lib == 'true' }}
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: 18
45+
node-version: 18
4646

4747
- name: Install beachball
4848
if: ${{ steps.filter.outputs.lib == 'true' }}

change/@azure-msal-angular-152553c6-5f87-45e1-bc9b-81845909753e.json

-7
This file was deleted.

change/@azure-msal-browser-2c8dca0f-fa93-46bc-a10d-44949d92f839.json

-7
This file was deleted.

change/@azure-msal-browser-45977b18-a8cc-4719-9125-5abb433fef8c.json

-7
This file was deleted.

change/@azure-msal-browser-79eee614-ede9-45f3-b008-5fa2b8a7ecf3.json

-7
This file was deleted.

change/@azure-msal-browser-8cb5d434-71db-4a02-b2cc-dd7713e96e3d.json

-7
This file was deleted.

change/@azure-msal-browser-aaaeed43-6bc8-4ae5-a6f9-f491edebd304.json

-7
This file was deleted.

change/@azure-msal-browser-db4996d9-6369-4970-9033-6fe72b4e17a1.json

-7
This file was deleted.

change/@azure-msal-browser-fc538376-3a85-4f38-97a3-62beb4f8b12e.json

-7
This file was deleted.

change/@azure-msal-common-1115da03-5165-4bc2-aad2-aef6dea82100.json

-7
This file was deleted.

change/@azure-msal-common-56aaaf1b-8d93-4703-9d51-cab03b646fdf.json

-7
This file was deleted.

change/@azure-msal-common-8efe538a-488d-46f1-b1ea-f1bdea1ad4ae.json

-7
This file was deleted.

change/@azure-msal-node-7d7ba6ef-1ff9-4d1d-9b53-945fafd5eadd.json

-7
This file was deleted.

change/@azure-msal-node-92a2e589-8556-4d4c-8d36-f7375d161618.json

-7
This file was deleted.

change/@azure-msal-node-extensions-722e5b45-ed64-4565-b1dc-94c9eb65eed9.json

-7
This file was deleted.

change/@azure-msal-node-fd8922d0-15cd-4b36-b209-0810fd9a67d6.json

-7
This file was deleted.

change/@azure-msal-react-352fd85e-1cd7-4b70-9f9c-4489d9201826.json

-7
This file was deleted.

extensions/msal-node-extensions/CHANGELOG.json

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@azure/msal-node-extensions",
33
"entries": [
4+
{
5+
"date": "Fri, 01 Dec 2023 18:46:06 GMT",
6+
"version": "1.0.8",
7+
"tag": "@azure/msal-node-extensions_v1.0.8",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-node-extensions",
13+
"commit": "392020bee299d01d14db2907da0cab681a3fbdc3",
14+
"comment": "add Node 16 to engines"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-node-extensions",
19+
"comment": "Bump @azure/msal-common to v14.5.0",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 07 Nov 2023 00:01:50 GMT",
627
"version": "1.0.7",

extensions/msal-node-extensions/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @azure/msal-node-extensions
22

3-
This log was last generated on Tue, 07 Nov 2023 00:01:50 GMT and should not be manually modified.
3+
This log was last generated on Fri, 01 Dec 2023 18:46:06 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.0.8
8+
9+
Fri, 01 Dec 2023 18:46:06 GMT
10+
11+
### Patches
12+
13+
- add Node 16 to engines ([email protected])
14+
- Bump @azure/msal-common to v14.5.0
15+
716
## 1.0.7
817

918
Tue, 07 Nov 2023 00:01:50 GMT
+75-75
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
2-
"name": "@azure/msal-node-extensions",
3-
"version": "1.0.7",
4-
"repository": {
5-
"type": "git",
6-
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
2+
"name": "@azure/msal-node-extensions",
3+
"version": "1.0.8",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
7+
},
8+
"license": "MIT",
9+
"module": "dist/index.mjs",
10+
"types": "dist/index.d.ts",
11+
"exports": {
12+
".": {
13+
"types": "./dist/index.d.ts",
14+
"module": "./dist/index.mjs",
15+
"import": "./dist/index.mjs",
16+
"require": "./dist/index.cjs",
17+
"default": "./dist/index.mjs"
718
},
8-
"license": "MIT",
9-
"module": "dist/index.mjs",
10-
"types": "dist/index.d.ts",
11-
"exports": {
12-
".": {
13-
"types": "./dist/index.d.ts",
14-
"module": "./dist/index.mjs",
15-
"import": "./dist/index.mjs",
16-
"require": "./dist/index.cjs",
17-
"default": "./dist/index.mjs"
18-
},
19-
"./package.json": "./package.json"
20-
},
21-
"keywords": [
22-
"js",
23-
"ts",
24-
"node",
25-
"AAD",
26-
"msal",
27-
"extensions"
28-
],
29-
"files": [
30-
"dist",
31-
"bin"
32-
],
33-
"engines": {
34-
"node": "16 || 18 || 20"
35-
},
36-
"scripts": {
37-
"compile": "node-gyp rebuild",
38-
"clean": "shx rm -rf dist bin",
39-
"build": "npm run clean && rollup -c --strictDeprecations --bundleConfigAsCjs && node ./scripts/buildBinaries.cjs",
40-
"build:all": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-node-extensions",
41-
"test": "jest",
42-
"test:coverage": "jest --coverage",
43-
"lint": "eslint src --ext .ts",
44-
"lint:fix": "npm run lint -- --fix",
45-
"format:check": "npx prettier --ignore-path .gitignore --check src test",
46-
"format:fix": "npx prettier --ignore-path .gitignore --write src test",
47-
"prepack": "npm run build:all && node ./scripts/checkBinaries.cjs"
48-
},
49-
"author": {
50-
"name": "Microsoft",
51-
"email": "[email protected]",
52-
"url": "https://www.microsoft.com"
53-
},
54-
"beachball": {
55-
"disallowedChangeTypes": [
56-
"major"
57-
]
58-
},
59-
"dependencies": {
60-
"@azure/msal-common": "14.4.0",
61-
"@azure/msal-node-runtime": "^0.13.6-alpha.0",
62-
"keytar": "^7.8.0"
63-
},
64-
"devDependencies": {
65-
"@rollup/plugin-node-resolve": "^15.0.2",
66-
"@rollup/plugin-typescript": "^11.1.0",
67-
"@types/jest": "^29.5.1",
68-
"@types/node": "^20.3.1",
69-
"eslint-config-msal": "^0.0.0",
70-
"jest": "^29.5.0",
71-
"node-addon-api": "^6.1.0",
72-
"rollup": "^3.20.2",
73-
"shx": "^0.3.4",
74-
"ts-jest": "^29.1.0",
75-
"tslib": "^2.0.0",
76-
"typescript": "^4.9.5"
77-
}
19+
"./package.json": "./package.json"
20+
},
21+
"keywords": [
22+
"js",
23+
"ts",
24+
"node",
25+
"AAD",
26+
"msal",
27+
"extensions"
28+
],
29+
"files": [
30+
"dist",
31+
"bin"
32+
],
33+
"engines": {
34+
"node": "16 || 18 || 20"
35+
},
36+
"scripts": {
37+
"compile": "node-gyp rebuild",
38+
"clean": "shx rm -rf dist bin",
39+
"build": "npm run clean && rollup -c --strictDeprecations --bundleConfigAsCjs && node ./scripts/buildBinaries.cjs",
40+
"build:all": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-node-extensions",
41+
"test": "jest",
42+
"test:coverage": "jest --coverage",
43+
"lint": "eslint src --ext .ts",
44+
"lint:fix": "npm run lint -- --fix",
45+
"format:check": "npx prettier --ignore-path .gitignore --check src test",
46+
"format:fix": "npx prettier --ignore-path .gitignore --write src test",
47+
"prepack": "npm run build:all && node ./scripts/checkBinaries.cjs"
48+
},
49+
"author": {
50+
"name": "Microsoft",
51+
"email": "[email protected]",
52+
"url": "https://www.microsoft.com"
53+
},
54+
"beachball": {
55+
"disallowedChangeTypes": [
56+
"major"
57+
]
58+
},
59+
"dependencies": {
60+
"@azure/msal-common": "14.5.0",
61+
"@azure/msal-node-runtime": "^0.13.6-alpha.0",
62+
"keytar": "^7.8.0"
63+
},
64+
"devDependencies": {
65+
"@rollup/plugin-node-resolve": "^15.0.2",
66+
"@rollup/plugin-typescript": "^11.1.0",
67+
"@types/jest": "^29.5.1",
68+
"@types/node": "^20.3.1",
69+
"eslint-config-msal": "^0.0.0",
70+
"jest": "^29.5.0",
71+
"node-addon-api": "^6.1.0",
72+
"rollup": "^3.20.2",
73+
"shx": "^0.3.4",
74+
"ts-jest": "^29.1.0",
75+
"tslib": "^2.0.0",
76+
"typescript": "^4.9.5"
77+
}
7878
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* eslint-disable header/header */
22
export const name = "@azure/msal-node-extensions";
3-
export const version = "1.0.7";
3+
export const version = "1.0.8";

lib/msal-angular/CHANGELOG.json

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@azure/msal-angular",
33
"entries": [
4+
{
5+
"date": "Fri, 01 Dec 2023 18:46:06 GMT",
6+
"version": "3.0.9",
7+
"tag": "@azure/msal-angular_v3.0.9",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-angular",
13+
"commit": "392020bee299d01d14db2907da0cab681a3fbdc3",
14+
"comment": "Version bump automation enhancements #6725"
15+
}
16+
],
17+
"patch": [
18+
{
19+
"author": "beachball",
20+
"package": "@azure/msal-angular",
21+
"comment": "Bump @azure/msal-browser to v3.6.0",
22+
"commit": "not available"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Tue, 07 Nov 2023 00:01:51 GMT",
629
"version": "3.0.8",

0 commit comments

Comments
 (0)