From 0b53bde0d1fb7247e0e3ef51d2fa55244db9a1f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:48:17 -0500 Subject: [PATCH] chore: release main (#652) :robot: I have created a release *beep* *boop* ---
core: 2.4.0 ## [2.4.0](https://github.com/storacha/w3ui/compare/core-v2.3.2...core-v2.4.0) (2024-12-04) ### Features * Use latest client (`@storacha/client`) ([#650](https://github.com/storacha/w3ui/issues/650)) ([ff8b8b6](https://github.com/storacha/w3ui/commit/ff8b8b67e829b0f7fb29e6b15a435e95817919e0))
react: 2.5.2 ## [2.5.2](https://github.com/storacha/w3ui/compare/react-v2.5.1...react-v2.5.2) (2024-12-04) ### Bug Fixes * Force a `@w3ui/react` release ([#654](https://github.com/storacha/w3ui/issues/654)) ([d53104b](https://github.com/storacha/w3ui/commit/d53104bccd82788c69f4e493d272b47c210d226c))
--- 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> --- packages/w3ui/.release-please-manifest.json | 4 ++-- packages/w3ui/packages/core/CHANGELOG.md | 7 +++++++ packages/w3ui/packages/core/package.json | 2 +- packages/w3ui/packages/react/CHANGELOG.md | 7 +++++++ packages/w3ui/packages/react/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/packages/w3ui/.release-please-manifest.json b/packages/w3ui/.release-please-manifest.json index d86162247..fc30d7b68 100644 --- a/packages/w3ui/.release-please-manifest.json +++ b/packages/w3ui/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "packages/core": "2.3.2", - "packages/react": "2.5.1", + "packages/core": "2.4.0", + "packages/react": "2.5.2", "packages/keyring-core": "6.0.0", "packages/uploader-core": "7.0.0", "packages/uploads-list-core": "5.0.0", diff --git a/packages/w3ui/packages/core/CHANGELOG.md b/packages/w3ui/packages/core/CHANGELOG.md index d07f6bef9..45072cd92 100644 --- a/packages/w3ui/packages/core/CHANGELOG.md +++ b/packages/w3ui/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/storacha/w3ui/compare/core-v2.3.2...core-v2.4.0) (2024-12-04) + + +### Features + +* Use latest client (`@storacha/client`) ([#650](https://github.com/storacha/w3ui/issues/650)) ([9f4e0d9](https://github.com/storacha/w3ui/commit/9f4e0d91bc0eb6bd8530955a7843e7c29b442914)) + ## [2.3.2](https://github.com/storacha/w3ui/compare/core-v2.3.1...core-v2.3.2) (2024-11-25) diff --git a/packages/w3ui/packages/core/package.json b/packages/w3ui/packages/core/package.json index 866733958..f414e2d0a 100644 --- a/packages/w3ui/packages/core/package.json +++ b/packages/w3ui/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/core", - "version": "2.3.2", + "version": "2.4.0", "description": "w3ui core.", "type": "module", "main": "./dist/index.js", diff --git a/packages/w3ui/packages/react/CHANGELOG.md b/packages/w3ui/packages/react/CHANGELOG.md index 3a52a5313..cc06c4f53 100644 --- a/packages/w3ui/packages/react/CHANGELOG.md +++ b/packages/w3ui/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.2](https://github.com/storacha/w3ui/compare/react-v2.5.1...react-v2.5.2) (2024-12-04) + + +### Bug Fixes + +* Force a `@w3ui/react` release ([#654](https://github.com/storacha/w3ui/issues/654)) ([1013069](https://github.com/storacha/w3ui/commit/101306961201466d1d49718074d6f7b0271b29df)) + ## [2.5.1](https://github.com/storacha/w3ui/compare/react-v2.5.0...react-v2.5.1) (2024-11-25) diff --git a/packages/w3ui/packages/react/package.json b/packages/w3ui/packages/react/package.json index c2ad5172f..8f6afa8e7 100644 --- a/packages/w3ui/packages/react/package.json +++ b/packages/w3ui/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react", - "version": "2.5.1", + "version": "2.5.2", "description": "React adapter for w3ui.", "type": "module", "main": "./dist/index.js",