Skip to content

Commit b948996

Browse files
chore: version packages (#735)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4c1c659 commit b948996

31 files changed

+171
-86
lines changed

Diff for: .changeset/blue-dryers-work.md

-8
This file was deleted.

Diff for: .changeset/curly-hotels-roll.md

-6
This file was deleted.

Diff for: .changeset/empty-pears-burn.md

-6
This file was deleted.

Diff for: .changeset/selfish-peaches-behave.md

-7
This file was deleted.

Diff for: .changeset/silver-sloths-kick.md

-5
This file was deleted.

Diff for: .changeset/wild-monkeys-behave.md

-6
This file was deleted.

Diff for: apps/rest-api-server/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @blobscan/rest-api-server
22

3+
## 0.4.9
4+
5+
### Patch Changes
6+
7+
- [#742](https://github.com/Blobscan/blobscan/pull/742) [`4c1c659`](https://github.com/Blobscan/blobscan/commit/4c1c65947589a9d3a2e790409d07a6b94a32f6cf) Thanks [@PJColombo](https://github.com/PJColombo)! - Increased maximum request body size allowed
8+
9+
- Updated dependencies [[`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf)]:
10+
- @blobscan/api@0.19.0
11+
- @blobscan/syncers@0.3.5
12+
313
## 0.4.8
414

515
### Patch Changes

Diff for: apps/rest-api-server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/rest-api-server",
3-
"version": "0.4.8",
3+
"version": "0.4.9",
44
"private": true,
55
"scripts": {
66
"build": "ncc build src/index.ts --target es2020 --minify",
@@ -17,11 +17,11 @@
1717
"keywords": [],
1818
"license": "MIT",
1919
"dependencies": {
20-
"@blobscan/api": "workspace:^0.18.0",
20+
"@blobscan/api": "workspace:^0.19.0",
2121
"@blobscan/env": "workspace:^0.1.0",
2222
"@blobscan/logger": "workspace:^0.1.2",
2323
"@blobscan/open-telemetry": "workspace:^0.0.9",
24-
"@blobscan/syncers": "workspace:^0.3.4",
24+
"@blobscan/syncers": "workspace:^0.3.5",
2525
"@blobscan/zod": "workspace:^0.1.0",
2626
"@opentelemetry/instrumentation-express": "^0.33.0",
2727
"@sentry/node": "^7.109.0",

Diff for: apps/web/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @blobscan/web
22

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- [#730](https://github.com/Blobscan/blobscan/pull/730) [`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d) Thanks [@PJColombo](https://github.com/PJColombo)! - Added following rollups: abstract, aevo, ancient8, arenaz, bob, debankchain, ethernity, fraxtal, fuel, hashkey, hemi, hypr, infinaeon, ink, karak, kinto, lambda, lisk, manta, mantle, metamail, metis, mint, morph, nal, nanonnetwork, opbnb, optopia, orderly, pandasea, parallel, phala, polynomial, r0ar, race, rari, shape, snaxchain, soneium, superlumio, superseed, swanchain, swellchain, unichain, world, xga, zeronetwork and zircuit
8+
9+
- [#739](https://github.com/Blobscan/blobscan/pull/739) [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf) Thanks [@PJColombo](https://github.com/PJColombo)! - Reallocated the `rollup` field from the `Transaction` model to the `Address` model
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf)]:
14+
- @blobscan/rollups@0.3.0
15+
- @blobscan/api@0.19.0
16+
- @blobscan/db@0.15.0
17+
318
## 0.21.0
419

520
### Minor Changes

Diff for: apps/web/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/web",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"private": true,
55
"scripts": {
66
"analyze": "ANALYZE=true pnpm with-env next build",
@@ -15,16 +15,16 @@
1515
"with-env": "dotenv -e ../../.env --"
1616
},
1717
"dependencies": {
18-
"@blobscan/api": "workspace:^0.18.1",
18+
"@blobscan/api": "workspace:^0.19.0",
1919
"@blobscan/blob-decoder": "workspace:^0.2.1",
2020
"@blobscan/dates": "workspace:*",
2121
"@blobscan/dayjs": "workspace:^0.1.0",
22-
"@blobscan/db": "workspace:^0.14.0",
22+
"@blobscan/db": "workspace:^0.15.0",
2323
"@blobscan/env": "workspace:^0.1.0",
2424
"@blobscan/eth-format": "workspace:^0.1.0",
2525
"@blobscan/network-blob-config": "workspace:^0.1.0",
2626
"@blobscan/open-telemetry": "workspace:^0.0.9",
27-
"@blobscan/rollups": "workspace:^0.2.3",
27+
"@blobscan/rollups": "workspace:^0.3.0",
2828
"@floating-ui/react": "^0.26.23",
2929
"@fontsource/inter": "^4.5.15",
3030
"@fontsource/public-sans": "^4.5.12",

Diff for: clis/blob-propagation-jobs-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @blobscan/blob-propagation-jobs-cli
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf)]:
8+
- @blobscan/db@0.15.0
9+
- @blobscan/blob-propagator@0.2.10
10+
311
## 0.2.2
412

513
### Patch Changes

Diff for: clis/blob-propagation-jobs-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/blob-propagation-jobs-cli",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"description": "A CLI that facilitates the managing of blob propagation jobs",
66
"main": "./src/index.ts",
@@ -17,9 +17,9 @@
1717
"with-env:test": "dotenv -e ../../.env.test --"
1818
},
1919
"dependencies": {
20-
"@blobscan/blob-propagator": "workspace:^0.2.9",
20+
"@blobscan/blob-propagator": "workspace:^0.2.10",
2121
"@blobscan/dayjs": "workspace:^0.1.0",
22-
"@blobscan/db": "workspace:^0.14.0",
22+
"@blobscan/db": "workspace:^0.15.0",
2323
"@blobscan/env": "workspace:^0.1.0",
2424
"@blobscan/zod": "workspace:^0.1.0",
2525
"bullmq": "^4.13.2",

Diff for: clis/stats-aggregation-cli/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @blobscan/stats-aggregation-cli
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf)]:
8+
- @blobscan/db@0.15.0
9+
310
## 0.2.4
411

