From 07c55cc45b5a0da479efe10f7013e6f3a7bd8180 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:56:12 -0800 Subject: [PATCH] chore(main): release core 2.0.2 (#618) :robot: I have created a release *beep* *boop* --- ## [2.0.2](https://github.com/web3-storage/w3ui/compare/core-v2.0.1...core-v2.0.2) (2024-01-03) ### Bug Fixes * upgrade upload client ([#617](https://github.com/web3-storage/w3ui/issues/617)) ([24e348c](https://github.com/web3-storage/w3ui/commit/24e348ce2451a9feb1b8cb5918a7d2f0a63a20b6)) --- 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 | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 33fc7fc8..acf72163 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/core": "2.0.1", + "packages/core": "2.0.2", "packages/react": "2.0.0", "packages/keyring-core": "6.0.0", "packages/uploader-core": "7.0.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7c5e5848..0b27f2cd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/web3-storage/w3ui/compare/core-v2.0.1...core-v2.0.2) (2024-01-03) + + +### Bug Fixes + +* upgrade upload client ([#617](https://github.com/web3-storage/w3ui/issues/617)) ([24e348c](https://github.com/web3-storage/w3ui/commit/24e348ce2451a9feb1b8cb5918a7d2f0a63a20b6)) + ## [2.0.1](https://github.com/web3-storage/w3ui/compare/core-v2.0.0...core-v2.0.1) (2023-12-11) diff --git a/packages/core/package.json b/packages/core/package.json index d296d910..8d0b5ad7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/core", - "version": "2.0.1", + "version": "2.0.2", "description": "w3ui core.", "type": "module", "main": "./dist/index.js",