Skip to content

Commit

Permalink
chore: version packages (#443)
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 Jul 17, 2024
1 parent de3ceb5 commit 5166aa6
Show file tree
Hide file tree
Showing 25 changed files with 122 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-walls-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-deers-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-readers-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-peas-lay.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.2

### Patch Changes

- Updated dependencies [[`8d27043`](https://github.com/Blobscan/blobscan/commit/8d27043ea464c34cfeef29ae996fca0ee6d2c1ab), [`634274b`](https://github.com/Blobscan/blobscan/commit/634274bd0940f081d8faa54fd68a892e450ae7ad)]:
- @blobscan/api@0.12.0
- @blobscan/syncers@0.2.1

## 0.4.1

### 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.1",
"version": "0.4.2",
"private": true,
"scripts": {
"clean": "git clean -xdf node_modules",
Expand All @@ -15,11 +15,11 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"@blobscan/api": "workspace:^0.11.0",
"@blobscan/api": "workspace:^0.12.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/open-telemetry": "workspace:^0.0.8",
"@blobscan/syncers": "workspace:^0.2.0",
"@blobscan/syncers": "workspace:^0.2.1",
"@blobscan/zod": "workspace:^0.1.0",
"@opentelemetry/instrumentation-express": "^0.33.0",
"@sentry/node": "^7.109.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blobscan/web

## 0.13.1

### Patch Changes

- Updated dependencies [[`8d27043`](https://github.com/Blobscan/blobscan/commit/8d27043ea464c34cfeef29ae996fca0ee6d2c1ab), [`634274b`](https://github.com/Blobscan/blobscan/commit/634274bd0940f081d8faa54fd68a892e450ae7ad)]:
- @blobscan/api@0.12.0

## 0.13.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.13.0",
"version": "0.13.1",
"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.11.0",
"@blobscan/api": "workspace:^0.12.0",
"@blobscan/blob-decoder": "workspace:^0.1.1",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/env": "workspace:^0.0.1",
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.4

### Patch Changes

- Updated dependencies [[`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7), [`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7)]:
- @blobscan/db@0.9.0
- @blobscan/blob-propagator@0.2.4

## 0.1.3

### 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.3",
"version": "0.1.4",
"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.3",
"@blobscan/blob-propagator": "workspace:^0.2.4",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/db": "workspace:^0.9.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.1.11

### Patch Changes

- Updated dependencies [[`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7), [`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7)]:
- @blobscan/db@0.9.0

## 0.1.10

### 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.10",
"version": "0.1.11",
"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.8.0",
"@blobscan/db": "workspace:^0.9.0",
"@blobscan/logger": "workspace:^0.1.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1"
Expand Down
15 changes: 15 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @blobscan/api

## 0.12.0

### Minor Changes

- [#444](https://github.com/Blobscan/blobscan/pull/444) [`8d27043`](https://github.com/Blobscan/blobscan/commit/8d27043ea464c34cfeef29ae996fca0ee6d2c1ab) Thanks [@PJColombo](https://github.com/PJColombo)! - Moved tx rollup, index and blob index field to expandable fields in block retrieval

- [#442](https://github.com/Blobscan/blobscan/pull/442) [`634274b`](https://github.com/Blobscan/blobscan/commit/634274bd0940f081d8faa54fd68a892e450ae7ad) Thanks [@PJColombo](https://github.com/PJColombo)! - Added support to filter entities (blobs, blocks or transactions) by no rollup

### Patch Changes

- Updated dependencies [[`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7), [`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7)]:
- @blobscan/db@0.9.0
- @blobscan/blob-propagator@0.2.4
- @blobscan/blob-storage-manager@0.3.4

## 0.11.0

### Minor 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.11.0",
"version": "0.12.0",
"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.3",
"@blobscan/blob-storage-manager": "workspace:^0.3.3",
"@blobscan/blob-propagator": "workspace:^0.2.4",
"@blobscan/blob-storage-manager": "workspace:^0.3.4",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/db": "workspace:^0.9.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/open-telemetry": "workspace:^0.0.8",
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.10

### Patch Changes

- Updated dependencies [[`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7), [`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7)]:
- @blobscan/db@0.9.0

## 0.0.9

### 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.9",
"version": "0.0.10",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
Expand All @@ -12,7 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/db": "workspace:^0.9.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.4

### Patch Changes

- Updated dependencies [[`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7), [`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7)]:
- @blobscan/db@0.9.0
- @blobscan/blob-storage-manager@0.3.4

## 0.2.3

### 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.3",
"version": "0.2.4",
"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.3",
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/blob-storage-manager": "workspace:^0.3.4",
"@blobscan/db": "workspace:^0.9.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/open-telemetry": "workspace:^0.0.8",
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.4

### Patch Changes

- Updated dependencies [[`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7), [`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7)]:
- @blobscan/db@0.9.0

## 0.3.3

### 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.3",
"version": "0.3.4",
"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.8.0",
"@blobscan/db": "workspace:^0.9.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/open-telemetry": "workspace:^0.0.8",
Expand Down
10 changes: 10 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blobscan/db

## 0.9.0

### Minor Changes

- [#445](https://github.com/Blobscan/blobscan/pull/445) [`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7) Thanks [@PJColombo](https://github.com/PJColombo)! - Made `proof` field on `Blob` model mandatory

### Patch Changes

- [#445](https://github.com/Blobscan/blobscan/pull/445) [`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7) Thanks [@PJColombo](https://github.com/PJColombo)! - Created index for `proof` field on `Blob` model

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

## 0.2.1

### Patch Changes

- Updated dependencies [[`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7), [`de3ceb5`](https://github.com/Blobscan/blobscan/commit/de3ceb5c9f2130ba407c64effe744f214fd6cad7)]:
- @blobscan/db@0.9.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/syncers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@blobscan/syncers",
"description": "Blobscan's stats syncer",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"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.8.0",
"@blobscan/db": "workspace:^0.9.0",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/zod": "workspace:^0.1.0",
"axios": "^1.7.2",
Expand Down
Loading

0 comments on commit 5166aa6

Please sign in to comment.