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 Jul 6, 2024
1 parent 77a3fa7 commit 3425c79
Show file tree
Hide file tree
Showing 40 changed files with 254 additions and 157 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-terms-accept.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eleven-bees-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-rabbits-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-planets-dance.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/four-melons-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-pumpkins-grin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gentle-squids-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-houses-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-adults-shake.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/long-turkeys-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-fireants-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-colts-fly.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-llamas-doubt.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- [#411](https://github.com/Blobscan/blobscan/pull/411) [`e74971f`](https://github.com/Blobscan/blobscan/commit/e74971f8cf198d33d62b41451d3dc096e66070ae) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Added Swarm stamp syncer

- [#411](https://github.com/Blobscan/blobscan/pull/411) [`3393953`](https://github.com/Blobscan/blobscan/commit/33939533cf153b8caefff1b70c6dca5a6fe5c53b) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Refactored the stats syncer package to support general-purpose synchronization workers/queues.

Key changes include:

• Renamed the package to syncers.
• Exported each syncer directly, removing the StatsSyncer managing entity.

### Patch Changes

- [#412](https://github.com/Blobscan/blobscan/pull/412) [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Replaced local environment variables with the `@blobscan/env` package

- Updated dependencies [[`a00fdbb`](https://github.com/Blobscan/blobscan/commit/a00fdbb08a5d17a07e7a4f759572fd598ccf7ce7), [`fb9c084`](https://github.com/Blobscan/blobscan/commit/fb9c08409ff43f2be14197bf0db9f5a2d2965ee9), [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`3393953`](https://github.com/Blobscan/blobscan/commit/33939533cf153b8caefff1b70c6dca5a6fe5c53b), [`e2bc7cc`](https://github.com/Blobscan/blobscan/commit/e2bc7ccb0cedf74fd1811f6ba76f672d67218e84)]:
- @blobscan/api@0.10.0
- @blobscan/syncers@0.2.0
- @blobscan/open-telemetry@0.0.8
- @blobscan/logger@0.1.1

## 0.3.9

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

## 0.12.0

### Minor Changes

- [#415](https://github.com/Blobscan/blobscan/pull/415) [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Dropped average blob size stat

### Patch Changes

- [#412](https://github.com/Blobscan/blobscan/pull/412) [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Replaced local environment variables with the `@blobscan/env` package

- [#414](https://github.com/Blobscan/blobscan/pull/414) [`dcbd95f`](https://github.com/Blobscan/blobscan/commit/dcbd95f08d25d14a005ad4093374e96a8291a314) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Hidden swarm data expiration metric when swarm is not set

- Updated dependencies [[`a00fdbb`](https://github.com/Blobscan/blobscan/commit/a00fdbb08a5d17a07e7a4f759572fd598ccf7ce7), [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`e2bc7cc`](https://github.com/Blobscan/blobscan/commit/e2bc7ccb0cedf74fd1811f6ba76f672d67218e84)]:
- @blobscan/api@0.10.0
- @blobscan/open-telemetry@0.0.8
- @blobscan/blob-decoder@0.1.1

## 0.11.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.11.0",
"version": "0.12.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -15,11 +15,11 @@
"with-env": "dotenv -e ../../.env -v BLOB_PROPAGATOR_ENABLED=false --"
},
"dependencies": {
"@blobscan/api": "workspace:^0.9.2",
"@blobscan/blob-decoder": "workspace:^0.1.0",
"@blobscan/api": "workspace:^0.10.0",
"@blobscan/blob-decoder": "workspace:^0.1.1",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/open-telemetry": "workspace:^0.0.8",
"@fontsource/inter": "^4.5.15",
"@fontsource/public-sans": "^4.5.12",
"@headlessui/react": "^1.7.13",
Expand Down
10 changes: 10 additions & 0 deletions clis/blob-propagation-jobs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blobscan/blob-propagation-jobs-cli

## 0.1.3

### Patch Changes

- [#412](https://github.com/Blobscan/blobscan/pull/412) [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Replaced local environment variables with the `@blobscan/env` package

- Updated dependencies [[`a00fdbb`](https://github.com/Blobscan/blobscan/commit/a00fdbb08a5d17a07e7a4f759572fd598ccf7ce7), [`3e15dd1`](https://github.com/Blobscan/blobscan/commit/3e15dd1bc074cde951aedf307fdbdb668bcc081b), [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`cd96277`](https://github.com/Blobscan/blobscan/commit/cd96277acf3a2e25f6ca1332fc66283cfd95f673), [`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`e2bc7cc`](https://github.com/Blobscan/blobscan/commit/e2bc7ccb0cedf74fd1811f6ba76f672d67218e84)]:
- @blobscan/db@0.8.0
- @blobscan/blob-propagator@0.2.3

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.2",
"@blobscan/blob-propagator": "workspace:^0.2.3",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/zod": "workspace:^0.1.0",
"bullmq": "^4.13.2",
Expand Down
8 changes: 8 additions & 0 deletions clis/stats-aggregation-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blobscan/stats-aggregation-cli

## 0.1.10

### Patch Changes

- Updated dependencies [[`a00fdbb`](https://github.com/Blobscan/blobscan/commit/a00fdbb08a5d17a07e7a4f759572fd598ccf7ce7), [`3e15dd1`](https://github.com/Blobscan/blobscan/commit/3e15dd1bc074cde951aedf307fdbdb668bcc081b), [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`cd96277`](https://github.com/Blobscan/blobscan/commit/cd96277acf3a2e25f6ca1332fc66283cfd95f673), [`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`e2bc7cc`](https://github.com/Blobscan/blobscan/commit/e2bc7ccb0cedf74fd1811f6ba76f672d67218e84)]:
- @blobscan/db@0.8.0
- @blobscan/logger@0.1.1

## 0.1.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.9",
"version": "0.1.10",
"private": true,
"description": "A CLI that facilitates the aggregation of metrics related to different types of entities.",
"main": "./src/index.ts",
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/logger": "workspace:^0.1.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1"
},
Expand Down
21 changes: 21 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @blobscan/api

## 0.10.0

### Minor Changes

- [#422](https://github.com/Blobscan/blobscan/pull/422) [`a00fdbb`](https://github.com/Blobscan/blobscan/commit/a00fdbb08a5d17a07e7a4f759572fd598ccf7ce7) Thanks [@PJColombo](https://github.com/PJColombo)! - Introduced block number and timestamp columns to the transaction table, enabling faster and more efficient sorting and filtering when retrieving multiple transactions.

- [#415](https://github.com/Blobscan/blobscan/pull/415) [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Dropped average blob size stat

- [#423](https://github.com/Blobscan/blobscan/pull/423) [`e2bc7cc`](https://github.com/Blobscan/blobscan/commit/e2bc7ccb0cedf74fd1811f6ba76f672d67218e84) Thanks [@PJColombo](https://github.com/PJColombo)! - Introduced block number and timestamp fields to the `BlobsOnTransactions` model, enabling faster and more efficient sorting and filtering when retrieving multiple blobs.

### Patch Changes

- [#412](https://github.com/Blobscan/blobscan/pull/412) [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Replaced local environment variables with the `@blobscan/env` package

- Updated dependencies [[`a00fdbb`](https://github.com/Blobscan/blobscan/commit/a00fdbb08a5d17a07e7a4f759572fd598ccf7ce7), [`3e15dd1`](https://github.com/Blobscan/blobscan/commit/3e15dd1bc074cde951aedf307fdbdb668bcc081b), [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735), [`28da372`](https://github.com/Blobscan/blobscan/commit/28da372f217ce44cb7e16cd02bcc02633576879a), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`cd96277`](https://github.com/Blobscan/blobscan/commit/cd96277acf3a2e25f6ca1332fc66283cfd95f673), [`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`e2bc7cc`](https://github.com/Blobscan/blobscan/commit/e2bc7ccb0cedf74fd1811f6ba76f672d67218e84)]:
- @blobscan/db@0.8.0
- @blobscan/blob-storage-manager@0.3.3
- @blobscan/blob-propagator@0.2.3
- @blobscan/open-telemetry@0.0.8
- @blobscan/logger@0.1.1

## 0.9.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.2",
"version": "0.10.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -15,13 +15,13 @@
"test:ui": "pnpm with-env:test vitest --ui"
},
"dependencies": {
"@blobscan/blob-propagator": "workspace:^0.2.2",
"@blobscan/blob-storage-manager": "workspace:^0.3.2",
"@blobscan/blob-propagator": "workspace:^0.2.3",
"@blobscan/blob-storage-manager": "workspace:^0.3.3",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/open-telemetry": "workspace:^0.0.8",
"@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.9

### Patch Changes

- Updated dependencies [[`a00fdbb`](https://github.com/Blobscan/blobscan/commit/a00fdbb08a5d17a07e7a4f759572fd598ccf7ce7), [`3e15dd1`](https://github.com/Blobscan/blobscan/commit/3e15dd1bc074cde951aedf307fdbdb668bcc081b), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`cd96277`](https://github.com/Blobscan/blobscan/commit/cd96277acf3a2e25f6ca1332fc66283cfd95f673), [`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`e2bc7cc`](https://github.com/Blobscan/blobscan/commit/e2bc7ccb0cedf74fd1811f6ba76f672d67218e84)]:
- @blobscan/db@0.8.0

## 0.0.8

### 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.8",
"version": "0.0.9",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
Expand All @@ -12,7 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/db": "workspace:^0.8.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-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blobscan/blob-decoder

## 0.1.1

### Patch Changes

- Updated dependencies [[`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735)]:
- @blobscan/open-telemetry@0.0.8
- @blobscan/logger@0.1.1

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/blob-decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/blob-decoder",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"types": "./src/index.ts",
"exports": {
Expand All @@ -20,9 +20,9 @@
"test:ui": "pnpm with-env:test vitest --ui"
},
"dependencies": {
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/majin-blob-wasm": "workspace:^0.0.1",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/open-telemetry": "workspace:^0.0.8",
"@blobscan/zod": "workspace:^0.1.0"
},
"eslintConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/blob-propagator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @blobscan/blob-propagator

## 0.2.3

### Patch Changes

- [#412](https://github.com/Blobscan/blobscan/pull/412) [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Replaced local environment variables with the `@blobscan/env` package

- Updated dependencies [[`a00fdbb`](https://github.com/Blobscan/blobscan/commit/a00fdbb08a5d17a07e7a4f759572fd598ccf7ce7), [`3e15dd1`](https://github.com/Blobscan/blobscan/commit/3e15dd1bc074cde951aedf307fdbdb668bcc081b), [`253e5c4`](https://github.com/Blobscan/blobscan/commit/253e5c480f988993730b30197444a63c39fc9735), [`28da372`](https://github.com/Blobscan/blobscan/commit/28da372f217ce44cb7e16cd02bcc02633576879a), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`cd96277`](https://github.com/Blobscan/blobscan/commit/cd96277acf3a2e25f6ca1332fc66283cfd95f673), [`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d), [`49455b8`](https://github.com/Blobscan/blobscan/commit/49455b86282dac56692085751e28494773e274ae), [`e2bc7cc`](https://github.com/Blobscan/blobscan/commit/e2bc7ccb0cedf74fd1811f6ba76f672d67218e84)]:
- @blobscan/db@0.8.0
- @blobscan/blob-storage-manager@0.3.3
- @blobscan/open-telemetry@0.0.8
- @blobscan/logger@0.1.1

## 0.2.2

### Patch Changes
Expand Down
Loading

0 comments on commit 3425c79

Please sign in to comment.