Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions change/change-d225ca47-dc98-496f-b248-d0fbd2439a71.json

This file was deleted.

15 changes: 15 additions & 0 deletions packages/ado-npm-auth-lib/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/ado-npm-auth-lib",
"entries": [
{
"date": "Wed, 04 Feb 2026 20:09:46 GMT",
"version": "0.10.0",
"tag": "@microsoft/ado-npm-auth-lib_v0.10.0",
"comments": {
"minor": [
{
"author": "dannyvv@microsoft.com",
"package": "@microsoft/ado-npm-auth-lib",
"commit": "be875df993ef427acaa4816e23393c7d389e231a",
"comment": "Fix registry extraction form .npmrc. We had false positives for authentication comments like ://"
}
]
}
},
{
"date": "Mon, 05 Jan 2026 22:27:36 GMT",
"version": "0.9.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/ado-npm-auth-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @microsoft/ado-npm-auth-lib

<!-- This log was last generated on Mon, 05 Jan 2026 22:27:36 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 04 Feb 2026 20:09:46 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.10.0

Wed, 04 Feb 2026 20:09:46 GMT

### Minor changes

- Fix registry extraction form .npmrc. We had false positives for authentication comments like :// (dannyvv@microsoft.com)

## 0.9.1

Mon, 05 Jan 2026 22:27:36 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/ado-npm-auth-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/ado-npm-auth-lib",
"version": "0.9.1",
"version": "0.10.0",
"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 Down
2 changes: 1 addition & 1 deletion 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.10.1",
"version": "0.10.2",
"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 Down
2 changes: 1 addition & 1 deletion packages/yarn-plugin-ado-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/yarn-plugin-ado-auth",
"version": "0.2.1",
"version": "0.2.2",
"description": "Yarn plugin to enable Azure DevOps authentication for private npm registries.",
"repository": "https://github.com/microsoft/ado-npm-auth",
"license": "MIT",
Expand Down