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 5d5c5cd commit b5a5c00
Show file tree
Hide file tree
Showing 9 changed files with 129 additions and 98 deletions.
11 changes: 0 additions & 11 deletions change/change-9d431c56-aa66-4270-8b01-5b7bbab2ba7f.json

This file was deleted.

11 changes: 0 additions & 11 deletions change/change-c0f07880-1dec-4b60-9579-2a1884b53af1.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 16:57:41 GMT",
"version": "0.1.4",
"tag": "ado-npm-auth_v0.1.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "ado-npm-auth",
"commit": "5d5c5cdc2b98bfbcbd29fcad19054255544c30c0",
"comment": "Make ado-npm-auth use bundles to avoid pulling in a bunch of packages for a build tool"
},
{
"author": "beachball",
"package": "ado-npm-auth",
"comment": "Bump azureauth to v0.5.0",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 09 Sep 2024 17:27:01 GMT",
"version": "0.1.3",
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 Mon, 09 Sep 2024 17:27:01 GMT and should not be manually modified.
This log was last generated on Wed, 11 Sep 2024 16:57:41 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.4

Wed, 11 Sep 2024 16:57:41 GMT

### Patches

- Make ado-npm-auth use bundles to avoid pulling in a bunch of packages for a build tool ([email protected])
- Bump azureauth to v0.5.0

## 0.1.3

Mon, 09 Sep 2024 17:27:01 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.3",
"version": "0.1.4",
"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.4.7"
"azureauth": "^0.5.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": "Wed, 11 Sep 2024 16:57:41 GMT",
"version": "0.5.0",
"tag": "azureauth_v0.5.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "azureauth",
"commit": "5d5c5cdc2b98bfbcbd29fcad19054255544c30c0",
"comment": "Make node-azureauth use bundles to avoid pulling in 70 packages for a build tool"
}
]
}
},
{
"date": "Mon, 09 Sep 2024 17:27:01 GMT",
"version": "0.4.7",
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 Mon, 09 Sep 2024 17:27:01 GMT and should not be manually modified.
This log was last generated on Wed, 11 Sep 2024 16:57:41 GMT and should not be manually modified.

<!-- Start content -->

## 0.5.0

Wed, 11 Sep 2024 16:57:41 GMT

### Minor changes

- Make node-azureauth use bundles to avoid pulling in 70 packages for a build tool ([email protected])

## 0.4.7

Mon, 09 Sep 2024 17:27:01 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.4.7",
"version": "0.5.0",
"description": "node-azure auth wrapps the AzureAuth CLI wrapper for performing AAD Authentication",
"bin": {
"azureauth": "./bin/cli.js"
Expand Down
Loading

0 comments on commit b5a5c00

Please sign in to comment.