Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Dec 27, 2024
1 parent d823606 commit a595e1e
Show file tree
Hide file tree
Showing 13 changed files with 126 additions and 31 deletions.
18 changes: 0 additions & 18 deletions change/change-2416297f-f036-427e-bc7e-7693f953608c.json

This file was deleted.

27 changes: 27 additions & 0 deletions packages/backfill/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 11 additions & 1 deletion packages/backfill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- Start content -->

## 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
Expand Down
8 changes: 4 additions & 4 deletions packages/backfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backfill",
"version": "6.2.3",
"version": "6.2.4",
"description": "Backfill CLI",
"license": "MIT",
"author": "Benjamin Weggersen <[email protected]>",
Expand All @@ -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",
Expand Down
21 changes: 21 additions & 0 deletions packages/cache/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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",
Expand Down
11 changes: 10 additions & 1 deletion packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- Start content -->

## 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 ([email protected])
- Bump backfill-config to v6.5.0

## 5.8.1

Sat, 01 Jun 2024 08:03:35 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backfill-cache",
"version": "5.8.1",
"version": "5.9.0",
"description": "Backfill Cache Providers",
"license": "MIT",
"author": "Benjamin Weggersen <[email protected]>",
Expand All @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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",
Expand Down
10 changes: 9 additions & 1 deletion packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- Start content -->

## 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 ([email protected])

## 6.4.2

Wed, 15 Nov 2023 23:08:02 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backfill-config",
"version": "6.4.2",
"version": "6.5.0",
"description": "Backfill Config",
"license": "MIT",
"author": "Benjamin Weggersen <[email protected]>",
Expand Down
15 changes: 15 additions & 0 deletions packages/hasher/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 9 additions & 1 deletion packages/hasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- Start content -->

## 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
Expand Down
4 changes: 2 additions & 2 deletions packages/hasher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backfill-hasher",
"version": "6.5.2",
"version": "6.5.3",
"description": "Backfill Hasher",
"license": "MIT",
"author": "Benjamin Weggersen <[email protected]>",
Expand All @@ -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"
Expand Down

0 comments on commit a595e1e

Please sign in to comment.