From ba377ce3118e22905ac8b5cb0c34887e5d72f827 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:04:44 -0300 Subject: [PATCH] chore: release main (#659) :robot: I have created a release *beep* *boop* ---
core: 2.4.2 ## [2.4.2](https://github.com/storacha/w3ui/compare/core-v2.4.1...core-v2.4.2) (2024-12-20) ### Bug Fixes * **core:** update storacha/client version ([#658](https://github.com/storacha/w3ui/issues/658)) ([6827a18](https://github.com/storacha/w3ui/commit/6827a1872a12686bcf1d582f95585e3a9313e5a9))
react: 2.5.4 ## [2.5.4](https://github.com/storacha/w3ui/compare/react-v2.5.3...react-v2.5.4) (2024-12-20) ### Bug Fixes * **core:** update storacha/client version ([#658](https://github.com/storacha/w3ui/issues/658)) ([6827a18](https://github.com/storacha/w3ui/commit/6827a1872a12686bcf1d582f95585e3a9313e5a9))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 7 +++++++ packages/react/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1d04cc68..99d0e877 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "packages/core": "2.4.1", - "packages/react": "2.5.3", + "packages/core": "2.4.2", + "packages/react": "2.5.4", "packages/keyring-core": "6.0.0", "packages/uploader-core": "7.0.0", "packages/uploads-list-core": "5.0.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d3f5019c..a0b265d3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.2](https://github.com/storacha/w3ui/compare/core-v2.4.1...core-v2.4.2) (2024-12-20) + + +### Bug Fixes + +* **core:** update storacha/client version ([#658](https://github.com/storacha/w3ui/issues/658)) ([6827a18](https://github.com/storacha/w3ui/commit/6827a1872a12686bcf1d582f95585e3a9313e5a9)) + ## [2.4.1](https://github.com/storacha/w3ui/compare/core-v2.4.0...core-v2.4.1) (2024-12-19) diff --git a/packages/core/package.json b/packages/core/package.json index 1bc7497a..8ea6202b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/core", - "version": "2.4.1", + "version": "2.4.2", "description": "w3ui core.", "type": "module", "main": "./dist/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 85470699..d194b5f5 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.4](https://github.com/storacha/w3ui/compare/react-v2.5.3...react-v2.5.4) (2024-12-20) + + +### Bug Fixes + +* **core:** update storacha/client version ([#658](https://github.com/storacha/w3ui/issues/658)) ([6827a18](https://github.com/storacha/w3ui/commit/6827a1872a12686bcf1d582f95585e3a9313e5a9)) + ## [2.5.3](https://github.com/storacha/w3ui/compare/react-v2.5.2...react-v2.5.3) (2024-12-19) diff --git a/packages/react/package.json b/packages/react/package.json index a3ab3d7b..b313c178 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react", - "version": "2.5.3", + "version": "2.5.4", "description": "React adapter for w3ui.", "type": "module", "main": "./dist/index.js",