Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Jun 1, 2024
1 parent beb4944 commit 103d6d3
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 16 deletions.
11 changes: 0 additions & 11 deletions change/change-ec7c119a-b391-4f99-aa0b-bf596f9337b5.json

This file was deleted.

15 changes: 15 additions & 0 deletions packages/backfill/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "backfill",
"entries": [
{
"date": "Sat, 01 Jun 2024 08:03:35 GMT",
"version": "6.2.3",
"tag": "backfill_v6.2.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "backfill",
"comment": "Bump backfill-cache to v5.8.1",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 15 Nov 2023 23:08:02 GMT",
"version": "6.2.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/backfill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - backfill

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 Sat, 01 Jun 2024 08:03:35 GMT and should not be manually modified.

<!-- Start content -->

## 6.2.3

Sat, 01 Jun 2024 08:03:35 GMT

### Patches

- Bump backfill-cache to v5.8.1

## 6.2.2

Wed, 15 Nov 2023 23:08:02 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/backfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backfill",
"version": "6.2.2",
"version": "6.2.3",
"description": "Backfill CLI",
"license": "MIT",
"author": "Benjamin Weggersen <[email protected]>",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"anymatch": "^3.0.3",
"backfill-cache": "^5.8.0",
"backfill-cache": "^5.8.1",
"backfill-config": "^6.4.2",
"backfill-hasher": "^6.5.2",
"backfill-logger": "^5.2.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/cache/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "backfill-cache",
"entries": [
{
"date": "Sat, 01 Jun 2024 08:03:35 GMT",
"version": "5.8.1",
"tag": "backfill-cache_v5.8.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "backfill-cache",
"commit": "beb49445d5057dbdbf037b497fc66118955b3b62",
"comment": "fix the mtime comparison to actually compare integers rather than references"
}
]
}
},
{
"date": "Wed, 15 Nov 2023 23:08:02 GMT",
"version": "5.8.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - backfill-cache

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 Sat, 01 Jun 2024 08:03:35 GMT and should not be manually modified.

<!-- Start content -->

## 5.8.1

Sat, 01 Jun 2024 08:03:35 GMT

### Patches

- fix the mtime comparison to actually compare integers rather than references ([email protected])

## 5.8.0

Wed, 15 Nov 2023 23:08:02 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backfill-cache",
"version": "5.8.0",
"version": "5.8.1",
"description": "Backfill Cache Providers",
"license": "MIT",
"author": "Benjamin Weggersen <[email protected]>",
Expand Down

0 comments on commit 103d6d3

Please sign in to comment.