Skip to content

Commit e47e40c

Browse files
committed
📦 Apply beachball changes
1 parent adb946a commit e47e40c

File tree

10 files changed

+81
-32
lines changed

10 files changed

+81
-32
lines changed

change/change-3b6ccf0d-d2d7-434a-9ede-0d57df3b68df.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/ado-npm-auth-lib/CHANGELOG.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
2-
"name": "ado-npm-auth",
2+
"name": "@microsoft/ado-npm-auth-lib",
33
"entries": [
4+
{
5+
"date": "Wed, 17 Dec 2025 23:18:54 GMT",
6+
"version": "0.9.0",
7+
"tag": "@microsoft/ado-npm-auth-lib_v0.9.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@microsoft/ado-npm-auth-lib",
13+
"commit": "adb946a066d144097e007dccbd528bcbe3d0951e",
14+
"comment": "Factor out library from the cli bundle"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Sun, 16 Nov 2025 00:12:40 GMT",
621
"version": "0.8.0",

packages/ado-npm-auth-lib/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# Change Log - ado-npm-auth
1+
# Change Log - @microsoft/ado-npm-auth-lib
22

3-
<!-- This log was last generated on Sun, 16 Nov 2025 00:12:40 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 17 Dec 2025 23:18:54 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.9.0
8+
9+
Wed, 17 Dec 2025 23:18:54 GMT
10+
11+
### Minor changes
12+
13+
- Factor out library from the cli bundle ([email protected])
14+
715
## 0.8.0
816

917
Sun, 16 Nov 2025 00:12:40 GMT

packages/ado-npm-auth-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/ado-npm-auth-lib",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"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.",
55
"repository": "https://github.com/microsoft/ado-npm-auth",
66
"license": "MIT",

packages/ado-npm-auth/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "ado-npm-auth",
33
"entries": [
4+
{
5+
"date": "Wed, 17 Dec 2025 23:18:54 GMT",
6+
"version": "0.10.0",
7+
"tag": "ado-npm-auth_v0.10.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "ado-npm-auth",
13+
"commit": "adb946a066d144097e007dccbd528bcbe3d0951e",
14+
"comment": "Factor out library from the cli bundle"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 12 Dec 2025 20:36:14 GMT",
621
"version": "0.9.0",

packages/ado-npm-auth/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - ado-npm-auth
22

3-
<!-- This log was last generated on Fri, 12 Dec 2025 20:36:14 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 17 Dec 2025 23:18:54 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.10.0
8+
9+
Wed, 17 Dec 2025 23:18:54 GMT
10+
11+
### Minor changes
12+
13+
- Factor out library from the cli bundle ([email protected])
14+
715
## 0.9.0
816

917
Fri, 12 Dec 2025 20:36:14 GMT

packages/ado-npm-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ado-npm-auth",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"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.",
55
"repository": "https://github.com/microsoft/ado-npm-auth",
66
"license": "MIT",

packages/yarn-plugin-ado-auth/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/yarn-plugin-ado-auth",
33
"entries": [
4+
{
5+
"date": "Wed, 17 Dec 2025 23:18:54 GMT",
6+
"version": "0.2.0",
7+
"tag": "@microsoft/yarn-plugin-ado-auth_v0.2.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@microsoft/yarn-plugin-ado-auth",
13+
"commit": "adb946a066d144097e007dccbd528bcbe3d0951e",
14+
"comment": "Factor out library from the cli bundle"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 12 Dec 2025 20:36:14 GMT",
621
"version": "0.1.1",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log - @microsoft/yarn-plugin-ado-auth
2+
3+
<!-- This log was last generated on Wed, 17 Dec 2025 23:18:54 GMT and should not be manually modified. -->
4+
5+
<!-- Start content -->
6+
7+
## 0.2.0
8+
9+
Wed, 17 Dec 2025 23:18:54 GMT
10+
11+
### Minor changes
12+
13+
- Factor out library from the cli bundle ([email protected])

packages/yarn-plugin-ado-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/yarn-plugin-ado-auth",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Yarn plugin to enable Azure DevOps authentication for private npm registries.",
55
"repository": "https://github.com/microsoft/ado-npm-auth",
66
"license": "MIT",

0 commit comments

Comments
 (0)