From 22a8289384f9ab73a16696949f5049349806638e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 10:32:19 +0800 Subject: [PATCH 1/5] chore(main): release keyring-core 2.2.0 (#379) :robot: I have created a release *beep* *boop* --- ## [2.2.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.1.1...keyring-core-v2.2.0) (2023-02-06) ### Features * new `addSpace` function that enables clients to import a space given a an appropriate `Delegation` ([#309](https://github.com/web3-storage/w3ui/issues/309)) ([a69a95b](https://github.com/web3-storage/w3ui/commit/a69a95bbd83b0caf3babff55fb40891b94122b92)) --- 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/keyring-core/CHANGELOG.md | 7 +++++++ packages/keyring-core/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a199f8c..0d06c4b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "packages/solid-uploader": "3.0.1", "packages/solid-uploads-list": "2.0.1", "packages/vue-uploads-list": "2.0.1", - "packages/keyring-core": "2.1.1", + "packages/keyring-core": "2.2.0", "packages/react-keyring": "2.1.0", "packages/solid-keyring": "2.0.1", "packages/vue-keyring": "2.0.1" diff --git a/packages/keyring-core/CHANGELOG.md b/packages/keyring-core/CHANGELOG.md index ffd15729..d62eee88 100644 --- a/packages/keyring-core/CHANGELOG.md +++ b/packages/keyring-core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.1.1...keyring-core-v2.2.0) (2023-02-06) + + +### Features + +* import a space into w3console ([#309](https://github.com/web3-storage/w3ui/issues/309)) ([a69a95b](https://github.com/web3-storage/w3ui/commit/a69a95bbd83b0caf3babff55fb40891b94122b92)) + ## [2.1.1](https://github.com/web3-storage/w3ui/compare/keyring-core-v2.1.0...keyring-core-v2.1.1) (2023-02-03) diff --git a/packages/keyring-core/package.json b/packages/keyring-core/package.json index 26a59a47..ca809a00 100644 --- a/packages/keyring-core/package.json +++ b/packages/keyring-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/keyring-core", - "version": "2.1.1", + "version": "2.2.0", "description": "w3ui keyring core.", "main": "src/index.ts", "type": "module", From c07b7a80da8583bde3baac51b0e35b88aea49fd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:00:03 +0800 Subject: [PATCH 2/5] chore(main): release react-keyring 3.0.0 (#377) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [3.0.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v2.1.0...react-keyring-v3.0.0) (2023-02-06) ### ⚠ BREAKING CHANGES * no breaking changes, but a major version bump because I made an error operating release-please ### Features * "Headless" UI components ([#136](https://github.com/web3-storage/w3ui/issues/136)) ([46583e0](https://github.com/web3-storage/w3ui/commit/46583e08d49de1dc9dd57287fd5b9bac79a1e2e2)) * delegate access to spaces ([#293](https://github.com/web3-storage/w3ui/issues/293)) ([441d757](https://github.com/web3-storage/w3ui/commit/441d7573f628e358aa76fe8313f01e209c42c68f)) * import a space into w3console ([#309](https://github.com/web3-storage/w3ui/issues/309)) ([a69a95b](https://github.com/web3-storage/w3ui/commit/a69a95bbd83b0caf3babff55fb40891b94122b92)) --- 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/react-keyring/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/react-keyring/package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d06c4b9..ae373d15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "packages/solid-uploads-list": "2.0.1", "packages/vue-uploads-list": "2.0.1", "packages/keyring-core": "2.2.0", - "packages/react-keyring": "2.1.0", + "packages/react-keyring": "3.0.0", "packages/solid-keyring": "2.0.1", "packages/vue-keyring": "2.0.1" } diff --git a/packages/react-keyring/CHANGELOG.md b/packages/react-keyring/CHANGELOG.md index a484fbcc..c239e8fa 100644 --- a/packages/react-keyring/CHANGELOG.md +++ b/packages/react-keyring/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [3.0.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v2.1.0...react-keyring-v3.0.0) (2023-02-06) + + +### ⚠ BREAKING CHANGES + +* core and framework components have changed considerably. Please read the updated doucmentation. + +### Features + +* "Headless" UI components ([#136](https://github.com/web3-storage/w3ui/issues/136)) ([46583e0](https://github.com/web3-storage/w3ui/commit/46583e08d49de1dc9dd57287fd5b9bac79a1e2e2)) +* add react, solid and vue keyring modules ([#84](https://github.com/web3-storage/w3ui/issues/84)) ([c47e0e2](https://github.com/web3-storage/w3ui/commit/c47e0e2e6fdb9ec15ea120f261864db7b0107ac5)) +* consume access and upload client ([#159](https://github.com/web3-storage/w3ui/issues/159)) ([e36d842](https://github.com/web3-storage/w3ui/commit/e36d842b1695032355ab29646c3dce6a33880517)) +* delegate access to spaces ([#293](https://github.com/web3-storage/w3ui/issues/293)) ([441d757](https://github.com/web3-storage/w3ui/commit/441d7573f628e358aa76fe8313f01e209c42c68f)) +* import a space into w3console ([#309](https://github.com/web3-storage/w3ui/issues/309)) ([a69a95b](https://github.com/web3-storage/w3ui/commit/a69a95bbd83b0caf3babff55fb40891b94122b92)) +* support `as` prop in uploader component ([#236](https://github.com/web3-storage/w3ui/issues/236)) ([c802e99](https://github.com/web3-storage/w3ui/commit/c802e9909289a113bf646f22d25e5c6fbd1c1d3e)), closes [#235](https://github.com/web3-storage/w3ui/issues/235) + + +### Bug Fixes + +* update dependencies ([996871f](https://github.com/web3-storage/w3ui/commit/996871fc433659a56100e529a969fbb9c054e103)) +* update dependencies ([e94f90d](https://github.com/web3-storage/w3ui/commit/e94f90d08e575f16ca4a91c6032bc3af6a613fcf)) + ## [2.1.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v2.0.1...react-keyring-v2.1.0) (2023-02-03) diff --git a/packages/react-keyring/package.json b/packages/react-keyring/package.json index aff5a7c9..a73b9156 100644 --- a/packages/react-keyring/package.json +++ b/packages/react-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react-keyring", - "version": "2.1.0", + "version": "3.0.0", "description": "React adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": { From cd09333e4edd35b726b520d0f59d2926b0b12aa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:16:52 +0800 Subject: [PATCH 3/5] chore(main): release solid-keyring 2.1.0 (#374) :robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/web3-storage/w3ui/compare/solid-keyring-v2.0.1...solid-keyring-v2.1.0) (2023-02-06) ### Features * delegate access to spaces ([#293](https://github.com/web3-storage/w3ui/issues/293)) ([441d757](https://github.com/web3-storage/w3ui/commit/441d7573f628e358aa76fe8313f01e209c42c68f)) * import a space into w3console ([#309](https://github.com/web3-storage/w3ui/issues/309)) ([a69a95b](https://github.com/web3-storage/w3ui/commit/a69a95bbd83b0caf3babff55fb40891b94122b92)) ### Bug Fixes * get solid examples working again ([#199](https://github.com/web3-storage/w3ui/issues/199)) ([78ad7e9](https://github.com/web3-storage/w3ui/commit/78ad7e91dd83eff4e62f09100ef75b1c97671e3f)) --- 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-keyring/CHANGELOG.md | 13 +++++++++++++ packages/solid-keyring/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae373d15..dab6d6b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,6 +9,6 @@ "packages/vue-uploads-list": "2.0.1", "packages/keyring-core": "2.2.0", "packages/react-keyring": "3.0.0", - "packages/solid-keyring": "2.0.1", + "packages/solid-keyring": "2.1.0", "packages/vue-keyring": "2.0.1" } diff --git a/packages/solid-keyring/CHANGELOG.md b/packages/solid-keyring/CHANGELOG.md index 78639d4d..96760c31 100644 --- a/packages/solid-keyring/CHANGELOG.md +++ b/packages/solid-keyring/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/web3-storage/w3ui/compare/solid-keyring-v2.0.1...solid-keyring-v2.1.0) (2023-02-06) + + +### Features + +* delegate access to spaces ([#293](https://github.com/web3-storage/w3ui/issues/293)) ([441d757](https://github.com/web3-storage/w3ui/commit/441d7573f628e358aa76fe8313f01e209c42c68f)) +* import a space into w3console ([#309](https://github.com/web3-storage/w3ui/issues/309)) ([a69a95b](https://github.com/web3-storage/w3ui/commit/a69a95bbd83b0caf3babff55fb40891b94122b92)) + + +### Bug Fixes + +* get solid examples working again ([#199](https://github.com/web3-storage/w3ui/issues/199)) ([78ad7e9](https://github.com/web3-storage/w3ui/commit/78ad7e91dd83eff4e62f09100ef75b1c97671e3f)) + ## [2.0.1](https://github.com/web3-storage/w3ui/compare/solid-keyring-v2.0.0...solid-keyring-v2.0.1) (2022-12-15) diff --git a/packages/solid-keyring/package.json b/packages/solid-keyring/package.json index e47d476f..3ce7a704 100644 --- a/packages/solid-keyring/package.json +++ b/packages/solid-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/solid-keyring", - "version": "2.0.1", + "version": "2.1.0", "description": "Solid adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": { From 3ce50d5f6f36e03328644178913d80d0df346769 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:32:02 +0800 Subject: [PATCH 4/5] chore(main): release react-uploads-list 2.1.0 (#375) :robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/web3-storage/w3ui/compare/react-uploads-list-v2.0.1...react-uploads-list-v2.1.0) (2023-02-06) ### Features * "Headless" UI components ([#136](https://github.com/web3-storage/w3ui/issues/136)) ([46583e0](https://github.com/web3-storage/w3ui/commit/46583e08d49de1dc9dd57287fd5b9bac79a1e2e2) ### Bug Fixes * load first page of uploads list in provider ([#288](https://github.com/web3-storage/w3ui/issues/288)) ([6778d6c](https://github.com/web3-storage/w3ui/commit/6778d6c7f8ec3ecc9c0f1ad2d34c36f25f9d9fdb)) --- 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/react-uploads-list/CHANGELOG.md | 13 +++++++++++++ packages/react-uploads-list/package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dab6d6b8..ae65a5f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/react-uploader": "3.0.1", "packages/uploader-core": "3.0.2", - "packages/react-uploads-list": "2.0.1", + "packages/react-uploads-list": "2.1.0", "packages/uploads-list-core": "2.0.1", "packages/vue-uploader": "3.0.1", "packages/solid-uploader": "3.0.1", diff --git a/packages/react-uploads-list/CHANGELOG.md b/packages/react-uploads-list/CHANGELOG.md index f2d509d3..ba8ae9f6 100644 --- a/packages/react-uploads-list/CHANGELOG.md +++ b/packages/react-uploads-list/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/web3-storage/w3ui/compare/react-uploads-list-v2.0.1...react-uploads-list-v2.1.0) (2023-02-06) + + +### Features + +* "Headless" UI components ([#136](https://github.com/web3-storage/w3ui/issues/136)) ([46583e0](https://github.com/web3-storage/w3ui/commit/46583e08d49de1dc9dd57287fd5b9bac79a1e2e2)) +* support `as` prop in uploader component ([#236](https://github.com/web3-storage/w3ui/issues/236)) ([c802e99](https://github.com/web3-storage/w3ui/commit/c802e9909289a113bf646f22d25e5c6fbd1c1d3e)), closes [#235](https://github.com/web3-storage/w3ui/issues/235) + + +### Bug Fixes + +* load first page of uploads list in provider ([#288](https://github.com/web3-storage/w3ui/issues/288)) ([6778d6c](https://github.com/web3-storage/w3ui/commit/6778d6c7f8ec3ecc9c0f1ad2d34c36f25f9d9fdb)) + ## [2.0.1](https://github.com/web3-storage/w3ui/compare/react-uploads-list-v2.0.0...react-uploads-list-v2.0.1) (2022-12-15) diff --git a/packages/react-uploads-list/package.json b/packages/react-uploads-list/package.json index 54c86285..e39c4355 100644 --- a/packages/react-uploads-list/package.json +++ b/packages/react-uploads-list/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react-uploads-list", - "version": "2.0.1", + "version": "2.1.0", "description": "React adapter for w3ui uploads list.", "main": "src/index.ts", "publishConfig": { From 0f54c64a90220fcb83b0b08aec3dca1f7c2f9f2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 11:43:46 +0800 Subject: [PATCH 5/5] chore(main): release solid-uploader 3.0.2 (#373) :robot: I have created a release *beep* *boop* --- ## [3.0.2](https://github.com/web3-storage/w3ui/compare/solid-uploader-v3.0.1...solid-uploader-v3.0.2) (2023-02-06) ### Bug Fixes * get solid examples working again ([#199](https://github.com/web3-storage/w3ui/issues/199)) ([78ad7e9](https://github.com/web3-storage/w3ui/commit/78ad7e91dd83eff4e62f09100ef75b1c97671e3f)) --- 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 | 7 +++++++ packages/solid-uploader/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae65a5f0..def38f49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "packages/react-uploads-list": "2.1.0", "packages/uploads-list-core": "2.0.1", "packages/vue-uploader": "3.0.1", - "packages/solid-uploader": "3.0.1", + "packages/solid-uploader": "3.0.2", "packages/solid-uploads-list": "2.0.1", "packages/vue-uploads-list": "2.0.1", "packages/keyring-core": "2.2.0", diff --git a/packages/solid-uploader/CHANGELOG.md b/packages/solid-uploader/CHANGELOG.md index ef9f14e6..b792c085 100644 --- a/packages/solid-uploader/CHANGELOG.md +++ b/packages/solid-uploader/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/web3-storage/w3ui/compare/solid-uploader-v3.0.1...solid-uploader-v3.0.2) (2023-02-06) + + +### Bug Fixes + +* get solid examples working again ([#199](https://github.com/web3-storage/w3ui/issues/199)) ([78ad7e9](https://github.com/web3-storage/w3ui/commit/78ad7e91dd83eff4e62f09100ef75b1c97671e3f)) + ## [3.0.1](https://github.com/web3-storage/w3ui/compare/solid-uploader-v3.0.0...solid-uploader-v3.0.1) (2022-12-15) diff --git a/packages/solid-uploader/package.json b/packages/solid-uploader/package.json index c440cc44..e8dd06d7 100644 --- a/packages/solid-uploader/package.json +++ b/packages/solid-uploader/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/solid-uploader", - "version": "3.0.1", + "version": "3.0.2", "description": "Solid adapter for w3ui uploader.", "main": "src/index.ts", "publishConfig": {