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 Jun 20, 2024
1 parent e35e1a4 commit a462e1c
Show file tree
Hide file tree
Showing 24 changed files with 128 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-terms-accept.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/gentle-pumpkins-grin.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.

19 changes: 19 additions & 0 deletions apps/rest-api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @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

- Updated dependencies [[`fb9c084`](https://github.com/Blobscan/blobscan/commit/fb9c08409ff43f2be14197bf0db9f5a2d2965ee9), [`3393953`](https://github.com/Blobscan/blobscan/commit/33939533cf153b8caefff1b70c6dca5a6fe5c53b)]:
- @blobscan/syncers@0.2.0
- @blobscan/api@0.9.3

## 0.3.9

### 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.3.9",
"version": "0.4.0",
"private": true,
"scripts": {
"clean": "git clean -xdf node_modules",
Expand All @@ -15,10 +15,10 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"@blobscan/api": "workspace:^0.9.0",
"@blobscan/api": "workspace:^0.9.3",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/syncers": "workspace:^0.1.9",
"@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
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.3

### Patch Changes

- Updated dependencies [[`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d)]:
- @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/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.10

### Patch Changes

- Updated dependencies [[`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d)]:
- @blobscan/db@0.8.0

## 0.1.9

### 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.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,7 +18,7 @@
},
"dependencies": {
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/logger": "workspace:^0.1.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1"
Expand Down
9 changes: 9 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blobscan/api

## 0.9.3

### Patch Changes

- Updated dependencies [[`28da372`](https://github.com/Blobscan/blobscan/commit/28da372f217ce44cb7e16cd02bcc02633576879a), [`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d)]:
- @blobscan/blob-storage-manager@0.3.3
- @blobscan/db@0.8.0
- @blobscan/blob-propagator@0.2.3

## 0.9.2

### 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.2",
"version": "0.9.3",
"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.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/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.9

### Patch Changes

- Updated dependencies [[`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d)]:
- @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-propagator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blobscan/blob-propagator

## 0.2.3

### Patch Changes

- Updated dependencies [[`28da372`](https://github.com/Blobscan/blobscan/commit/28da372f217ce44cb7e16cd02bcc02633576879a), [`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d)]:
- @blobscan/blob-storage-manager@0.3.3
- @blobscan/db@0.8.0

## 0.2.2

### 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.2",
"version": "0.2.3",
"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.2",
"@blobscan/db": "workspace:^0.7.0",
"@blobscan/blob-storage-manager": "workspace:^0.3.3",
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/zod": "workspace:^0.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/blob-storage-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blobscan/blob-storage-manager

## 0.3.3

### Patch Changes

- [#410](https://github.com/Blobscan/blobscan/pull/410) [`28da372`](https://github.com/Blobscan/blobscan/commit/28da372f217ce44cb7e16cd02bcc02633576879a) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Dropped bee debug client

- Updated dependencies [[`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d)]:
- @blobscan/db@0.8.0

## 0.3.2

### 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.2",
"version": "0.3.3",
"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.7.0",
"@blobscan/db": "workspace:^0.8.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.8.0

### Minor Changes

- [#411](https://github.com/Blobscan/blobscan/pull/411) [`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Added an updated at field to blob storages state model

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

## 0.2.0

### Minor Changes

- [#411](https://github.com/Blobscan/blobscan/pull/411) [`fb9c084`](https://github.com/Blobscan/blobscan/commit/fb9c08409ff43f2be14197bf0db9f5a2d2965ee9) 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

- Updated dependencies [[`363a5aa`](https://github.com/Blobscan/blobscan/commit/363a5aae45e087b8938325a472e2c1c1dcfde42d)]:
- @blobscan/db@0.8.0

## 0.1.9

### Patch 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.1.9",
"version": "0.2.0",
"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.7.0",
"@blobscan/db": "workspace:^0.8.0",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/zod": "workspace:^0.1.0",
"axios": "^1.7.2",
Expand Down
Loading

0 comments on commit a462e1c

Please sign in to comment.