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 Feb 5, 2025
1 parent b90971b commit 9bac375
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-shrimps-guess.md

This file was deleted.

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

## 0.4.8

### Patch Changes

- Updated dependencies [[`b90971b`](https://github.com/Blobscan/blobscan/commit/b90971b1415e32c23c530feff1fc2dd1560d377d)]:
- @blobscan/api@0.18.0

## 0.4.7

### 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.4.7",
"version": "0.4.8",
"private": true,
"scripts": {
"build": "ncc build src/index.ts --target es2020 --minify",
Expand All @@ -17,7 +17,7 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"@blobscan/api": "workspace:^0.17.0",
"@blobscan/api": "workspace:^0.18.0",
"@blobscan/env": "workspace:^0.1.0",
"@blobscan/logger": "workspace:^0.1.2",
"@blobscan/open-telemetry": "workspace:^0.0.9",
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.19.1

### Patch Changes

- Updated dependencies [[`b90971b`](https://github.com/Blobscan/blobscan/commit/b90971b1415e32c23c530feff1fc2dd1560d377d)]:
- @blobscan/api@0.18.0

## 0.19.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.19.0",
"version": "0.19.1",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -15,7 +15,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@blobscan/api": "workspace:^0.17.0",
"@blobscan/api": "workspace:^0.18.0",
"@blobscan/blob-decoder": "workspace:^0.2.1",
"@blobscan/dates": "workspace:*",
"@blobscan/dayjs": "workspace:^0.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blobscan/api

## 0.18.0

### Minor Changes

- [#700](https://github.com/Blobscan/blobscan/pull/700) [`b90971b`](https://github.com/Blobscan/blobscan/commit/b90971b1415e32c23c530feff1fc2dd1560d377d) Thanks [@PJColombo](https://github.com/PJColombo)! - Added support for fetching blocks by slot

## 0.17.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/api",
"version": "0.17.1",
"version": "0.18.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
6 changes: 4 additions & 2 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 9bac375

Please sign in to comment.