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 Dec 9, 2024
1 parent 0057df3 commit 4d2f2c9
Show file tree
Hide file tree
Showing 45 changed files with 5,906 additions and 10,523 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-emus-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-pears-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-clouds-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-lobsters-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-knives-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-pears-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-suits-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-rules-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-onions-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-buckets-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-pots-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-cars-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-suns-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-beans-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-bears-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-news-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-knives-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-colts-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-yaks-bake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-timers-eat.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/rest-api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blobscan/rest-api-server

## 0.4.6

### Patch Changes

- Updated dependencies [[`025484b`](https://github.com/Blobscan/blobscan/commit/025484be6b12344cfa5a40cda963827aa60cb1e3), [`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`ca30a0f`](https://github.com/Blobscan/blobscan/commit/ca30a0f03c11dfc0c4a25d18fdde2365458b17ca), [`ca30a0f`](https://github.com/Blobscan/blobscan/commit/ca30a0f03c11dfc0c4a25d18fdde2365458b17ca)]:
- @blobscan/api@0.16.0
- @blobscan/syncers@0.3.2

## 0.4.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/rest-api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/rest-api-server",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"scripts": {
"build": "ncc build src/index.ts --target es2020 --minify",
Expand All @@ -17,11 +17,11 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"@blobscan/api": "workspace:^0.15.0",
"@blobscan/api": "workspace:^0.16.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/open-telemetry": "workspace:^0.0.8",
"@blobscan/syncers": "workspace:^0.3.1",
"@blobscan/syncers": "workspace:^0.3.2",
"@blobscan/zod": "workspace:^0.1.0",
"@opentelemetry/instrumentation-express": "^0.33.0",
"@sentry/node": "^7.109.0",
Expand Down
31 changes: 31 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @blobscan/web

## 0.18.0

### Minor Changes

- [#623](https://github.com/Blobscan/blobscan/pull/623) [`025484b`](https://github.com/Blobscan/blobscan/commit/025484be6b12344cfa5a40cda963827aa60cb1e3) Thanks [@xFJA](https://github.com/xFJA)! - Added category column to blob, block and transaction tables.

- [#661](https://github.com/Blobscan/blobscan/pull/661) [`9bceee3`](https://github.com/Blobscan/blobscan/commit/9bceee3d9b22d68c3c97bd380d5771c8a2763189) Thanks [@xFJA](https://github.com/xFJA)! - Improved the block row rollup icons column by removing duplicated icons.

- [#622](https://github.com/Blobscan/blobscan/pull/622) [`d714683`](https://github.com/Blobscan/blobscan/commit/d71468364da0bbadc7b9c8b74071ebb4b810c252) Thanks [@xFJA](https://github.com/xFJA)! - Added copyable behavior to hashes and addresses in blob, block and transaction tables.

- [#637](https://github.com/Blobscan/blobscan/pull/637) [`ca30a0f`](https://github.com/Blobscan/blobscan/commit/ca30a0f03c11dfc0c4a25d18fdde2365458b17ca) Thanks [@xFJA](https://github.com/xFJA)! - Added 'Category' filter for blobs, blocks and transactions.

### Patch Changes

- [#644](https://github.com/Blobscan/blobscan/pull/644) [`cc62af6`](https://github.com/Blobscan/blobscan/commit/cc62af6bcd59917136c27ce02d2d659c43d42f5e) Thanks [@PJColombo](https://github.com/PJColombo)! - Fixed an issue where the Rollup filter was not being set correctly from query parameters

- [#662](https://github.com/Blobscan/blobscan/pull/662) [`0057df3`](https://github.com/Blobscan/blobscan/commit/0057df33b19b0cdf980393fa22a8227adf3a798f) Thanks [@xFJA](https://github.com/xFJA)! - Fixed misalignment for charts in home page.

- [#657](https://github.com/Blobscan/blobscan/pull/657) [`9599958`](https://github.com/Blobscan/blobscan/commit/9599958f518beca46bd906f29352538328482aa2) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Fixed an issue on the blob details page where the 'Show More' and 'Show Less' labels were displayed incorrectly

- [#656](https://github.com/Blobscan/blobscan/pull/656) [`759fc95`](https://github.com/Blobscan/blobscan/commit/759fc951c9397f9139a9941d1920b6d8716a8c09) Thanks [@xFJA](https://github.com/xFJA)! - Fixed Ether display overflow in Transaction details card for small screens.

- [#631](https://github.com/Blobscan/blobscan/pull/631) [`d5ef1bc`](https://github.com/Blobscan/blobscan/commit/d5ef1bc91100131d5179ad0786a2a8c743ef03d9) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added a link to the L1 origin block if the full hash is found using the optimism decoded fields.

- [#632](https://github.com/Blobscan/blobscan/pull/632) [`b89af3a`](https://github.com/Blobscan/blobscan/commit/b89af3a52e07e1fe5786abed93b702ba6d1ac997) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Improved the home lists spacing

- Updated dependencies [[`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`025484b`](https://github.com/Blobscan/blobscan/commit/025484be6b12344cfa5a40cda963827aa60cb1e3), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea), [`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea), [`ca30a0f`](https://github.com/Blobscan/blobscan/commit/ca30a0f03c11dfc0c4a25d18fdde2365458b17ca), [`ca30a0f`](https://github.com/Blobscan/blobscan/commit/ca30a0f03c11dfc0c4a25d18fdde2365458b17ca)]:
- @blobscan/db@0.12.0
- @blobscan/api@0.16.0
- @blobscan/rollups@0.2.1

## 0.17.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/web",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -15,15 +15,15 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@blobscan/api": "workspace:^0.15.0",
"@blobscan/api": "workspace:^0.16.0",
"@blobscan/blob-decoder": "workspace:^0.2.0",
"@blobscan/dates": "workspace:*",
"@blobscan/dayjs": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.11.0",
"@blobscan/db": "workspace:^0.12.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/eth-format": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.8",
"@blobscan/rollups": "workspace:^0.2.0",
"@blobscan/rollups": "workspace:^0.2.1",
"@floating-ui/react": "^0.26.23",
"@fontsource/inter": "^4.5.15",
"@fontsource/public-sans": "^4.5.12",
Expand Down
14 changes: 14 additions & 0 deletions clis/blob-propagation-jobs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @blobscan/blob-propagation-jobs-cli

## 0.2.0

### Minor Changes

- [#642](https://github.com/Blobscan/blobscan/pull/642) [`6e947ba`](https://github.com/Blobscan/blobscan/commit/6e947ba1e2b2c9f15d6855e602382e513b2054a5) Thanks [@PJColombo](https://github.com/PJColombo)! - Added support for creating jobs based on a specified block number range

### Patch Changes

- [#642](https://github.com/Blobscan/blobscan/pull/642) [`6e947ba`](https://github.com/Blobscan/blobscan/commit/6e947ba1e2b2c9f15d6855e602382e513b2054a5) Thanks [@PJColombo](https://github.com/PJColombo)! - It fixes an issue where the `create` command wasn't properly iterating over blobs within a given date range

- Updated dependencies [[`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`6512745`](https://github.com/Blobscan/blobscan/commit/6512745dc20949837a37aa923766f8b7effd6816), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea), [`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea)]:
- @blobscan/db@0.12.0
- @blobscan/blob-propagator@0.2.7

## 0.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions clis/blob-propagation-jobs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/blob-propagation-jobs-cli",
"version": "0.1.6",
"version": "0.2.0",
"private": true,
"description": "A CLI that facilitates the managing of blob propagation jobs",
"main": "./src/index.ts",
Expand All @@ -17,9 +17,9 @@
"with-env:test": "dotenv -e ../../.env.test --"
},
"dependencies": {
"@blobscan/blob-propagator": "workspace:^0.2.6",
"@blobscan/blob-propagator": "workspace:^0.2.7",
"@blobscan/dayjs": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.11.0",
"@blobscan/db": "workspace:^0.12.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/zod": "workspace:^0.1.0",
"bullmq": "^4.13.2",
Expand Down
7 changes: 7 additions & 0 deletions clis/stats-aggregation-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blobscan/stats-aggregation-cli

## 0.2.2

### Patch Changes

- Updated dependencies [[`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea), [`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea)]:
- @blobscan/db@0.12.0

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions clis/stats-aggregation-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/stats-aggregation-cli",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"description": "A CLI that facilitates the aggregation of metrics related to different types of entities.",
"main": "./src/index.ts",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@blobscan/dayjs": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.11.0",
"@blobscan/db": "workspace:^0.12.0",
"@blobscan/logger": "workspace:^0.1.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1"
Expand Down
20 changes: 20 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @blobscan/api

## 0.16.0

### Minor Changes

- [#623](https://github.com/Blobscan/blobscan/pull/623) [`025484b`](https://github.com/Blobscan/blobscan/commit/025484be6b12344cfa5a40cda963827aa60cb1e3) Thanks [@xFJA](https://github.com/xFJA)! - Added transaction category column to blob data.

- [#637](https://github.com/Blobscan/blobscan/pull/637) [`ca30a0f`](https://github.com/Blobscan/blobscan/commit/ca30a0f03c11dfc0c4a25d18fdde2365458b17ca) Thanks [@xFJA](https://github.com/xFJA)! - Remove nullable rollup value on filters.

- [#637](https://github.com/Blobscan/blobscan/pull/637) [`ca30a0f`](https://github.com/Blobscan/blobscan/commit/ca30a0f03c11dfc0c4a25d18fdde2365458b17ca) Thanks [@xFJA](https://github.com/xFJA)! - Added 'Category' filter for blobs, blocks and transactions.

### Patch Changes

- [#643](https://github.com/Blobscan/blobscan/pull/643) [`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5) Thanks [@PJColombo](https://github.com/PJColombo)! - Resolved an issue where blocks flagged as reorged remained marked as reorged after being reindexed

- Updated dependencies [[`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`6512745`](https://github.com/Blobscan/blobscan/commit/6512745dc20949837a37aa923766f8b7effd6816), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea), [`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea)]:
- @blobscan/db@0.12.0
- @blobscan/blob-propagator@0.2.7
- @blobscan/blob-storage-manager@0.3.7
- @blobscan/rollups@0.2.1

## 0.15.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/api",
"version": "0.15.0",
"version": "0.16.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -15,14 +15,14 @@
"test:ui": "pnpm with-env:test vitest --ui"
},
"dependencies": {
"@blobscan/blob-propagator": "workspace:^0.2.6",
"@blobscan/blob-storage-manager": "workspace:^0.3.6",
"@blobscan/blob-propagator": "workspace:^0.2.7",
"@blobscan/blob-storage-manager": "workspace:^0.3.7",
"@blobscan/dayjs": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.11.0",
"@blobscan/db": "workspace:^0.12.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/open-telemetry": "workspace:^0.0.8",
"@blobscan/rollups": "workspace:^0.2.0",
"@blobscan/rollups": "workspace:^0.2.1",
"@blobscan/zod": "workspace:^0.1.0",
"@trpc/server": "^10.43.2",
"jsonwebtoken": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blobscan/auth

## 0.0.13

### Patch Changes

- Updated dependencies [[`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea), [`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea)]:
- @blobscan/db@0.12.0

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/auth",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
Expand All @@ -12,7 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@blobscan/db": "workspace:^0.11.0",
"@blobscan/db": "workspace:^0.12.0",
"@next-auth/prisma-adapter": "^1.0.5",
"next": "^14.2.5",
"next-auth": "^4.21.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/blob-propagator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blobscan/blob-propagator

## 0.2.7

### Patch Changes

- [#628](https://github.com/Blobscan/blobscan/pull/628) [`6512745`](https://github.com/Blobscan/blobscan/commit/6512745dc20949837a37aa923766f8b7effd6816) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Removed `BLOB_PROPAGATOR_ENABLED` variable.

- Updated dependencies [[`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea), [`0922d8b`](https://github.com/Blobscan/blobscan/commit/0922d8ba3af90b9d798db5a3e83d3b2203c00af5), [`c88e11f`](https://github.com/Blobscan/blobscan/commit/c88e11f223df7543ae28c0d7e998c8e20c5690ea)]:
- @blobscan/db@0.12.0
- @blobscan/blob-storage-manager@0.3.7

## 0.2.6

### Patch Changes
Expand Down
Loading

0 comments on commit 4d2f2c9

Please sign in to comment.