diff --git a/change/change-d109e513-720f-4c6e-a37e-3a4de23e615b.json b/change/change-d109e513-720f-4c6e-a37e-3a4de23e615b.json deleted file mode 100644 index 94d4b82..0000000 --- a/change/change-d109e513-720f-4c6e-a37e-3a4de23e615b.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "type": "minor", - "comment": "fix install script", - "packageName": "azureauth", - "email": "dannyvv@microsoft.com", - "dependentChangeType": "patch" - } - ] -} \ No newline at end of file diff --git a/packages/ado-npm-auth/CHANGELOG.json b/packages/ado-npm-auth/CHANGELOG.json index 170a948..aef27c6 100644 --- a/packages/ado-npm-auth/CHANGELOG.json +++ b/packages/ado-npm-auth/CHANGELOG.json @@ -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", diff --git a/packages/ado-npm-auth/CHANGELOG.md b/packages/ado-npm-auth/CHANGELOG.md index 6f85eb8..07d1cee 100644 --- a/packages/ado-npm-auth/CHANGELOG.md +++ b/packages/ado-npm-auth/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/ado-npm-auth/package.json b/packages/ado-npm-auth/package.json index 0cc486d..1dde7ed 100644 --- a/packages/ado-npm-auth/package.json +++ b/packages/ado-npm-auth/package.json @@ -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", @@ -27,7 +27,7 @@ "test": "vitest run src" }, "dependencies": { - "azureauth": "^0.10.0" + "azureauth": "^0.11.0" }, "devDependencies": { "@npmcli/config": "^4.0.1", diff --git a/packages/node-azureauth/CHANGELOG.json b/packages/node-azureauth/CHANGELOG.json index a2fce70..a9dc982 100644 --- a/packages/node-azureauth/CHANGELOG.json +++ b/packages/node-azureauth/CHANGELOG.json @@ -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": "dannyvv@microsoft.com", + "package": "azureauth", + "commit": "5dc4767777f07a20589e3c98f4f0674d06f42cf2", + "comment": "fix install script" + } + ] + } + }, { "date": "Fri, 13 Sep 2024 18:59:07 GMT", "version": "0.10.0", diff --git a/packages/node-azureauth/CHANGELOG.md b/packages/node-azureauth/CHANGELOG.md index c3daba0..54c0982 100644 --- a/packages/node-azureauth/CHANGELOG.md +++ b/packages/node-azureauth/CHANGELOG.md @@ -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. +## 0.11.0 + +Fri, 13 Sep 2024 19:47:53 GMT + +### Minor changes + +- fix install script (dannyvv@microsoft.com) + ## 0.10.0 Fri, 13 Sep 2024 18:59:07 GMT diff --git a/packages/node-azureauth/package.json b/packages/node-azureauth/package.json index d4a20f5..553ac46 100644 --- a/packages/node-azureauth/package.json +++ b/packages/node-azureauth/package.json @@ -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" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a3373f6..cc1edeb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,7 +25,7 @@ importers: packages/ado-npm-auth: dependencies: azureauth: - specifier: ^0.10.0 + specifier: ^0.11.0 version: link:../node-azureauth devDependencies: '@npmcli/config':