Skip to content
Merged
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-1757d7db-1391-4333-8a7e-c75b29bca12d.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": "Mon, 05 Jan 2026 22:27:36 GMT",
"version": "0.9.1",
"tag": "@microsoft/ado-npm-auth-lib_v0.9.1",
"comments": {
"patch": [
{
"author": "nikolaia@microsoft.com",
"package": "@microsoft/ado-npm-auth-lib",
"commit": "1106629fdec2bad449167e98b3a5080664988a26",
"comment": "fix: remove duplicate yargs dependency and clean up package.json"
}
]
}
},
{
"date": "Wed, 17 Dec 2025 23:18:54 GMT",
"version": "0.9.0",
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 Wed, 17 Dec 2025 23:18:54 GMT and should not be manually modified. -->
<!-- This log was last generated on Mon, 05 Jan 2026 22:27:36 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.9.1

Mon, 05 Jan 2026 22:27:36 GMT

### Patches

- fix: remove duplicate yargs dependency and clean up package.json (nikolaia@microsoft.com)

## 0.9.0

Wed, 17 Dec 2025 23:18:54 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.0",
"version": "0.9.1",
"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.0",
"version": "0.10.1",
"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.0",
"version": "0.2.1",
"description": "Yarn plugin to enable Azure DevOps authentication for private npm registries.",
"repository": "https://github.com/microsoft/ado-npm-auth",
"license": "MIT",
Expand Down