Skip to content

Commit

Permalink
chore: version packages (#640)
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 21, 2024
1 parent 10ebd49 commit 609fb2e
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-eagles-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-poets-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-clocks-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-pigs-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-bears-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-trains-cry.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.17.0

### Minor Changes

- [#602](https://github.com/Blobscan/blobscan/pull/602) [`5272928`](https://github.com/Blobscan/blobscan/commit/52729282f0feefbb6cf268da73930c4f60462f21) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Enhanced feedback modal by allowing users to report issues on Github

### Patch Changes

- [#608](https://github.com/Blobscan/blobscan/pull/608) [`4226258`](https://github.com/Blobscan/blobscan/commit/422625886481de3ca737b6edfe0afb5fe4fe1427) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Improved decoding display for Optimism blobs; removed truncated Parent L2 block hash link, fixed L1 origin block redirection, and corrected timestamp.

- [#598](https://github.com/Blobscan/blobscan/pull/598) [`05bdc1d`](https://github.com/Blobscan/blobscan/commit/05bdc1d0645bf510df211eb8c0d2bda63ffd1c76) Thanks [@PJColombo](https://github.com/PJColombo)! - Standarized y-axis units and displayed full amounts on tooltips on charts

- [#627](https://github.com/Blobscan/blobscan/pull/627) [`f21f6fc`](https://github.com/Blobscan/blobscan/commit/f21f6fcb752f6ce5f25339b426e1dcbb29d9d280) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Fixed an issue where the search result wasn't being displayed properly

- [#598](https://github.com/Blobscan/blobscan/pull/598) [`05bdc1d`](https://github.com/Blobscan/blobscan/commit/05bdc1d0645bf510df211eb8c0d2bda63ffd1c76) Thanks [@PJColombo](https://github.com/PJColombo)! - Displayed full amounts on chart tooltips

- Updated dependencies [[`05bdc1d`](https://github.com/Blobscan/blobscan/commit/05bdc1d0645bf510df211eb8c0d2bda63ffd1c76)]:
- @blobscan/eth-format@0.1.0

## 0.16.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.16.0",
"version": "0.17.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true pnpm with-env next build",
Expand All @@ -21,7 +21,7 @@
"@blobscan/dayjs": "workspace:^0.1.0",
"@blobscan/db": "workspace:^0.11.0",
"@blobscan/env": "workspace:^0.0.1",
"@blobscan/eth-format": "workspace:^0.0.1",
"@blobscan/eth-format": "workspace:^0.1.0",
"@blobscan/open-telemetry": "workspace:^0.0.8",
"@blobscan/rollups": "workspace:^0.2.0",
"@floating-ui/react": "^0.26.23",
Expand Down
7 changes: 7 additions & 0 deletions packages/eth-format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @blobscan/eth-format

## 0.1.0

### Minor Changes

- [#598](https://github.com/Blobscan/blobscan/pull/598) [`05bdc1d`](https://github.com/Blobscan/blobscan/commit/05bdc1d0645bf510df211eb8c0d2bda63ffd1c76) Thanks [@PJColombo](https://github.com/PJColombo)! - Made unit display optional when formatting wei amounts
2 changes: 1 addition & 1 deletion packages/eth-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blobscan/eth-format",
"version": "0.0.1",
"version": "0.1.0",
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
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 609fb2e

Please sign in to comment.