Skip to content

Commit

Permalink
Merge pull request #405 from Blobscan/changeset-release/next
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
PJColombo committed May 12, 2024
2 parents ca70779 + da2625a commit a3b40ce
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-lions-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-sloths-study.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-trainers-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-avocados-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-olives-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-plants-bake.md

This file was deleted.

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

## 0.10.0

### Minor Changes

- [#370](https://github.com/Blobscan/blobscan/pull/370) [`f89531c`](https://github.com/Blobscan/blobscan/commit/f89531cae5751f184e6cc5a89261d72f1a64dfb9) Thanks [@PJColombo](https://github.com/PJColombo)! - Added starknet decoded blob view

- [#370](https://github.com/Blobscan/blobscan/pull/370) [`f3cac78`](https://github.com/Blobscan/blobscan/commit/f3cac784beb47f7638715b88b78408b9555f36ce) Thanks [@PJColombo](https://github.com/PJColombo)! - Added rollup tag to blob details page

- [#404](https://github.com/Blobscan/blobscan/pull/404) [`35723aa`](https://github.com/Blobscan/blobscan/commit/35723aad13746ee6e50a22f2abd4200a3c8cadb5) Thanks [@PJColombo](https://github.com/PJColombo)! - Removed Blossom Labs footer text

### Patch Changes

- [#370](https://github.com/Blobscan/blobscan/pull/370) [`aa1b3cd`](https://github.com/Blobscan/blobscan/commit/aa1b3cd2510de52665192da6f22dceac13edab84) Thanks [@PJColombo](https://github.com/PJColombo)! - Fixed dropdown list

- [#370](https://github.com/Blobscan/blobscan/pull/370) [`874c8f0`](https://github.com/Blobscan/blobscan/commit/874c8f0702b3b82f0bc3d4737503a941d8120fcd) Thanks [@PJColombo](https://github.com/PJColombo)! - Handled blob decoding errors

- Updated dependencies [[`874c8f0`](https://github.com/Blobscan/blobscan/commit/874c8f0702b3b82f0bc3d4737503a941d8120fcd), [`9d865cd`](https://github.com/Blobscan/blobscan/commit/9d865cdddc88c472f0b0e177b4705288d1f57791)]:
- @blobscan/blob-decoder@0.1.0

## 0.9.3

### Patch 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.9.3",
"version": "0.10.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@blobscan/api": "workspace:^0.9.0",
"@blobscan/blob-decoder": "workspace:^0.0.1",
"@blobscan/blob-decoder": "workspace:^0.1.0",
"@blobscan/dayjs": "workspace:^0.0.2",
"@blobscan/open-telemetry": "workspace:^0.0.7",
"@fontsource/inter": "^4.5.15",
Expand Down
11 changes: 11 additions & 0 deletions packages/blob-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @blobscan/blob-decoder

## 0.1.0

### Minor Changes

- [#370](https://github.com/Blobscan/blobscan/pull/370) [`9d865cd`](https://github.com/Blobscan/blobscan/commit/9d865cdddc88c472f0b0e177b4705288d1f57791) Thanks [@PJColombo](https://github.com/PJColombo)! - Added starknet blob decoder

### Patch Changes

- [#370](https://github.com/Blobscan/blobscan/pull/370) [`874c8f0`](https://github.com/Blobscan/blobscan/commit/874c8f0702b3b82f0bc3d4737503a941d8120fcd) Thanks [@PJColombo](https://github.com/PJColombo)! - Handled blob decoding errors
2 changes: 1 addition & 1 deletion packages/blob-decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/blob-decoder",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"types": "./src/index.ts",
"exports": {
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 a3b40ce

Please sign in to comment.