Skip to content

Commit

Permalink
chore: version packages (#624)
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 Nov 12, 2024
1 parent a5e204f commit ce843d4
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-waves-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-camels-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-humans-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-pianos-help.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.5

### Patch Changes

- Updated dependencies [[`76bd799`](https://github.com/Blobscan/blobscan/commit/76bd7990ea36b2826924cdbec6ddc660e96b1a17)]:
- @blobscan/api@0.15.0

## 0.4.4

### 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.4",
"version": "0.4.5",
"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.14.0",
"@blobscan/api": "workspace:^0.15.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/logger": "workspace:^0.1.1",
"@blobscan/open-telemetry": "workspace:^0.0.8",
Expand Down
15 changes: 15 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @blobscan/web

## 0.16.0

### Minor Changes

- [#592](https://github.com/Blobscan/blobscan/pull/592) [`76bd799`](https://github.com/Blobscan/blobscan/commit/76bd7990ea36b2826924cdbec6ddc660e96b1a17) Thanks [@xFJA](https://github.com/xFJA)! - Added multiple options to RollupFilter

### Patch Changes

- [#625](https://github.com/Blobscan/blobscan/pull/625) [`f93f96f`](https://github.com/Blobscan/blobscan/commit/f93f96fe023567f2354ce106454d8614da86ed43) Thanks [@PJColombo](https://github.com/PJColombo)! - Removed Gitcoin Round 22 banner

- [#592](https://github.com/Blobscan/blobscan/pull/592) [`76bd799`](https://github.com/Blobscan/blobscan/commit/76bd7990ea36b2826924cdbec6ddc660e96b1a17) Thanks [@xFJA](https://github.com/xFJA)! - Added missing rollups icons and improved RollupBadges' styles

- Updated dependencies [[`76bd799`](https://github.com/Blobscan/blobscan/commit/76bd7990ea36b2826924cdbec6ddc660e96b1a17)]:
- @blobscan/api@0.15.0

## 0.15.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.15.0",
"version": "0.16.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -15,7 +15,7 @@
"with-env": "dotenv -e ../../.env -v BLOB_PROPAGATOR_ENABLED=false --"
},
"dependencies": {
"@blobscan/api": "workspace:^0.14.0",
"@blobscan/api": "workspace:^0.15.0",
"@blobscan/blob-decoder": "workspace:^0.2.0",
"@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.15.0

### Minor Changes

- [#592](https://github.com/Blobscan/blobscan/pull/592) [`76bd799`](https://github.com/Blobscan/blobscan/commit/76bd7990ea36b2826924cdbec6ddc660e96b1a17) Thanks [@xFJA](https://github.com/xFJA)! - Added the posibility to filter by multiple `from` addresses

## 0.14.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.14.0",
"version": "0.15.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
5 changes: 3 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 ce843d4

Please sign in to comment.