From 7b4f9e2c8b20a7badcd3e17c587d1ea38dacef44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 7 Aug 2024 16:21:28 +0000 Subject: [PATCH] chore: version packages --- .changeset/four-shrimps-joke.md | 5 ----- .changeset/hot-weeks-notice.md | 5 ----- .changeset/mean-coats-teach.md | 5 ----- .changeset/modern-boxes-nail.md | 5 ----- .changeset/quiet-ladybugs-accept.md | 5 ----- .changeset/shiny-bobcats-decide.md | 5 ----- .changeset/smart-carrots-relate.md | 5 ----- .changeset/strange-pianos-fetch.md | 5 ----- .changeset/tiny-dancers-live.md | 5 ----- .changeset/warm-sloths-compete.md | 5 ----- apps/docs/CHANGELOG.md | 6 ++++++ apps/docs/package.json | 2 +- apps/rest-api-server/CHANGELOG.md | 7 +++++++ apps/rest-api-server/package.json | 4 ++-- apps/web/CHANGELOG.md | 21 +++++++++++++++++++++ apps/web/package.json | 4 ++-- packages/api/CHANGELOG.md | 10 ++++++++++ packages/api/package.json | 2 +- pnpm-lock.yaml | 5 +++-- 19 files changed, 53 insertions(+), 58 deletions(-) delete mode 100644 .changeset/four-shrimps-joke.md delete mode 100644 .changeset/hot-weeks-notice.md delete mode 100644 .changeset/mean-coats-teach.md delete mode 100644 .changeset/modern-boxes-nail.md delete mode 100644 .changeset/quiet-ladybugs-accept.md delete mode 100644 .changeset/shiny-bobcats-decide.md delete mode 100644 .changeset/smart-carrots-relate.md delete mode 100644 .changeset/strange-pianos-fetch.md delete mode 100644 .changeset/tiny-dancers-live.md delete mode 100644 .changeset/warm-sloths-compete.md diff --git a/.changeset/four-shrimps-joke.md b/.changeset/four-shrimps-joke.md deleted file mode 100644 index febbbe144..000000000 --- a/.changeset/four-shrimps-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/api": minor ---- - -Updated the references to now return a URL instead of a URI. diff --git a/.changeset/hot-weeks-notice.md b/.changeset/hot-weeks-notice.md deleted file mode 100644 index 8aaaa910b..000000000 --- a/.changeset/hot-weeks-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": patch ---- - -Updated blob storage badges to use blob data reference url diff --git a/.changeset/mean-coats-teach.md b/.changeset/mean-coats-teach.md deleted file mode 100644 index f54802866..000000000 --- a/.changeset/mean-coats-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Replaced list of BlobCards by new PaginatedTable on the blobs view diff --git a/.changeset/modern-boxes-nail.md b/.changeset/modern-boxes-nail.md deleted file mode 100644 index a644cc35f..000000000 --- a/.changeset/modern-boxes-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/api": minor ---- - -Added procedure to get the latest block diff --git a/.changeset/quiet-ladybugs-accept.md b/.changeset/quiet-ladybugs-accept.md deleted file mode 100644 index b96d2f833..000000000 --- a/.changeset/quiet-ladybugs-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added blob gas price to the ExplorerDetails component diff --git a/.changeset/shiny-bobcats-decide.md b/.changeset/shiny-bobcats-decide.md deleted file mode 100644 index fcac0876e..000000000 --- a/.changeset/shiny-bobcats-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Replaced list of BlockCards by new PaginatedTable on the blocks view diff --git a/.changeset/smart-carrots-relate.md b/.changeset/smart-carrots-relate.md deleted file mode 100644 index 20e270a4e..000000000 --- a/.changeset/smart-carrots-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/docs": minor ---- - -Added sections with tutorials for running blobscan with kurtosis, kind and locally diff --git a/.changeset/strange-pianos-fetch.md b/.changeset/strange-pianos-fetch.md deleted file mode 100644 index 8bacb29e4..000000000 --- a/.changeset/strange-pianos-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/api": minor ---- - -Added `getBlobDataByBlobId` procedure diff --git a/.changeset/tiny-dancers-live.md b/.changeset/tiny-dancers-live.md deleted file mode 100644 index f6426dac6..000000000 --- a/.changeset/tiny-dancers-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Replaced list of TransactionCards by new PaginatedTable on the transactions view diff --git a/.changeset/warm-sloths-compete.md b/.changeset/warm-sloths-compete.md deleted file mode 100644 index 7d5e76274..000000000 --- a/.changeset/warm-sloths-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/web": minor ---- - -Added a loading spinner and a not-found window to the SearchInput component diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 8314b935e..38aed0184 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @blobscan/docs +## 0.1.0 + +### Minor Changes + +- [#425](https://github.com/Blobscan/blobscan/pull/425) [`1cfb587`](https://github.com/Blobscan/blobscan/commit/1cfb587cf60503f202684f8fd30eddeb9179e48c) Thanks [@PabloCastellano](https://github.com/PabloCastellano)! - Added sections with tutorials for running blobscan with kurtosis, kind and locally + ## 0.0.3 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index f96ee249e..8cae12420 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/docs", - "version": "0.0.3", + "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3002", diff --git a/apps/rest-api-server/CHANGELOG.md b/apps/rest-api-server/CHANGELOG.md index 0520ad20e..1c2fa6e8c 100644 --- a/apps/rest-api-server/CHANGELOG.md +++ b/apps/rest-api-server/CHANGELOG.md @@ -1,5 +1,12 @@ # @blobscan/rest-api-server +## 0.4.3 + +### Patch Changes + +- Updated dependencies [[`c6dba39`](https://github.com/Blobscan/blobscan/commit/c6dba39665ce1df135d1f4b6ae2a324a936370b3), [`4bc7884`](https://github.com/Blobscan/blobscan/commit/4bc78848b57d2c2cfe6053a34ec2bc3e85cacfcf), [`a84b544`](https://github.com/Blobscan/blobscan/commit/a84b5443b32e5a5cea76cedb2ba50c11742f24a7)]: + - @blobscan/api@0.13.0 + ## 0.4.2 ### Patch Changes diff --git a/apps/rest-api-server/package.json b/apps/rest-api-server/package.json index 64876e108..fca7d70b1 100644 --- a/apps/rest-api-server/package.json +++ b/apps/rest-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/rest-api-server", - "version": "0.4.2", + "version": "0.4.3", "private": true, "scripts": { "build": "ncc build src/index.ts --target es2020 --minify", @@ -17,7 +17,7 @@ "keywords": [], "license": "MIT", "dependencies": { - "@blobscan/api": "workspace:^0.12.0", + "@blobscan/api": "workspace:^0.13.0", "@blobscan/env": "workspace:^0.0.1", "@blobscan/logger": "workspace:^0.1.1", "@blobscan/open-telemetry": "workspace:^0.0.8", diff --git a/apps/web/CHANGELOG.md b/apps/web/CHANGELOG.md index 0c77d8dbd..470f042bc 100644 --- a/apps/web/CHANGELOG.md +++ b/apps/web/CHANGELOG.md @@ -1,5 +1,26 @@ # @blobscan/web +## 0.14.0 + +### Minor Changes + +- [#456](https://github.com/Blobscan/blobscan/pull/456) [`fbace2f`](https://github.com/Blobscan/blobscan/commit/fbace2f0c9f2dee4787b653511cc7ff8e0fd5026) Thanks [@xFJA](https://github.com/xFJA)! - Replaced list of BlobCards by new PaginatedTable on the blobs view + +- [#470](https://github.com/Blobscan/blobscan/pull/470) [`4bc7884`](https://github.com/Blobscan/blobscan/commit/4bc78848b57d2c2cfe6053a34ec2bc3e85cacfcf) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added blob gas price to the ExplorerDetails component + +- [#457](https://github.com/Blobscan/blobscan/pull/457) [`88c94df`](https://github.com/Blobscan/blobscan/commit/88c94df96f784063cea56e3d5f3a052d17a9ad20) Thanks [@xFJA](https://github.com/xFJA)! - Replaced list of BlockCards by new PaginatedTable on the blocks view + +- [#458](https://github.com/Blobscan/blobscan/pull/458) [`ff075a9`](https://github.com/Blobscan/blobscan/commit/ff075a9f558ee018b54666b7a24ae91931a84eca) Thanks [@xFJA](https://github.com/xFJA)! - Replaced list of TransactionCards by new PaginatedTable on the transactions view + +- [#464](https://github.com/Blobscan/blobscan/pull/464) [`dbe414b`](https://github.com/Blobscan/blobscan/commit/dbe414bd8bbe201eb50f614a6c1dbcb6e6abdab2) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added a loading spinner and a not-found window to the SearchInput component + +### Patch Changes + +- [#446](https://github.com/Blobscan/blobscan/pull/446) [`c6dba39`](https://github.com/Blobscan/blobscan/commit/c6dba39665ce1df135d1f4b6ae2a324a936370b3) Thanks [@PJColombo](https://github.com/PJColombo)! - Updated blob storage badges to use blob data reference url + +- Updated dependencies [[`c6dba39`](https://github.com/Blobscan/blobscan/commit/c6dba39665ce1df135d1f4b6ae2a324a936370b3), [`4bc7884`](https://github.com/Blobscan/blobscan/commit/4bc78848b57d2c2cfe6053a34ec2bc3e85cacfcf), [`a84b544`](https://github.com/Blobscan/blobscan/commit/a84b5443b32e5a5cea76cedb2ba50c11742f24a7)]: + - @blobscan/api@0.13.0 + ## 0.13.1 ### Patch Changes diff --git a/apps/web/package.json b/apps/web/package.json index d853fdd1c..6f797b8a7 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/web", - "version": "0.13.1", + "version": "0.14.0", "private": true, "scripts": { "analyze": "ANALYZE=true pnpm with-env next build", @@ -15,7 +15,7 @@ "with-env": "dotenv -e ../../.env -v BLOB_PROPAGATOR_ENABLED=false --" }, "dependencies": { - "@blobscan/api": "workspace:^0.12.0", + "@blobscan/api": "workspace:^0.13.0", "@blobscan/blob-decoder": "workspace:^0.1.1", "@blobscan/dayjs": "workspace:^0.0.2", "@blobscan/env": "workspace:^0.0.1", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index aa3546b29..50b8ef23b 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,15 @@ # @blobscan/api +## 0.13.0 + +### Minor Changes + +- [#446](https://github.com/Blobscan/blobscan/pull/446) [`c6dba39`](https://github.com/Blobscan/blobscan/commit/c6dba39665ce1df135d1f4b6ae2a324a936370b3) Thanks [@PJColombo](https://github.com/PJColombo)! - Updated the references to now return a URL instead of a URI. + +- [#470](https://github.com/Blobscan/blobscan/pull/470) [`4bc7884`](https://github.com/Blobscan/blobscan/commit/4bc78848b57d2c2cfe6053a34ec2bc3e85cacfcf) Thanks [@luis-herasme](https://github.com/luis-herasme)! - Added procedure to get the latest block + +- [#447](https://github.com/Blobscan/blobscan/pull/447) [`a84b544`](https://github.com/Blobscan/blobscan/commit/a84b5443b32e5a5cea76cedb2ba50c11742f24a7) Thanks [@PJColombo](https://github.com/PJColombo)! - Added `getBlobDataByBlobId` procedure + ## 0.12.0 ### Minor Changes diff --git a/packages/api/package.json b/packages/api/package.json index ed4dd3d40..963c47d7d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/api", - "version": "0.12.0", + "version": "0.13.0", "private": true, "main": "./src/index.ts", "types": "./src/index.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1317f0035..6b1bb0add 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -166,7 +166,7 @@ importers: apps/rest-api-server: dependencies: '@blobscan/api': - specifier: workspace:^0.12.0 + specifier: workspace:^0.13.0 version: link:../../packages/api '@blobscan/env': specifier: workspace:^0.0.1 @@ -230,7 +230,7 @@ importers: apps/web: dependencies: '@blobscan/api': - specifier: workspace:^0.12.0 + specifier: workspace:^0.13.0 version: link:../../packages/api '@blobscan/blob-decoder': specifier: workspace:^0.1.1 @@ -4585,6 +4585,7 @@ packages: google-p12-pem@4.0.1: resolution: {integrity: sha512-WPkN4yGtz05WZ5EhtlxNDWPhC4JIic6G8ePitwUWy4l+XPVYec+a0j0Ts47PDtW59y3RwAhUd9/h9ZZ63px6RQ==} engines: {node: '>=12.0.0'} + deprecated: Package is no longer maintained hasBin: true gopd@1.0.1: