Skip to content

Commit

Permalink
chore: version packages (#723)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 14, 2025
1 parent baecae5 commit f855bdf
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-baboons-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-flies-occur.md

This file was deleted.

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

## 0.20.1

### Patch Changes

- [#724](https://github.com/Blobscan/blobscan/pull/724) [`baecae5`](https://github.com/Blobscan/blobscan/commit/baecae5f7bb30a1c3845fd241eaa25ecc83b4abc) Thanks [@PJColombo](https://github.com/PJColombo)! - Removed skeleton display from navigation items component if the env vars are not set

- Updated dependencies [[`1ab2c7f`](https://github.com/Blobscan/blobscan/commit/1ab2c7fddce9883b81387bce0e11ac8104c7d983)]:
- @blobscan/api@0.18.1

## 0.20.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.20.0",
"version": "0.20.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.18.0",
"@blobscan/api": "workspace:^0.18.1",
"@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.1

### Patch Changes

- [#722](https://github.com/Blobscan/blobscan/pull/722) [`1ab2c7f`](https://github.com/Blobscan/blobscan/commit/1ab2c7fddce9883b81387bce0e11ac8104c7d983) Thanks [@PJColombo](https://github.com/PJColombo)! - Removed `sort` query param from `getBySlot` procedure

## 0.18.0

### Minor 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.18.0",
"version": "0.18.1",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit f855bdf

Please sign in to comment.