Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent 2b252b1 commit 195bbc8
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-cups-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-ligers-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-flies-own.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @blobscan/web

## 0.19.0

### Minor Changes

- [#665](https://github.com/Blobscan/blobscan/pull/665) [`a0f594f`](https://github.com/Blobscan/blobscan/commit/a0f594fb31aa6c811b03c5d07c725d8bdc391813) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added a help tooltip to each field in the block details page

### Patch Changes

- Updated dependencies [[`e4dbe7a`](https://github.com/Blobscan/blobscan/commit/e4dbe7aa80b8bb885942cebb122c00e503db8202), [`e4dbe7a`](https://github.com/Blobscan/blobscan/commit/e4dbe7aa80b8bb885942cebb122c00e503db8202)]:
- @blobscan/db@0.12.1

## 0.18.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/web",
"version": "0.18.0",
"version": "0.19.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -19,7 +19,7 @@
"@blobscan/blob-decoder": "workspace:^0.2.0",
"@blobscan/dates": "workspace:*",
"@blobscan/dayjs": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.12.0",
"@blobscan/db": "workspace:^0.12.1",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/eth-format": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blobscan/db

## 0.12.1

### Patch Changes

- [#666](https://github.com/Blobscan/blobscan/pull/666) [`e4dbe7a`](https://github.com/Blobscan/blobscan/commit/e4dbe7aa80b8bb885942cebb122c00e503db8202) Thanks [@PJColombo](https://github.com/PJColombo)! - Corrected an issue in upsertMany operations where the firstBlockNumber column was not updated if it contained a null value

- [#666](https://github.com/Blobscan/blobscan/pull/666) [`e4dbe7a`](https://github.com/Blobscan/blobscan/commit/e4dbe7aa80b8bb885942cebb122c00e503db8202) Thanks [@PJColombo](https://github.com/PJColombo)! - Enhanced the calculation of unique blob daily aggregations to account for the uniqueness of blobs relative to previously existing blobs, rather than only within the current aggregation scope.

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/db",
"version": "0.12.0",
"version": "0.12.1",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/optimism-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blobscan/optimism-decoder

## 0.1.3

### Patch Changes

- Updated dependencies [[`e4dbe7a`](https://github.com/Blobscan/blobscan/commit/e4dbe7aa80b8bb885942cebb122c00e503db8202), [`e4dbe7a`](https://github.com/Blobscan/blobscan/commit/e4dbe7aa80b8bb885942cebb122c00e503db8202)]:
- @blobscan/db@0.12.1

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/optimism-decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/optimism-decoder",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 195bbc8

Please sign in to comment.