Skip to content

Commit

Permalink
Merge pull request #408 from Blobscan/changeset-release/next
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
0xGabi committed May 29, 2024
2 parents 8012e62 + 97f52b1 commit 238c4c4
Show file tree
Hide file tree
Showing 22 changed files with 114 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-bags-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-pens-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-teachers-smell.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.11.0

### Minor Changes

- [#409](https://github.com/Blobscan/blobscan/pull/409) [`4ff5c4d`](https://github.com/Blobscan/blobscan/commit/4ff5c4d720463fd607a32fe35466a3e0dad045f9) Thanks [@0xGabi](https://github.com/0xGabi)! - Added support for Taiko, Blast, and Optopia rollups

### Patch Changes

- Updated dependencies [[`274e838`](https://github.com/Blobscan/blobscan/commit/274e838c71e7364068cc4c156e2f310cb58122ee), [`274e838`](https://github.com/Blobscan/blobscan/commit/274e838c71e7364068cc4c156e2f310cb58122ee)]:
- @blobscan/api@0.9.2

## 0.10.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.10.0",
"version": "0.11.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -15,7 +15,7 @@
"with-env": "dotenv -e ../../.env -v BLOB_PROPAGATOR_ENABLED=false --"
},
"dependencies": {
"@blobscan/api": "workspace:^0.9.0",
"@blobscan/api": "workspace:^0.9.2",
"@blobscan/blob-decoder": "workspace:^0.1.0",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/open-telemetry": "workspace:^0.0.7",
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.1.2

### Patch Changes

- Updated dependencies [[`4ff5c4d`](https://github.com/Blobscan/blobscan/commit/4ff5c4d720463fd607a32fe35466a3e0dad045f9)]:
- @blobscan/db@0.7.0
- @blobscan/blob-propagator@0.2.2

## 0.1.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.1.1",
"version": "0.1.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.1",
"@blobscan/blob-propagator": "workspace:^0.2.2",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.6.0",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/zod": "workspace:^0.1.0",
"bullmq": "^4.13.2",
"command-line-args": "^5.2.1",
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.1.9

### Patch Changes

- Updated dependencies [[`4ff5c4d`](https://github.com/Blobscan/blobscan/commit/4ff5c4d720463fd607a32fe35466a3e0dad045f9)]:
- @blobscan/db@0.7.0

## 0.1.8

### 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.1.8",
"version": "0.1.9",
"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.0.2",
"@blobscan/db": "workspace:^0.6.0",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/logger": "workspace:^0.1.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1"
Expand Down
13 changes: 13 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blobscan/api

## 0.9.2

### Patch Changes

- [#407](https://github.com/Blobscan/blobscan/pull/407) [`274e838`](https://github.com/Blobscan/blobscan/commit/274e838c71e7364068cc4c156e2f310cb58122ee) Thanks [@PJColombo](https://github.com/PJColombo)! - Ensure `transactions` and `blobs` input are not empty on `indexData` procedure

- [#407](https://github.com/Blobscan/blobscan/pull/407) [`274e838`](https://github.com/Blobscan/blobscan/commit/274e838c71e7364068cc4c156e2f310cb58122ee) Thanks [@PJColombo](https://github.com/PJColombo)! - Resolved issue where the reorg handling procedure wasn't processing db operation results correctly

- Updated dependencies [[`4ff5c4d`](https://github.com/Blobscan/blobscan/commit/4ff5c4d720463fd607a32fe35466a3e0dad045f9)]:
- @blobscan/db@0.7.0
- @blobscan/blob-propagator@0.2.2
- @blobscan/blob-storage-manager@0.3.2

## 0.9.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/api",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -15,10 +15,10 @@
"test:ui": "pnpm with-env:test vitest --ui"
},
"dependencies": {
"@blobscan/blob-propagator": "workspace:^0.2.1",
"@blobscan/blob-storage-manager": "workspace:^0.3.1",
"@blobscan/blob-propagator": "workspace:^0.2.2",
"@blobscan/blob-storage-manager": "workspace:^0.3.2",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.6.0",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/zod": "workspace:^0.1.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.8

### Patch Changes

- Updated dependencies [[`4ff5c4d`](https://github.com/Blobscan/blobscan/commit/4ff5c4d720463fd607a32fe35466a3e0dad045f9)]:
- @blobscan/db@0.7.0

## 0.0.7

### 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.7",
"version": "0.0.8",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
Expand All @@ -12,7 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@blobscan/db": "workspace:^0.6.0",
"@blobscan/db": "workspace:^0.7.0",
"@next-auth/prisma-adapter": "^1.0.5",
"next": "^13.4.16",
"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.2

### Patch Changes

- Updated dependencies [[`4ff5c4d`](https://github.com/Blobscan/blobscan/commit/4ff5c4d720463fd607a32fe35466a3e0dad045f9)]:
- @blobscan/db@0.7.0
- @blobscan/blob-storage-manager@0.3.2

## 0.2.1

### 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.1",
"version": "0.2.2",
"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.3.1",
"@blobscan/db": "workspace:^0.6.0",
"@blobscan/blob-storage-manager": "workspace:^0.3.2",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/zod": "workspace:^0.1.0",
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.3.2

### Patch Changes

- Updated dependencies [[`4ff5c4d`](https://github.com/Blobscan/blobscan/commit/4ff5c4d720463fd607a32fe35466a3e0dad045f9)]:
- @blobscan/db@0.7.0

## 0.3.1

### Patch 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.3.1",
"version": "0.3.2",
"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.6.0",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/zod": "workspace:^0.1.0",
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.7.0

### Minor Changes

- [#409](https://github.com/Blobscan/blobscan/pull/409) [`4ff5c4d`](https://github.com/Blobscan/blobscan/commit/4ff5c4d720463fd607a32fe35466a3e0dad045f9) Thanks [@0xGabi](https://github.com/0xGabi)! - Added support for Taiko, Blast, and Optopia rollups

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

## 0.1.9

### Patch Changes

- Updated dependencies [[`4ff5c4d`](https://github.com/Blobscan/blobscan/commit/4ff5c4d720463fd607a32fe35466a3e0dad045f9)]:
- @blobscan/db@0.7.0

## 0.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stats-syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@blobscan/stats-syncer",
"description": "Blobscan's stats syncer",
"private": true,
"version": "0.1.8",
"version": "0.1.9",
"main": "./src/index.ts",
"scripts": {
"clean": "rm -rf .turbo node_modules",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.6.0",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/logger": "workspace:^0.1.0",
"bullmq": "^4.13.2",
"ioredis": "^5.3.2"
Expand Down
Loading

0 comments on commit 238c4c4

Please sign in to comment.