Skip to content

Commit

Permalink
Merge pull request #288 from Blobscan/changeset-release/next
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
PJColombo authored Mar 13, 2024
2 parents 745cd21 + e5c722e commit 3fc8084
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 47 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-geese-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-eagles-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-bobcats-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-bananas-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-llamas-cough.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nervous-pianos-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-jars-perform.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- [#295](https://github.com/Blobscan/blobscan/pull/295) [`b307c59`](https://github.com/Blobscan/blobscan/commit/b307c59cace1858634b0bf54099338429c69ce63) Thanks [@0xGabi](https://github.com/0xGabi)! - Splited getByBlockId schema to handle openapi parse restrictions

- Updated dependencies [[`14c0ed0`](https://github.com/Blobscan/blobscan/commit/14c0ed06ad543239138fc5c14f753a1cf2175032), [`1f40a4b`](https://github.com/Blobscan/blobscan/commit/1f40a4b7dbe73a947c3325588069bbbd50b334da), [`56ebc7d`](https://github.com/Blobscan/blobscan/commit/56ebc7d0fa44ef5abdea4df4ab31fe697bcfde21), [`b307c59`](https://github.com/Blobscan/blobscan/commit/b307c59cace1858634b0bf54099338429c69ce63), [`3a9c304`](https://github.com/Blobscan/blobscan/commit/3a9c3045b35dd3efef29caa75b87cbf5549f7ee2)]:
- @blobscan/api@0.3.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"clean": "git clean -xdf node_modules",
Expand All @@ -15,7 +15,7 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"@blobscan/api": "^0.2.1",
"@blobscan/api": "^0.3.0",
"@blobscan/logger": "^0.0.3",
"@blobscan/open-telemetry": "^0.0.3",
"@blobscan/stats-syncer": "^0.1.1",
Expand Down
13 changes: 13 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @blobscan/web

## 0.2.0

### Minor Changes

- [#284](https://github.com/Blobscan/blobscan/pull/284) [`6949b30`](https://github.com/Blobscan/blobscan/commit/6949b3060c42616dd098484ca0d9d67c140cf2a2) Thanks [@0xGabi](https://github.com/0xGabi)! - Enhanced navigation from the blob details page, enabling direct links back to associated transactions and blocks

### Patch Changes

- [#295](https://github.com/Blobscan/blobscan/pull/295) [`b307c59`](https://github.com/Blobscan/blobscan/commit/b307c59cace1858634b0bf54099338429c69ce63) Thanks [@0xGabi](https://github.com/0xGabi)! - Splited getByBlockId schema to handle openapi parse restrictions

- Updated dependencies [[`14c0ed0`](https://github.com/Blobscan/blobscan/commit/14c0ed06ad543239138fc5c14f753a1cf2175032), [`1f40a4b`](https://github.com/Blobscan/blobscan/commit/1f40a4b7dbe73a947c3325588069bbbd50b334da), [`56ebc7d`](https://github.com/Blobscan/blobscan/commit/56ebc7d0fa44ef5abdea4df4ab31fe697bcfde21), [`b307c59`](https://github.com/Blobscan/blobscan/commit/b307c59cace1858634b0bf54099338429c69ce63), [`3a9c304`](https://github.com/Blobscan/blobscan/commit/3a9c3045b35dd3efef29caa75b87cbf5549f7ee2)]:
- @blobscan/api@0.3.0

## 0.1.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.1.2",
"version": "0.2.0",
"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": "^0.2.1",
"@blobscan/api": "^0.3.0",
"@blobscan/dayjs": "^0.0.2",
"@blobscan/open-telemetry": "^0.0.3",
"@fontsource/inter": "^4.5.15",
Expand Down
19 changes: 19 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @blobscan/api

## 0.3.0

### Minor Changes

- [#284](https://github.com/Blobscan/blobscan/pull/284) [`14c0ed0`](https://github.com/Blobscan/blobscan/commit/14c0ed06ad543239138fc5c14f753a1cf2175032) Thanks [@0xGabi](https://github.com/0xGabi)! - Enhanced the `getByBlobId` procedure to include related transactions and blocks in the blob response

### Patch Changes

- [#291](https://github.com/Blobscan/blobscan/pull/291) [`1f40a4b`](https://github.com/Blobscan/blobscan/commit/1f40a4b7dbe73a947c3325588069bbbd50b334da) Thanks [@PJColombo](https://github.com/PJColombo)! - Removed the slot number from block IDs to eliminate ambiguities

- [#296](https://github.com/Blobscan/blobscan/pull/296) [`56ebc7d`](https://github.com/Blobscan/blobscan/commit/56ebc7d0fa44ef5abdea4df4ab31fe697bcfde21) Thanks [@0xGabi](https://github.com/0xGabi)! - Fixed blob gas as calldata calculation

- [#295](https://github.com/Blobscan/blobscan/pull/295) [`b307c59`](https://github.com/Blobscan/blobscan/commit/b307c59cace1858634b0bf54099338429c69ce63) Thanks [@0xGabi](https://github.com/0xGabi)! - Splited getByBlockId schema to handle openapi parse restrictions

- [#294](https://github.com/Blobscan/blobscan/pull/294) [`3a9c304`](https://github.com/Blobscan/blobscan/commit/3a9c3045b35dd3efef29caa75b87cbf5549f7ee2) Thanks [@0xGabi](https://github.com/0xGabi)! - Resolved overall stats format

- Updated dependencies [[`9d018bd`](https://github.com/Blobscan/blobscan/commit/9d018bd56895ad6e904bda8ec81c850c02230b11)]:
- @blobscan/db@0.1.2

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/api",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand All @@ -18,7 +18,7 @@
"@blobscan/blob-propagator": "^0.0.3",
"@blobscan/blob-storage-manager": "^0.0.3",
"@blobscan/dayjs": "^0.0.2",
"@blobscan/db": "^0.1.1",
"@blobscan/db": "^0.1.2",
"@blobscan/open-telemetry": "^0.0.3",
"@blobscan/zod": "^0.0.3",
"@trpc/server": "^10.43.2",
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.1.2

### Patch Changes

- [#287](https://github.com/Blobscan/blobscan/pull/287) [`9d018bd`](https://github.com/Blobscan/blobscan/commit/9d018bd56895ad6e904bda8ec81c850c02230b11) Thanks [@PJColombo](https://github.com/PJColombo)! - Resolved an issue where reorged blocks where being included in the daily stats aggregations

## 0.1.1

### Patch 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.1.1",
"version": "0.1.2",
"private": true,
"main": "./index.ts",
"types": "./index.ts",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fc8084

Please sign in to comment.