Skip to content

Commit fc20ce4

Browse files
author
Prithvi Kanherkar
committed
updating files for automated release steps
1 parent cdc9297 commit fc20ce4

File tree

12 files changed

+16
-1
lines changed

12 files changed

+16
-1
lines changed

experimental/msal-react-native-android-poc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"title": "MSALModule",
44
"version": "1.0.5",
55
"main": "index.js",
6+
"private": true,
67
"files": [
78
"README.md",
89
"android",

lib/msal-angular/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changelog
1+
# Change Log - @azure/msal-angular
22

33
## 1.0.0
44

lib/msal-browser/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Change Log - @azure/msal-common
2+
13
# 2.0.1
24
## Breaking Changes
35
* None

lib/msal-common/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Change Log - @azure/msal-common
2+
13
# 1.1.0
24
## Breaking Changes
35
- None

lib/msal-core/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Change Log - msal
2+
13
# 1.3.4
24

35
## Bugs

lib/msal-node/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Change Log - @azure/msal-node
2+
13
# 1.0.0-alpha.4
24
- Add confidential client support (#2023)
35

samples/msal-browser-samples/TypescriptTestApp2.0/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "Sample app written in typescript that shows how to use the @azure/msal-browser package",
55
"main": "server.js",
6+
"private": true,
67
"scripts": {
78
"clean": "npm run clean:build && rimraf dist",
89
"clean:build": "rimraf build-tsc build-babel",

samples/msal-node-extensions/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "sample app for msal-node",
55
"main": "index.js",
6+
"private": true,
67
"scripts": {
78
"start": "node index.js",
89
"build:package": "cd ../../lib/msal-common && npm run build && cd ../msal-node && npm run build",

samples/msal-node-samples/auth-code/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "sample app for msal-node",
55
"main": "index.js",
6+
"private": true,
67
"scripts": {
78
"start": "node index.js",
89
"build:package": "cd ../../../lib/msal-common && npm run build && cd ../msal-node && npm run build",

samples/msal-node-samples/device-code/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "Command line app that uses Oauth device code flow to get a token from Azure AD",
55
"main": "index.js",
6+
"private": true,
67
"scripts": {
78
"start": "node index.js",
89
"build:package": "cd ../../../lib/msal-common && npm run build && cd ../msal-node && npm run build",

samples/msal-node-samples/refresh-token/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "Command line app showing how to use a refresh token to acquire new tokens from Azure AD",
55
"main": "index.js",
6+
"private": true,
67
"scripts": {
78
"start": "node ./index.js"
89
},

samples/msal-node-samples/silent-flow/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "sample app for msal-node",
55
"main": "index.js",
6+
"private": true,
67
"scripts": {
78
"start": "node index.js",
89
"build:package": "cd ../../lib/msal-common && npm run build && cd ../msal-node && npm run build",

0 commit comments

Comments
 (0)