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 12, 2024
1 parent 9c68d1d commit 20e7dcc
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 17 deletions.
11 changes: 0 additions & 11 deletions change/change-b0a89601-3053-4d48-a189-3fc8054c6d6f.json

This file was deleted.

15 changes: 15 additions & 0 deletions packages/ado-npm-auth/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "ado-npm-auth",
"entries": [
{
"date": "Thu, 12 Sep 2024 21:56:08 GMT",
"version": "0.1.6",
"tag": "ado-npm-auth_v0.1.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "ado-npm-auth",
"comment": "Bump azureauth to v0.6.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:04:18 GMT",
"version": "0.1.5",
Expand Down
10 changes: 9 additions & 1 deletion packages/ado-npm-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - ado-npm-auth

This log was last generated on Wed, 11 Sep 2024 20:04:18 GMT and should not be manually modified.
This log was last generated on Thu, 12 Sep 2024 21:56:08 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.6

Thu, 12 Sep 2024 21:56:08 GMT

### Patches

- Bump azureauth to v0.6.0

## 0.1.5

Wed, 11 Sep 2024 20:04:18 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.5",
"version": "0.1.6",
"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.1"
"azureauth": "^0.6.0"
},
"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": "Thu, 12 Sep 2024 21:56:08 GMT",
"version": "0.6.0",
"tag": "azureauth_v0.6.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "azureauth",
"commit": "9c68d1dd5344a9129a61e04e8b8dac09c1a27a9b",
"comment": "Fix #42 include bin\\cli.js in package"
}
]
}
},
{
"date": "Wed, 11 Sep 2024 20:04:18 GMT",
"version": "0.5.1",
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 20:04:18 GMT and should not be manually modified.
This log was last generated on Thu, 12 Sep 2024 21:56:08 GMT and should not be manually modified.

<!-- Start content -->

## 0.6.0

Thu, 12 Sep 2024 21:56:08 GMT

### Minor changes

- Fix #42 include bin\cli.js in package ([email protected])

## 0.5.1

Wed, 11 Sep 2024 20:04:18 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.1",
"version": "0.6.0",
"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 20e7dcc

Please sign in to comment.