Skip to content

Commit

Permalink
Merge pull request #400 from Blobscan/changeset-release/next
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
PJColombo committed May 9, 2024
2 parents 5dce123 + b9f5f4d commit 81c4993
Show file tree
Hide file tree
Showing 26 changed files with 124 additions and 64 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-bugs-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-jars-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-moons-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-parents-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-flies-refuse.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.3.9

### Patch Changes

- Updated dependencies [[`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c)]:
- @blobscan/api@0.9.0
- @blobscan/stats-syncer@0.1.8

## 0.3.8

### 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.8",
"version": "0.3.9",
"private": true,
"scripts": {
"clean": "git clean -xdf node_modules",
Expand All @@ -15,10 +15,10 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"@blobscan/api": "workspace:^0.8.1",
"@blobscan/api": "workspace:^0.9.0",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/stats-syncer": "workspace:^0.1.7",
"@blobscan/stats-syncer": "workspace:^0.1.8",
"@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.9.3

### Patch Changes

- Updated dependencies [[`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c)]:
- @blobscan/api@0.9.0

## 0.9.2

### Patch 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.9.2",
"version": "0.9.3",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -16,7 +16,7 @@
"with-env": "dotenv -e ../../.env -v BLOB_PROPAGATOR_ENABLED=false --"
},
"dependencies": {
"@blobscan/api": "workspace:^0.8.1",
"@blobscan/api": "workspace:^0.9.0",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@fontsource/inter": "^4.5.15",
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.1

### Patch Changes

- Updated dependencies [[`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c)]:
- @blobscan/db@0.6.0
- @blobscan/blob-propagator@0.2.1

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"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.0",
"@blobscan/blob-propagator": "workspace:^0.2.1",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.5.0",
"@blobscan/db": "workspace:^0.6.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.8

### Patch Changes

- Updated dependencies [[`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c)]:
- @blobscan/db@0.6.0

## 0.1.7

### 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.7",
"version": "0.1.8",
"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.5.0",
"@blobscan/db": "workspace:^0.6.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.0

### Minor Changes

- [#398](https://github.com/Blobscan/blobscan/pull/398) [`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c) Thanks [@0xGabi](https://github.com/0xGabi)! - Added sepolia new rollups

### Patch Changes

- Updated dependencies [[`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c), [`fad721d`](https://github.com/Blobscan/blobscan/commit/fad721de28cb131ed988a1f2333d7b35e8261df2), [`c4c94f4`](https://github.com/Blobscan/blobscan/commit/c4c94f453146beefe853dfedf8681db472155c34), [`fad721d`](https://github.com/Blobscan/blobscan/commit/fad721de28cb131ed988a1f2333d7b35e8261df2), [`4aa1198`](https://github.com/Blobscan/blobscan/commit/4aa1198d2f3d4387f9cabb2b791a7a2b8b863938)]:
- @blobscan/db@0.6.0
- @blobscan/blob-storage-manager@0.3.1
- @blobscan/blob-propagator@0.2.1

## 0.8.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.8.1",
"version": "0.9.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.0",
"@blobscan/blob-storage-manager": "workspace:^0.3.0",
"@blobscan/blob-propagator": "workspace:^0.2.1",
"@blobscan/blob-storage-manager": "workspace:^0.3.1",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/db": "workspace:^0.5.0",
"@blobscan/db": "workspace:^0.6.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.7

### Patch Changes

- Updated dependencies [[`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c)]:
- @blobscan/db@0.6.0

## 0.0.6

### 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.6",
"version": "0.0.7",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
Expand All @@ -12,7 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@blobscan/db": "workspace:^0.5.0",
"@blobscan/db": "workspace:^0.6.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.1

### Patch Changes

- Updated dependencies [[`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c), [`fad721d`](https://github.com/Blobscan/blobscan/commit/fad721de28cb131ed988a1f2333d7b35e8261df2), [`c4c94f4`](https://github.com/Blobscan/blobscan/commit/c4c94f453146beefe853dfedf8681db472155c34), [`fad721d`](https://github.com/Blobscan/blobscan/commit/fad721de28cb131ed988a1f2333d7b35e8261df2), [`4aa1198`](https://github.com/Blobscan/blobscan/commit/4aa1198d2f3d4387f9cabb2b791a7a2b8b863938)]:
- @blobscan/db@0.6.0
- @blobscan/blob-storage-manager@0.3.1

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"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.0",
"@blobscan/db": "workspace:^0.5.0",
"@blobscan/blob-storage-manager": "workspace:^0.3.1",
"@blobscan/db": "workspace:^0.6.0",
"@blobscan/logger": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@blobscan/zod": "workspace:^0.1.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/blob-storage-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @blobscan/blob-storage-manager

## 0.3.1

### Patch Changes

- [#399](https://github.com/Blobscan/blobscan/pull/399) [`fad721d`](https://github.com/Blobscan/blobscan/commit/fad721de28cb131ed988a1f2333d7b35e8261df2) Thanks [@PJColombo](https://github.com/PJColombo)! - Fixed file system storage issue where blob removal operation was throwing error if the blob path didn't exists

- [`c4c94f4`](https://github.com/Blobscan/blobscan/commit/c4c94f453146beefe853dfedf8681db472155c34) Thanks [@PJColombo](https://github.com/PJColombo)! - Fixed a postgres storage issue where the existence of a blob wasn't checked before removal

- [#399](https://github.com/Blobscan/blobscan/pull/399) [`fad721d`](https://github.com/Blobscan/blobscan/commit/fad721de28cb131ed988a1f2333d7b35e8261df2) Thanks [@PJColombo](https://github.com/PJColombo)! - Fixed file system storage issue where files and directories were not being created with the correct full permissions

- [`4aa1198`](https://github.com/Blobscan/blobscan/commit/4aa1198d2f3d4387f9cabb2b791a7a2b8b863938) Thanks [@PJColombo](https://github.com/PJColombo)! - Fixed google storage issue where the existence of a blob wasn't being checked properly before removal

- Updated dependencies [[`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c)]:
- @blobscan/db@0.6.0

## 0.3.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.3.0",
"version": "0.3.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.5.0",
"@blobscan/db": "workspace:^0.6.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.6.0

### Minor Changes

- [#398](https://github.com/Blobscan/blobscan/pull/398) [`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c) Thanks [@0xGabi](https://github.com/0xGabi)! - Added sepolia new rollups

## 0.5.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.5.0",
"version": "0.6.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.8

### Patch Changes

- Updated dependencies [[`9d2e6ac`](https://github.com/Blobscan/blobscan/commit/9d2e6aca545a3dde9be5742afbe71b12d675420c)]:
- @blobscan/db@0.6.0

## 0.1.7

### 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.7",
"version": "0.1.8",
"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.5.0",
"@blobscan/db": "workspace:^0.6.0",
"@blobscan/logger": "workspace:^0.1.0",
"bullmq": "^4.13.2",
"ioredis": "^5.3.2"
Expand Down

0 comments on commit 81c4993

Please sign in to comment.