diff --git a/change/change-16bf9050-b2cf-435e-a642-6ad01b2d3544.json b/change/change-16bf9050-b2cf-435e-a642-6ad01b2d3544.json deleted file mode 100644 index fcf1b2e..0000000 --- a/change/change-16bf9050-b2cf-435e-a642-6ad01b2d3544.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "changes": [ - { - "type": "patch", - "comment": "Linting fixes", - "packageName": "ado-npm-auth", - "email": "dannyvv@microsoft.com", - "dependentChangeType": "patch" - }, - { - "type": "patch", - "comment": "Fix missing file", - "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 971428e..366cae3 100644 --- a/packages/ado-npm-auth/CHANGELOG.json +++ b/packages/ado-npm-auth/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "ado-npm-auth", "entries": [ + { + "date": "Wed, 11 Sep 2024 20:04:18 GMT", + "version": "0.1.5", + "tag": "ado-npm-auth_v0.1.5", + "comments": { + "patch": [ + { + "author": "dannyvv@microsoft.com", + "package": "ado-npm-auth", + "commit": "bc3533c7489857c75a8deec785397943990fec6f", + "comment": "Linting fixes" + }, + { + "author": "beachball", + "package": "ado-npm-auth", + "comment": "Bump azureauth to v0.5.1", + "commit": "not available" + } + ] + } + }, { "date": "Wed, 11 Sep 2024 16:57:41 GMT", "version": "0.1.4", diff --git a/packages/ado-npm-auth/CHANGELOG.md b/packages/ado-npm-auth/CHANGELOG.md index 8d31673..350cb2b 100644 --- a/packages/ado-npm-auth/CHANGELOG.md +++ b/packages/ado-npm-auth/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - ado-npm-auth -This log was last generated on Wed, 11 Sep 2024 16:57:41 GMT and should not be manually modified. +This log was last generated on Wed, 11 Sep 2024 20:04:18 GMT and should not be manually modified. +## 0.1.5 + +Wed, 11 Sep 2024 20:04:18 GMT + +### Patches + +- Linting fixes (dannyvv@microsoft.com) +- Bump azureauth to v0.5.1 + ## 0.1.4 Wed, 11 Sep 2024 16:57:41 GMT diff --git a/packages/ado-npm-auth/package.json b/packages/ado-npm-auth/package.json index a1b9499..e46cc2d 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.4", + "version": "0.1.5", "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.5.0" + "azureauth": "^0.5.1" }, "devDependencies": { "@npmcli/config": "^4.0.1", diff --git a/packages/node-azureauth/CHANGELOG.json b/packages/node-azureauth/CHANGELOG.json index 6439a68..e3e4eef 100644 --- a/packages/node-azureauth/CHANGELOG.json +++ b/packages/node-azureauth/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "azureauth", "entries": [ + { + "date": "Wed, 11 Sep 2024 20:04:18 GMT", + "version": "0.5.1", + "tag": "azureauth_v0.5.1", + "comments": { + "patch": [ + { + "author": "dannyvv@microsoft.com", + "package": "azureauth", + "commit": "bc3533c7489857c75a8deec785397943990fec6f", + "comment": "Fix missing file" + } + ] + } + }, { "date": "Wed, 11 Sep 2024 16:57:41 GMT", "version": "0.5.0", diff --git a/packages/node-azureauth/CHANGELOG.md b/packages/node-azureauth/CHANGELOG.md index 7ea61fc..cd6e660 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 Wed, 11 Sep 2024 16:57:41 GMT and should not be manually modified. +This log was last generated on Wed, 11 Sep 2024 20:04:18 GMT and should not be manually modified. +## 0.5.1 + +Wed, 11 Sep 2024 20:04:18 GMT + +### Patches + +- Fix missing file (dannyvv@microsoft.com) + ## 0.5.0 Wed, 11 Sep 2024 16:57:41 GMT diff --git a/packages/node-azureauth/package.json b/packages/node-azureauth/package.json index 1ea91bf..449e2f2 100644 --- a/packages/node-azureauth/package.json +++ b/packages/node-azureauth/package.json @@ -1,6 +1,6 @@ { "name": "azureauth", - "version": "0.5.0", + "version": "0.5.1", "description": "node-azure auth wrapps the AzureAuth CLI wrapper for performing AAD Authentication", "bin": { "azureauth": "./bin/cli.js" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a88e7bf..b990b52 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,7 +25,7 @@ importers: packages/ado-npm-auth: dependencies: azureauth: - specifier: ^0.5.0 + specifier: ^0.5.1 version: link:../node-azureauth devDependencies: '@npmcli/config':