From a595e1e710bc6c59300843582e0b66e896ca70f4 Mon Sep 17 00:00:00 2001 From: Ken Chau Date: Fri, 27 Dec 2024 21:00:44 +0000 Subject: [PATCH] applying package updates --- ...-2416297f-f036-427e-bc7e-7693f953608c.json | 18 ------------- packages/backfill/CHANGELOG.json | 27 +++++++++++++++++++ packages/backfill/CHANGELOG.md | 12 ++++++++- packages/backfill/package.json | 8 +++--- packages/cache/CHANGELOG.json | 21 +++++++++++++++ packages/cache/CHANGELOG.md | 11 +++++++- packages/cache/package.json | 4 +-- packages/config/CHANGELOG.json | 15 +++++++++++ packages/config/CHANGELOG.md | 10 ++++++- packages/config/package.json | 2 +- packages/hasher/CHANGELOG.json | 15 +++++++++++ packages/hasher/CHANGELOG.md | 10 ++++++- packages/hasher/package.json | 4 +-- 13 files changed, 126 insertions(+), 31 deletions(-) delete mode 100644 change/change-2416297f-f036-427e-bc7e-7693f953608c.json diff --git a/change/change-2416297f-f036-427e-bc7e-7693f953608c.json b/change/change-2416297f-f036-427e-bc7e-7693f953608c.json deleted file mode 100644 index 927f2255..00000000 --- a/change/change-2416297f-f036-427e-bc7e-7693f953608c.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "changes": [ - { - "type": "minor", - "comment": "Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage", - "packageName": "backfill-cache", - "email": "altinokd@microsoft.com", - "dependentChangeType": "patch" - }, - { - "type": "minor", - "comment": "Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage", - "packageName": "backfill-config", - "email": "altinokd@microsoft.com", - "dependentChangeType": "patch" - } - ] -} diff --git a/packages/backfill/CHANGELOG.json b/packages/backfill/CHANGELOG.json index aeb84d9f..4c995312 100644 --- a/packages/backfill/CHANGELOG.json +++ b/packages/backfill/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "backfill", "entries": [ + { + "date": "Fri, 27 Dec 2024 21:00:44 GMT", + "version": "6.2.4", + "tag": "backfill_v6.2.4", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "backfill", + "comment": "Bump backfill-cache to v5.9.0", + "commit": "not available" + }, + { + "author": "beachball", + "package": "backfill", + "comment": "Bump backfill-config to v6.5.0", + "commit": "not available" + }, + { + "author": "beachball", + "package": "backfill", + "comment": "Bump backfill-hasher to v6.5.3", + "commit": "not available" + } + ] + } + }, { "date": "Sat, 01 Jun 2024 08:03:35 GMT", "version": "6.2.3", diff --git a/packages/backfill/CHANGELOG.md b/packages/backfill/CHANGELOG.md index c4846e12..570773f3 100644 --- a/packages/backfill/CHANGELOG.md +++ b/packages/backfill/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - backfill -This log was last generated on Sat, 01 Jun 2024 08:03:35 GMT and should not be manually modified. +This log was last generated on Fri, 27 Dec 2024 21:00:44 GMT and should not be manually modified. +## 6.2.4 + +Fri, 27 Dec 2024 21:00:44 GMT + +### Patches + +- Bump backfill-cache to v5.9.0 +- Bump backfill-config to v6.5.0 +- Bump backfill-hasher to v6.5.3 + ## 6.2.3 Sat, 01 Jun 2024 08:03:35 GMT diff --git a/packages/backfill/package.json b/packages/backfill/package.json index 84261abd..7c698e01 100644 --- a/packages/backfill/package.json +++ b/packages/backfill/package.json @@ -1,6 +1,6 @@ { "name": "backfill", - "version": "6.2.3", + "version": "6.2.4", "description": "Backfill CLI", "license": "MIT", "author": "Benjamin Weggersen ", @@ -20,9 +20,9 @@ }, "dependencies": { "anymatch": "^3.0.3", - "backfill-cache": "^5.8.1", - "backfill-config": "^6.4.2", - "backfill-hasher": "^6.5.2", + "backfill-cache": "^5.9.0", + "backfill-config": "^6.5.0", + "backfill-hasher": "^6.5.3", "backfill-logger": "^5.2.1", "backfill-utils-dotenv": "^5.2.1", "chokidar": "^3.2.1", diff --git a/packages/cache/CHANGELOG.json b/packages/cache/CHANGELOG.json index 6f73e3df..87325196 100644 --- a/packages/cache/CHANGELOG.json +++ b/packages/cache/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "backfill-cache", "entries": [ + { + "date": "Fri, 27 Dec 2024 21:00:44 GMT", + "version": "5.9.0", + "tag": "backfill-cache_v5.9.0", + "comments": { + "minor": [ + { + "author": "altinokd@microsoft.com", + "package": "backfill-cache", + "commit": "d82360660f2ec64060f3cce4a079979ac3555914", + "comment": "Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage" + }, + { + "author": "beachball", + "package": "backfill-cache", + "comment": "Bump backfill-config to v6.5.0", + "commit": "not available" + } + ] + } + }, { "date": "Sat, 01 Jun 2024 08:03:35 GMT", "version": "5.8.1", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 9eea1fb7..fc4bde9b 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - backfill-cache -This log was last generated on Sat, 01 Jun 2024 08:03:35 GMT and should not be manually modified. +This log was last generated on Fri, 27 Dec 2024 21:00:44 GMT and should not be manually modified. +## 5.9.0 + +Fri, 27 Dec 2024 21:00:44 GMT + +### Minor changes + +- Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage (altinokd@microsoft.com) +- Bump backfill-config to v6.5.0 + ## 5.8.1 Sat, 01 Jun 2024 08:03:35 GMT diff --git a/packages/cache/package.json b/packages/cache/package.json index 36aafd55..408d9b5c 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "backfill-cache", - "version": "5.8.1", + "version": "5.9.0", "description": "Backfill Cache Providers", "license": "MIT", "author": "Benjamin Weggersen ", @@ -18,7 +18,7 @@ "dependencies": { "@azure/core-http": "^3.0.0", "@azure/storage-blob": "^12.15.0", - "backfill-config": "^6.4.2", + "backfill-config": "^6.5.0", "backfill-logger": "^5.2.1", "execa": "^5.0.0", "fs-extra": "^8.1.0", diff --git a/packages/config/CHANGELOG.json b/packages/config/CHANGELOG.json index a85ef51a..c49199db 100644 --- a/packages/config/CHANGELOG.json +++ b/packages/config/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "backfill-config", "entries": [ + { + "date": "Fri, 27 Dec 2024 21:00:44 GMT", + "version": "6.5.0", + "tag": "backfill-config_v6.5.0", + "comments": { + "minor": [ + { + "author": "altinokd@microsoft.com", + "package": "backfill-config", + "commit": "d82360660f2ec64060f3cce4a079979ac3555914", + "comment": "Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage" + } + ] + } + }, { "date": "Wed, 15 Nov 2023 23:08:02 GMT", "version": "6.4.2", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index b3afd2b7..e05bde05 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - backfill-config -This log was last generated on Wed, 15 Nov 2023 23:08:02 GMT and should not be manually modified. +This log was last generated on Fri, 27 Dec 2024 21:00:44 GMT and should not be manually modified. +## 6.5.0 + +Fri, 27 Dec 2024 21:00:44 GMT + +### Minor changes + +- Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage (altinokd@microsoft.com) + ## 6.4.2 Wed, 15 Nov 2023 23:08:02 GMT diff --git a/packages/config/package.json b/packages/config/package.json index d9749c93..8840c593 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "backfill-config", - "version": "6.4.2", + "version": "6.5.0", "description": "Backfill Config", "license": "MIT", "author": "Benjamin Weggersen ", diff --git a/packages/hasher/CHANGELOG.json b/packages/hasher/CHANGELOG.json index c6da78a2..be2d3e5b 100644 --- a/packages/hasher/CHANGELOG.json +++ b/packages/hasher/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "backfill-hasher", "entries": [ + { + "date": "Fri, 27 Dec 2024 21:00:44 GMT", + "version": "6.5.3", + "tag": "backfill-hasher_v6.5.3", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "backfill-hasher", + "comment": "Bump backfill-config to v6.5.0", + "commit": "not available" + } + ] + } + }, { "date": "Wed, 15 Nov 2023 23:08:02 GMT", "version": "6.5.2", diff --git a/packages/hasher/CHANGELOG.md b/packages/hasher/CHANGELOG.md index a0171fdc..f03d732f 100644 --- a/packages/hasher/CHANGELOG.md +++ b/packages/hasher/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - backfill-hasher -This log was last generated on Wed, 15 Nov 2023 23:08:02 GMT and should not be manually modified. +This log was last generated on Fri, 27 Dec 2024 21:00:44 GMT and should not be manually modified. +## 6.5.3 + +Fri, 27 Dec 2024 21:00:44 GMT + +### Patches + +- Bump backfill-config to v6.5.0 + ## 6.5.2 Wed, 15 Nov 2023 23:08:02 GMT diff --git a/packages/hasher/package.json b/packages/hasher/package.json index 3678f468..d86b8574 100644 --- a/packages/hasher/package.json +++ b/packages/hasher/package.json @@ -1,6 +1,6 @@ { "name": "backfill-hasher", - "version": "6.5.2", + "version": "6.5.3", "description": "Backfill Hasher", "license": "MIT", "author": "Benjamin Weggersen ", @@ -17,7 +17,7 @@ }, "dependencies": { "@rushstack/package-deps-hash": "^3.2.4", - "backfill-config": "^6.4.2", + "backfill-config": "^6.5.0", "backfill-logger": "^5.2.1", "fs-extra": "^8.1.0", "workspace-tools": "^0.35.2"