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 13, 2024
1 parent 5dc4767 commit 34c4536
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 17 deletions.
11 changes: 0 additions & 11 deletions change/change-d109e513-720f-4c6e-a37e-3a4de23e615b.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": "Fri, 13 Sep 2024 19:47:53 GMT",
"version": "0.1.11",
"tag": "ado-npm-auth_v0.1.11",
"comments": {
"patch": [
{
"author": "beachball",
"package": "ado-npm-auth",
"comment": "Bump azureauth to v0.11.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 13 Sep 2024 18:59:07 GMT",
"version": "0.1.10",
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 Fri, 13 Sep 2024 18:59:07 GMT and should not be manually modified.
This log was last generated on Fri, 13 Sep 2024 19:47:53 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.11

Fri, 13 Sep 2024 19:47:53 GMT

### Patches

- Bump azureauth to v0.11.0

## 0.1.10

Fri, 13 Sep 2024 18:59:07 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.10",
"version": "0.1.11",
"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.10.0"
"azureauth": "^0.11.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": "Fri, 13 Sep 2024 19:47:53 GMT",
"version": "0.11.0",
"tag": "azureauth_v0.11.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "azureauth",
"commit": "5dc4767777f07a20589e3c98f4f0674d06f42cf2",
"comment": "fix install script"
}
]
}
},
{
"date": "Fri, 13 Sep 2024 18:59:07 GMT",
"version": "0.10.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 Fri, 13 Sep 2024 18:59:07 GMT and should not be manually modified.
This log was last generated on Fri, 13 Sep 2024 19:47:53 GMT and should not be manually modified.

<!-- Start content -->

## 0.11.0

Fri, 13 Sep 2024 19:47:53 GMT

### Minor changes

- fix install script ([email protected])

## 0.10.0

Fri, 13 Sep 2024 18:59:07 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.10.0",
"version": "0.11.0",
"description": "node-azure auth wrapps the AzureAuth CLI wrapper for performing AAD Authentication",
"bin": {
"azureauth": "./scripts/azureauth.cjs"
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 34c4536

Please sign in to comment.