Skip to content

Commit

Permalink
chore: version packages (#709)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 14, 2025
1 parent 242af90 commit 2a4f2b7
Show file tree
Hide file tree
Showing 32 changed files with 159 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-suits-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-bags-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-apricots-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-shrimps-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-balloons-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-plums-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-beans-speak.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.8

### Patch Changes

- Updated dependencies [[`9f88066`](https://github.com/Blobscan/blobscan/commit/9f88066f7445d3bfddc9088fe7078a9d53d9828e), [`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a), [`b90971b`](https://github.com/Blobscan/blobscan/commit/b90971b1415e32c23c530feff1fc2dd1560d377d), [`95f8043`](https://github.com/Blobscan/blobscan/commit/95f8043f253e83d37e224ccfd63f4c61088af4c2), [`27cddc4`](https://github.com/Blobscan/blobscan/commit/27cddc45aeb593d1dd9a1c693d5bfe69b6569f9a)]:
- @blobscan/api@0.18.0
- @blobscan/syncers@0.3.4

## 0.4.7

### 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.7",
"version": "0.4.8",
"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.17.0",
"@blobscan/api": "workspace:^0.18.0",
"@blobscan/env": "workspace:^0.1.0",
"@blobscan/logger": "workspace:^0.1.2",
"@blobscan/open-telemetry": "workspace:^0.0.9",
"@blobscan/syncers": "workspace:^0.3.3",
"@blobscan/syncers": "workspace:^0.3.4",
"@blobscan/zod": "workspace:^0.1.0",
"@opentelemetry/instrumentation-express": "^0.33.0",
"@sentry/node": "^7.109.0",
Expand Down
15 changes: 15 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @blobscan/web

## 0.20.0

### Minor Changes

- [#678](https://github.com/Blobscan/blobscan/pull/678) [`22ae59a`](https://github.com/Blobscan/blobscan/commit/22ae59a36fe8a35c0055b053bb288e7f071132a2) Thanks [@xFJA](https://github.com/xFJA)! - Get environment variables from API endpoint.

### Patch Changes

- [#658](https://github.com/Blobscan/blobscan/pull/658) [`95f8043`](https://github.com/Blobscan/blobscan/commit/95f8043f253e83d37e224ccfd63f4c61088af4c2) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Improved Optimism tx decoded fields card

- Updated dependencies [[`9f88066`](https://github.com/Blobscan/blobscan/commit/9f88066f7445d3bfddc9088fe7078a9d53d9828e), [`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a), [`b90971b`](https://github.com/Blobscan/blobscan/commit/b90971b1415e32c23c530feff1fc2dd1560d377d), [`95f8043`](https://github.com/Blobscan/blobscan/commit/95f8043f253e83d37e224ccfd63f4c61088af4c2), [`27cddc4`](https://github.com/Blobscan/blobscan/commit/27cddc45aeb593d1dd9a1c693d5bfe69b6569f9a)]:
- @blobscan/api@0.18.0
- @blobscan/db@0.14.0
- @blobscan/rollups@0.2.3

## 0.19.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.19.0",
"version": "0.20.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -15,14 +15,14 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@blobscan/api": "workspace:^0.17.0",
"@blobscan/api": "workspace:^0.18.0",
"@blobscan/blob-decoder": "workspace:^0.2.1",
"@blobscan/dates": "workspace:*",
"@blobscan/dayjs": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.13.0",
"@blobscan/db": "workspace:^0.14.0",
"@blobscan/eth-format": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.9",
"@blobscan/rollups": "workspace:^0.2.2",
"@blobscan/rollups": "workspace:^0.2.3",
"@floating-ui/react": "^0.26.23",
"@fontsource/inter": "^4.5.15",
"@fontsource/public-sans": "^4.5.12",
Expand Down
8 changes: 8 additions & 0 deletions clis/blob-propagation-jobs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blobscan/blob-propagation-jobs-cli

## 0.2.2

### Patch Changes

- Updated dependencies [[`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a)]:
- @blobscan/db@0.14.0
- @blobscan/blob-propagator@0.2.9

## 0.2.1

### 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.2.1",
"version": "0.2.2",
"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.8",
"@blobscan/blob-propagator": "workspace:^0.2.9",
"@blobscan/dayjs": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.13.0",
"@blobscan/db": "workspace:^0.14.0",
"@blobscan/env": "workspace:^0.1.0",
"@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.4

### Patch Changes

- Updated dependencies [[`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a)]:
- @blobscan/db@0.14.0

## 0.2.3

### 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.3",
"version": "0.2.4",
"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.13.0",
"@blobscan/db": "workspace:^0.14.0",
"@blobscan/logger": "workspace:^0.1.2",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1"
Expand Down
22 changes: 22 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @blobscan/api

## 0.18.0

### Minor Changes

- [#721](https://github.com/Blobscan/blobscan/pull/721) [`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a) Thanks [@PJColombo](https://github.com/PJColombo)! - Added last upper synced block root and block slot fields

- [#700](https://github.com/Blobscan/blobscan/pull/700) [`b90971b`](https://github.com/Blobscan/blobscan/commit/b90971b1415e32c23c530feff1fc2dd1560d377d) Thanks [@PJColombo](https://github.com/PJColombo)! - Added support for fetching blocks by slot

- [#713](https://github.com/Blobscan/blobscan/pull/713) [`27cddc4`](https://github.com/Blobscan/blobscan/commit/27cddc45aeb593d1dd9a1c693d5bfe69b6569f9a) Thanks [@PJColombo](https://github.com/PJColombo)! - Renamed and modified handleReorgedSlots to handleReorg, which now receives a set of rewinded and forwarded block hashes.

### Patch Changes

- [#695](https://github.com/Blobscan/blobscan/pull/695) [`9f88066`](https://github.com/Blobscan/blobscan/commit/9f88066f7445d3bfddc9088fe7078a9d53d9828e) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added sorting option to the getDailyStats API endpoint

- [#658](https://github.com/Blobscan/blobscan/pull/658) [`95f8043`](https://github.com/Blobscan/blobscan/commit/95f8043f253e83d37e224ccfd63f4c61088af4c2) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Removed auto-completion logic for hashes in Optimism decoded fields retrieval

- Updated dependencies [[`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a)]:
- @blobscan/db@0.14.0
- @blobscan/blob-propagator@0.2.9
- @blobscan/blob-storage-manager@0.4.1
- @blobscan/rollups@0.2.3

## 0.17.1

### Patch 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.17.1",
"version": "0.18.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.8",
"@blobscan/blob-storage-manager": "workspace:^0.4.0",
"@blobscan/blob-propagator": "workspace:^0.2.9",
"@blobscan/blob-storage-manager": "workspace:^0.4.1",
"@blobscan/dayjs": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.13.0",
"@blobscan/db": "workspace:^0.14.0",
"@blobscan/env": "workspace:^0.1.0",
"@blobscan/logger": "workspace:^0.1.2",
"@blobscan/open-telemetry": "workspace:^0.0.9",
"@blobscan/rollups": "workspace:^0.2.2",
"@blobscan/rollups": "workspace:^0.2.3",
"@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.15

### Patch Changes

- Updated dependencies [[`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a)]:
- @blobscan/db@0.14.0

## 0.0.14

### 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.14",
"version": "0.0.15",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
Expand All @@ -12,7 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@blobscan/db": "workspace:^0.13.0",
"@blobscan/db": "workspace:^0.14.0",
"@next-auth/prisma-adapter": "^1.0.5",
"next": "^14.2.5",
"next-auth": "^4.21.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/blob-propagator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blobscan/blob-propagator

## 0.2.9

### Patch Changes

- Updated dependencies [[`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a)]:
- @blobscan/db@0.14.0
- @blobscan/blob-storage-manager@0.4.1

## 0.2.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/blob-propagator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/blob-propagator",
"version": "0.2.8",
"version": "0.2.9",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -15,8 +15,8 @@
"test:ui": "pnpm with-env:test vitest --ui"
},
"dependencies": {
"@blobscan/blob-storage-manager": "workspace:^0.4.0",
"@blobscan/db": "workspace:^0.13.0",
"@blobscan/blob-storage-manager": "workspace:^0.4.1",
"@blobscan/db": "workspace:^0.14.0",
"@blobscan/env": "workspace:^0.1.0",
"@blobscan/logger": "workspace:^0.1.2",
"@blobscan/open-telemetry": "workspace:^0.0.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/blob-storage-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blobscan/blob-storage-manager

## 0.4.1

### Patch Changes

- Updated dependencies [[`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a)]:
- @blobscan/db@0.14.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/blob-storage-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/blob-storage-manager",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -15,7 +15,7 @@
"test:ui": "pnpm with-env:test vitest --ui"
},
"dependencies": {
"@blobscan/db": "workspace:^0.13.0",
"@blobscan/db": "workspace:^0.14.0",
"@blobscan/env": "workspace:^0.1.0",
"@blobscan/logger": "workspace:^0.1.2",
"@blobscan/open-telemetry": "workspace:^0.0.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blobscan/db

## 0.14.0

### Minor Changes

- [#721](https://github.com/Blobscan/blobscan/pull/721) [`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a) Thanks [@PJColombo](https://github.com/PJColombo)! - Added last upper synced block root and block slot fields

## 0.13.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.13.0",
"version": "0.14.0",
"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.4

### Patch Changes

- Updated dependencies [[`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a)]:
- @blobscan/db@0.14.0

## 0.1.3

### 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.3",
"version": "0.1.4",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/rollups/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blobscan/rollups

## 0.2.3

### Patch Changes

- Updated dependencies [[`242af90`](https://github.com/Blobscan/blobscan/commit/242af90b145ec95277172dc1a74ebb222231e58a)]:
- @blobscan/db@0.14.0

## 0.2.2

### Patch Changes
Expand Down
Loading

0 comments on commit 2a4f2b7

Please sign in to comment.