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 11, 2024
1 parent bc3533c commit 1940a43
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 24 deletions.
18 changes: 0 additions & 18 deletions change/change-16bf9050-b2cf-435e-a642-6ad01b2d3544.json

This file was deleted.

21 changes: 21 additions & 0 deletions packages/ado-npm-auth/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "ado-npm-auth",
"entries": [
{
"date": "Wed, 11 Sep 2024 20:04:18 GMT",
"version": "0.1.5",
"tag": "ado-npm-auth_v0.1.5",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "ado-npm-auth",
"commit": "bc3533c7489857c75a8deec785397943990fec6f",
"comment": "Linting fixes"
},
{
"author": "beachball",
"package": "ado-npm-auth",
"comment": "Bump azureauth to v0.5.1",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 16:57:41 GMT",
"version": "0.1.4",
Expand Down
11 changes: 10 additions & 1 deletion packages/ado-npm-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - ado-npm-auth

This log was last generated on Wed, 11 Sep 2024 16:57:41 GMT and should not be manually modified.
This log was last generated on Wed, 11 Sep 2024 20:04:18 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.5

Wed, 11 Sep 2024 20:04:18 GMT

### Patches

- Linting fixes ([email protected])
- Bump azureauth to v0.5.1

## 0.1.4

Wed, 11 Sep 2024 16:57:41 GMT
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "0.1.5",
"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 @@ -27,7 +27,7 @@
"test": "vitest run src"
},
"dependencies": {
"azureauth": "^0.5.0"
"azureauth": "^0.5.1"
},
"devDependencies": {
"@npmcli/config": "^4.0.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/node-azureauth/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "azureauth",
"entries": [
{
"date": "Wed, 11 Sep 2024 20:04:18 GMT",
"version": "0.5.1",
"tag": "azureauth_v0.5.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "azureauth",
"commit": "bc3533c7489857c75a8deec785397943990fec6f",
"comment": "Fix missing file"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 16:57:41 GMT",
"version": "0.5.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/node-azureauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - azureauth

This log was last generated on Wed, 11 Sep 2024 16:57:41 GMT and should not be manually modified.
This log was last generated on Wed, 11 Sep 2024 20:04:18 GMT and should not be manually modified.

<!-- Start content -->

## 0.5.1

Wed, 11 Sep 2024 20:04:18 GMT

### Patches

- Fix missing file ([email protected])

## 0.5.0

Wed, 11 Sep 2024 16:57:41 GMT
Expand Down
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.5.0",
"version": "0.5.1",
"description": "node-azure auth wrapps the AzureAuth CLI wrapper for performing AAD Authentication",
"bin": {
"azureauth": "./bin/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1940a43

Please sign in to comment.