From dfdaaba87506b6fb0b5336070760923b884662a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:44:37 -0800 Subject: [PATCH] chore(main): release solid-uploader 6.0.0 (#574) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [6.0.0](https://github.com/web3-storage/w3ui/compare/solid-uploader-v5.0.1...solid-uploader-v6.0.0) (2023-11-21) ### ⚠ BREAKING CHANGES * pin solid and vue upload packages ([#589](https://github.com/web3-storage/w3ui/issues/589)) ### Features * add support for getting an account's plan ([#564](https://github.com/web3-storage/w3ui/issues/564)) ([11023a4](https://github.com/web3-storage/w3ui/commit/11023a4a0a8a3ecf061befd4480ede23ea45d143)) * pin solid and vue upload packages ([#589](https://github.com/web3-storage/w3ui/issues/589)) ([2f7707f](https://github.com/web3-storage/w3ui/commit/2f7707fbdc88ebec88fd42953e1fde2cc0ab34db)) * re-export Service from `react-keyring` ([#577](https://github.com/web3-storage/w3ui/issues/577)) ([308816d](https://github.com/web3-storage/w3ui/commit/308816defbd4ecf4d23a69548292660538915e91)) --- 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> Co-authored-by: Travis Vachon --- .release-please-manifest.json | 2 +- packages/solid-uploader/CHANGELOG.md | 13 +++++++++++++ packages/solid-uploader/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6841764..5160fb4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,7 +9,7 @@ "packages/vue-uploader": "5.0.1", "packages/vue-uploads-list": "4.0.1", "packages/solid-keyring": "6.0.0", - "packages/solid-uploader": "5.0.1", + "packages/solid-uploader": "6.0.0", "packages/solid-uploads-list": "5.0.0", "examples/react/w3console": "2.0.1" } diff --git a/packages/solid-uploader/CHANGELOG.md b/packages/solid-uploader/CHANGELOG.md index b87eb655..ac316ea2 100644 --- a/packages/solid-uploader/CHANGELOG.md +++ b/packages/solid-uploader/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/w3ui/compare/solid-uploader-v5.0.1...solid-uploader-v6.0.0) (2023-11-21) + + +### ⚠ BREAKING CHANGES + +* pin solid and vue upload packages ([#589](https://github.com/web3-storage/w3ui/issues/589)) + +### Features + +* add support for getting an account's plan ([#564](https://github.com/web3-storage/w3ui/issues/564)) ([11023a4](https://github.com/web3-storage/w3ui/commit/11023a4a0a8a3ecf061befd4480ede23ea45d143)) +* pin solid and vue upload packages ([#589](https://github.com/web3-storage/w3ui/issues/589)) ([2f7707f](https://github.com/web3-storage/w3ui/commit/2f7707fbdc88ebec88fd42953e1fde2cc0ab34db)) +* re-export Service from `react-keyring` ([#577](https://github.com/web3-storage/w3ui/issues/577)) ([308816d](https://github.com/web3-storage/w3ui/commit/308816defbd4ecf4d23a69548292660538915e91)) + ## [5.0.1](https://github.com/web3-storage/w3ui/compare/solid-uploader-v5.0.0...solid-uploader-v5.0.1) (2023-09-06) diff --git a/packages/solid-uploader/package.json b/packages/solid-uploader/package.json index ba0889da..0c477236 100644 --- a/packages/solid-uploader/package.json +++ b/packages/solid-uploader/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/solid-uploader", - "version": "5.0.1", + "version": "6.0.0", "description": "Solid adapter for w3ui uploader.", "main": "src/index.ts", "publishConfig": {