512
### Patch Changes

Diff for: clis/stats-aggregation-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/stats-aggregation-cli",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"description": "A CLI that facilitates the aggregation of metrics related to different types of entities.",
66
"main": "./src/index.ts",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@blobscan/dayjs": "workspace:^0.1.0",
21-
"@blobscan/db": "workspace:^0.14.0",
21+
"@blobscan/db": "workspace:^0.15.0",
2222
"@blobscan/logger": "workspace:^0.1.2",
2323
"command-line-args": "^5.2.1",
2424
"command-line-usage": "^7.0.1"

Diff for: packages/api/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @blobscan/api
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [#730](https://github.com/Blobscan/blobscan/pull/730) [`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d) Thanks [@PJColombo](https://github.com/PJColombo)! - Added following rollups: abstract, aevo, ancient8, arenaz, bob, debankchain, ethernity, fraxtal, fuel, hashkey, hemi, hypr, infinaeon, ink, karak, kinto, lambda, lisk, manta, mantle, metamail, metis, mint, morph, nal, nanonnetwork, opbnb, optopia, orderly, pandasea, parallel, phala, polynomial, r0ar, race, rari, shape, snaxchain, soneium, superlumio, superseed, swanchain, swellchain, unichain, world, xga, zeronetwork and zircuit
8+
9+
- [#739](https://github.com/Blobscan/blobscan/pull/739) [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf) Thanks [@PJColombo](https://github.com/PJColombo)! - Removed the `category` field from the `Transaction` model and now derive its value from the `rollup` field
10+
11+
- [#739](https://github.com/Blobscan/blobscan/pull/739) [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf) Thanks [@PJColombo](https://github.com/PJColombo)! - Dropped `category` from `Transaction` model and computed it from `rollup` field
12+
13+
- [#739](https://github.com/Blobscan/blobscan/pull/739) [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf) Thanks [@PJColombo](https://github.com/PJColombo)! - Reallocated the `rollup` field from the `Transaction` model to the `Address` model
14+
15+
- [#739](https://github.com/Blobscan/blobscan/pull/739) [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf) Thanks [@PJColombo](https://github.com/PJColombo)! - Dropped `AddressCategoryInfo` and added its columns to `Address` model
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [[`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf)]:
20+
- @blobscan/rollups@0.3.0
21+
- @blobscan/db@0.15.0
22+
- @blobscan/blob-propagator@0.2.10
23+
- @blobscan/blob-storage-manager@0.4.2
24+
325
## 0.18.1
426

527
### Patch Changes

Diff for: packages/api/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/api",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"private": true,
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",
@@ -15,15 +15,15 @@
1515
"test:ui": "pnpm with-env:test vitest --ui"
1616
},
1717
"dependencies": {
18-
"@blobscan/blob-propagator": "workspace:^0.2.9",
19-
"@blobscan/blob-storage-manager": "workspace:^0.4.1",
18+
"@blobscan/blob-propagator": "workspace:^0.2.10",
19+
"@blobscan/blob-storage-manager": "workspace:^0.4.2",
2020
"@blobscan/dayjs": "workspace:^0.1.0",
21-
"@blobscan/db": "workspace:^0.14.0",
21+
"@blobscan/db": "workspace:^0.15.0",
2222
"@blobscan/env": "workspace:^0.1.0",
2323
"@blobscan/logger": "workspace:^0.1.2",
2424
"@blobscan/network-blob-config": "workspace:^0.1.0",
2525
"@blobscan/open-telemetry": "workspace:^0.0.9",
26-
"@blobscan/rollups": "workspace:^0.2.3",
26+
"@blobscan/rollups": "workspace:^0.3.0",
2727
"@blobscan/zod": "workspace:^0.1.0",
2828
"@trpc/server": "^10.43.2",
2929
"jsonwebtoken": "^9.0.0",

Diff for: packages/auth/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @blobscan/auth
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf)]:
8+
- @blobscan/db@0.15.0
9+
310
## 0.0.15
411

512
### Patch Changes

Diff for: packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/auth",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": true,
55
"main": "./index.ts",
66
"types": "./index.ts",
@@ -12,7 +12,7 @@
1212
"type-check": "tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"@blobscan/db": "workspace:^0.14.0",
15+
"@blobscan/db": "workspace:^0.15.0",
1616
"@next-auth/prisma-adapter": "^1.0.5",
1717
"next": "^14.2.5",
1818
"next-auth": "^4.21.1",

Diff for: packages/blob-propagator/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @blobscan/blob-propagator
22

3+
## 0.2.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf)]:
8+
- @blobscan/db@0.15.0
9+
- @blobscan/blob-storage-manager@0.4.2
10+
311
## 0.2.9
412

513
### Patch Changes

Diff for: packages/blob-propagator/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/blob-propagator",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"private": true,
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",
@@ -15,8 +15,8 @@
1515
"test:ui": "pnpm with-env:test vitest --ui"
1616
},
1717
"dependencies": {
18-
"@blobscan/blob-storage-manager": "workspace:^0.4.1",
19-
"@blobscan/db": "workspace:^0.14.0",
18+
"@blobscan/blob-storage-manager": "workspace:^0.4.2",
19+
"@blobscan/db": "workspace:^0.15.0",
2020
"@blobscan/env": "workspace:^0.1.0",
2121
"@blobscan/logger": "workspace:^0.1.2",
2222
"@blobscan/open-telemetry": "workspace:^0.0.9",

Diff for: packages/blob-storage-manager/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @blobscan/blob-storage-manager
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf)]:
8+
- @blobscan/db@0.15.0
9+
310
## 0.4.1
411

512
### Patch Changes

Diff for: packages/blob-storage-manager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/blob-storage-manager",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"private": true,
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",
@@ -15,7 +15,7 @@
1515
"test:ui": "pnpm with-env:test vitest --ui"
1616
},
1717
"dependencies": {
18-
"@blobscan/db": "workspace:^0.14.0",
18+
"@blobscan/db": "workspace:^0.15.0",
1919
"@blobscan/env": "workspace:^0.1.0",
2020
"@blobscan/logger": "workspace:^0.1.2",
2121
"@blobscan/open-telemetry": "workspace:^0.0.9",

Diff for: packages/db/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @blobscan/db
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- [#730](https://github.com/Blobscan/blobscan/pull/730) [`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d) Thanks [@PJColombo](https://github.com/PJColombo)! - Added following rollups: abstract, aevo, ancient8, arenaz, bob, debankchain, ethernity, fraxtal, fuel, hashkey, hemi, hypr, infinaeon, ink, karak, kinto, lambda, lisk, manta, mantle, metamail, metis, mint, morph, nal, nanonnetwork, opbnb, optopia, orderly, pandasea, parallel, phala, polynomial, r0ar, race, rari, shape, snaxchain, soneium, superlumio, superseed, swanchain, swellchain, unichain, world, xga, zeronetwork and zircuit
8+
9+
- [#739](https://github.com/Blobscan/blobscan/pull/739) [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf) Thanks [@PJColombo](https://github.com/PJColombo)! - Removed the `category` field from the `Transaction` model and now derive its value from the `rollup` field
10+
11+
- [#739](https://github.com/Blobscan/blobscan/pull/739) [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf) Thanks [@PJColombo](https://github.com/PJColombo)! - Dropped `category` from `Transaction` model and computed it from `rollup` field
12+
13+
- [#739](https://github.com/Blobscan/blobscan/pull/739) [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf) Thanks [@PJColombo](https://github.com/PJColombo)! - Reallocated the `rollup` field from the `Transaction` model to the `Address` model
14+
15+
- [#739](https://github.com/Blobscan/blobscan/pull/739) [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf) Thanks [@PJColombo](https://github.com/PJColombo)! - Dropped `AddressCategoryInfo` and added its columns to `Address` model
16+
317
## 0.14.0
418

519
### Minor Changes

Diff for: packages/db/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/db",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"private": true,
55
"main": "./index.ts",
66
"types": "./index.ts",

Diff for: packages/optimism-decoder/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @blobscan/optimism-decoder
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8e4633e`](https://github.com/Blobscan/blobscan/commit/8e4633eee4c0b736819d56ef6dc701d3df42d04d), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf), [`82ca4dd`](https://github.com/Blobscan/blobscan/commit/82ca4dd8b01b275bedbfca5dcc918f6acc4ecfdf)]:
8+
- @blobscan/db@0.15.0
9+
310
## 0.1.4
411

512
### Patch Changes

Diff for: packages/optimism-decoder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blobscan/optimism-decoder",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"private": true,
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

0 commit comments

Comments
 (0)