Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbot committed Sep 9, 2024
1 parent daaa86a commit 323f30c
Show file tree
Hide file tree
Showing 8 changed files with 134 additions and 69 deletions.
18 changes: 0 additions & 18 deletions change/change-39941023-4246-4cc6-b337-5a46fb2ebfad.json

This file was deleted.

26 changes: 26 additions & 0 deletions packages/ado-npm-auth/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "ado-npm-auth",
"entries": [
{
"date": "Mon, 09 Sep 2024 17:27:01 GMT",
"version": "0.1.3",
"tag": "ado-npm-auth_v0.1.3",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "ado-npm-auth",
"commit": "bb5431e37d0b40ace73c9f06e736219c5412f32c",
"comment": "Initial official release"
},
{
"author": "beachball",
"package": "ado-npm-auth",
"comment": "Bump azureauth to v0.4.7",
"commit": "not available"
}
]
}
}
]
}
14 changes: 14 additions & 0 deletions packages/ado-npm-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log - ado-npm-auth

This log was last generated on Mon, 09 Sep 2024 17:27:01 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.3

Mon, 09 Sep 2024 17:27:01 GMT

### Patches

- Initial official release ([email protected])
- Bump azureauth to v0.4.7
6 changes: 3 additions & 3 deletions packages/ado-npm-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ado-npm-auth",
"version": "0.1.2",
"version": "0.1.3",
"description": "The ado-npm-auth package can automatically use the azureauth CLI to fetch tokens and update a user's .npmrc file for authenticating to ADO package feeds.",
"repository": "https://github.com/microsoft/ado-npm-auth",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@npmcli/config": "^4.0.1",
"azureauth": "^0.4.5",
"azureauth": "^0.4.7",
"js-yaml": "^4.1.0",
"workspace-tools": "^0.26.3",
"yargs": "^17.7.2"
Expand All @@ -47,4 +47,4 @@
"webpack-cli": "^4.10.0",
"webpack": "^5.64.4"
}
}
}
20 changes: 20 additions & 0 deletions packages/node-azureauth/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "azureauth",
"entries": [
{
"date": "Mon, 09 Sep 2024 17:27:01 GMT",
"version": "0.4.7",
"tag": "azureauth_v0.4.7",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "azureauth",
"commit": "bb5431e37d0b40ace73c9f06e736219c5412f32c",
"comment": "Initial official release"
}
]
}
}
]
}
13 changes: 13 additions & 0 deletions packages/node-azureauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log - azureauth

This log was last generated on Mon, 09 Sep 2024 17:27:01 GMT and should not be manually modified.

<!-- Start content -->

## 0.4.7

Mon, 09 Sep 2024 17:27:01 GMT

### Patches

- Initial official release ([email protected])
2 changes: 1 addition & 1 deletion packages/node-azureauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azureauth",
"version": "0.4.6",
"version": "0.4.7",
"description": "node-azure auth wrapps the AzureAuth CLI wrapper for performing AAD Authentication",
"bin": {
"azureauth": "./cli.js"
Expand Down
Loading

0 comments on commit 323f30c

Please sign in to comment.