Skip to content

Commit 4b9f58a

Browse files
chore: version packages (#900)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4257266 commit 4b9f58a

File tree

13 files changed

+50
-34
lines changed

13 files changed

+50
-34
lines changed

.changeset/big-wolves-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chilled-dodos-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/clever-zebras-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curvy-vans-share.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/web/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @blobscan/web
22

3+
## 0.41.0
4+
5+
### Minor Changes
6+
7+
- [#902](https://github.com/Blobscan/blobscan/pull/902) [`8c5cfa5`](https://github.com/Blobscan/blobscan/commit/8c5cfa5877ab6556e9e7b09c88958b9922ecd765) Thanks [@PJColombo](https://github.com/PJColombo)! - Removed network name display
8+
9+
- [#902](https://github.com/Blobscan/blobscan/pull/902) [`8c5cfa5`](https://github.com/Blobscan/blobscan/commit/8c5cfa5877ab6556e9e7b09c88958b9922ecd765) Thanks [@PJColombo](https://github.com/PJColombo)! - Displayed eth usd price on non-testnet chains only
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`4a98059`](https://github.com/Blobscan/blobscan/commit/4a98059612e27be8faa63c3110d530d8b5fbca3a), [`04dd07c`](https://github.com/Blobscan/blobscan/commit/04dd07cc5fb03a38a0abc98ea4444bcf29b53d98)]:
14+
- @blobscan/db@0.22.1
15+
- @blobscan/api@0.30.1
16+
317
## 0.40.0
418

519
### Minor Changes

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/web",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"private": true,
55
"scripts": {
66
"analyze": "ANALYZE=true pnpm with-env next build",
@@ -15,11 +15,11 @@
1515
"with-env": "dotenv -e ../../.env --"
1616
},
1717
"dependencies": {
18-
"@blobscan/api": "workspace:^0.30.0",
18+
"@blobscan/api": "workspace:^0.30.1",
1919
"@blobscan/blob-decoder": "workspace:^0.2.2",
2020
"@blobscan/dates": "workspace:*",
2121
"@blobscan/dayjs": "workspace:^0.1.0",
22-
"@blobscan/db": "workspace:^0.22.0",
22+
"@blobscan/db": "workspace:^0.22.1",
2323
"@blobscan/eth-format": "workspace:^0.1.0",
2424
"@blobscan/network-blob-config": "workspace:^0.3.0",
2525
"@blobscan/open-telemetry": "workspace:^0.0.10",

packages/api/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @blobscan/api
22

3+
## 0.30.1
4+
5+
### Patch Changes
6+
7+
- [#901](https://github.com/Blobscan/blobscan/pull/901) [`04dd07c`](https://github.com/Blobscan/blobscan/commit/04dd07cc5fb03a38a0abc98ea4444bcf29b53d98) Thanks [@PJColombo](https://github.com/PJColombo)! - Resolved an issue where the app state wasn't being returned if the blob storage state is absent
8+
9+
- Updated dependencies [[`4a98059`](https://github.com/Blobscan/blobscan/commit/4a98059612e27be8faa63c3110d530d8b5fbca3a)]:
10+
- @blobscan/db@0.22.1
11+
312
## 0.30.0
413

514
### Minor Changes

packages/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/api",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
44
"private": true,
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@blobscan/dayjs": "workspace:^0.1.0",
19-
"@blobscan/db": "workspace:^0.22.0",
19+
"@blobscan/db": "workspace:^0.22.1",
2020
"@blobscan/logger": "workspace:^0.1.3",
2121
"@blobscan/network-blob-config": "workspace:^0.3.0",
2222
"@blobscan/open-telemetry": "workspace:^0.0.10",

packages/db/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @blobscan/db
22

3+
## 0.22.1
4+
5+
### Patch Changes
6+
7+
- [#899](https://github.com/Blobscan/blobscan/pull/899) [`4a98059`](https://github.com/Blobscan/blobscan/commit/4a98059612e27be8faa63c3110d530d8b5fbca3a) Thanks [@PJColombo](https://github.com/PJColombo)! - Optimized eth usd price queries with a `LEFT JOIN` to short-circuit lookups
8+
39
## 0.22.0
410

511
### Minor Changes

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/db",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"private": true,
55
"main": "./index.ts",
66
"types": "./index.ts",

0 commit comments

Comments
 (0)