From d35ce9d1d2d4f8e0ff45614a580f122838b017e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:51:46 -0700 Subject: [PATCH 1/4] chore(main): release keyring-core 5.0.0 (#539) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [5.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.2.0...keyring-core-v5.0.0) (2023-07-25) ### ⚠ BREAKING CHANGES * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ### Features * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) --- 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 | 11 +++++++++++ packages/keyring-core/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 16f21348..004a6d3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/keyring-core": "4.2.0", + "packages/keyring-core": "5.0.0", "packages/uploader-core": "5.2.0", "packages/uploads-list-core": "3.1.0", "packages/react-keyring": "5.2.0", diff --git a/packages/keyring-core/CHANGELOG.md b/packages/keyring-core/CHANGELOG.md index c3319886..12392519 100644 --- a/packages/keyring-core/CHANGELOG.md +++ b/packages/keyring-core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.2.0...keyring-core-v5.0.0) (2023-07-25) + + +### ⚠ BREAKING CHANGES + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) + +### Features + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) + ## [4.2.0](https://github.com/web3-storage/w3ui/compare/keyring-core-v4.1.1...keyring-core-v4.2.0) (2023-05-08) diff --git a/packages/keyring-core/package.json b/packages/keyring-core/package.json index 8299c263..74e8a699 100644 --- a/packages/keyring-core/package.json +++ b/packages/keyring-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/keyring-core", - "version": "4.2.0", + "version": "5.0.0", "description": "w3ui keyring core.", "main": "src/index.ts", "type": "module", From 4f04f9d33575c60230f299a29938d98e19efe859 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:04:43 -0700 Subject: [PATCH 2/4] chore(main): release uploader-core 6.0.0 (#535) 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/uploader-core-v5.2.0...uploader-core-v6.0.0) (2023-07-25) ### ⚠ BREAKING CHANGES * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ### Features * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) --- 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/uploader-core/CHANGELOG.md | 11 +++++++++++ packages/uploader-core/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 004a6d3f..c0347bd7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/keyring-core": "5.0.0", - "packages/uploader-core": "5.2.0", + "packages/uploader-core": "6.0.0", "packages/uploads-list-core": "3.1.0", "packages/react-keyring": "5.2.0", "packages/react-uploader": "4.2.0", diff --git a/packages/uploader-core/CHANGELOG.md b/packages/uploader-core/CHANGELOG.md index 928f0b91..64e8655d 100644 --- a/packages/uploader-core/CHANGELOG.md +++ b/packages/uploader-core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/w3ui/compare/uploader-core-v5.2.0...uploader-core-v6.0.0) (2023-07-25) + + +### ⚠ BREAKING CHANGES + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) + +### Features + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) + ## [5.2.0](https://github.com/web3-storage/w3ui/compare/uploader-core-v5.1.0...uploader-core-v5.2.0) (2023-05-19) diff --git a/packages/uploader-core/package.json b/packages/uploader-core/package.json index c5152057..66f0a423 100644 --- a/packages/uploader-core/package.json +++ b/packages/uploader-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/uploader-core", - "version": "5.2.0", + "version": "6.0.0", "description": "w3ui uploader core.", "main": "src/index.ts", "publishConfig": { From dc82e61dd81a8838cb22190b8d748cbb6dfbbf1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:14:04 -0700 Subject: [PATCH 3/4] chore(main): release uploads-list-core 4.0.0 (#538) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [4.0.0](https://github.com/web3-storage/w3ui/compare/uploads-list-core-v3.1.0...uploads-list-core-v4.0.0) (2023-07-25) ### ⚠ BREAKING CHANGES * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ### Features * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) --- 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/uploads-list-core/CHANGELOG.md | 11 +++++++++++ packages/uploads-list-core/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0347bd7..bfb7eab4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/keyring-core": "5.0.0", "packages/uploader-core": "6.0.0", - "packages/uploads-list-core": "3.1.0", + "packages/uploads-list-core": "4.0.0", "packages/react-keyring": "5.2.0", "packages/react-uploader": "4.2.0", "packages/react-uploads-list": "3.0.1", diff --git a/packages/uploads-list-core/CHANGELOG.md b/packages/uploads-list-core/CHANGELOG.md index 84643a92..d0757ab4 100644 --- a/packages/uploads-list-core/CHANGELOG.md +++ b/packages/uploads-list-core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/web3-storage/w3ui/compare/uploads-list-core-v3.1.0...uploads-list-core-v4.0.0) (2023-07-25) + + +### ⚠ BREAKING CHANGES + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) + +### Features + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) + ## [3.1.0](https://github.com/web3-storage/w3ui/compare/uploads-list-core-v3.0.0...uploads-list-core-v3.1.0) (2023-05-09) diff --git a/packages/uploads-list-core/package.json b/packages/uploads-list-core/package.json index aec585ae..d6b73e1d 100644 --- a/packages/uploads-list-core/package.json +++ b/packages/uploads-list-core/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/uploads-list-core", - "version": "3.1.0", + "version": "4.0.0", "description": "w3ui uploads list core.", "main": "src/index.ts", "publishConfig": { From fbe625bafa4b30821060cb5ff2c9acbdc5569f34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:57:07 -0700 Subject: [PATCH 4/4] chore(main): release react-keyring 6.0.0 (#533) 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/react-keyring-v5.2.0...react-keyring-v6.0.0) (2023-07-25) ### ⚠ BREAKING CHANGES * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ### Features * upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) --- 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 | 11 +++++++++++ packages/react-keyring/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bfb7eab4..803582a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "packages/keyring-core": "5.0.0", "packages/uploader-core": "6.0.0", "packages/uploads-list-core": "4.0.0", - "packages/react-keyring": "5.2.0", + "packages/react-keyring": "6.0.0", "packages/react-uploader": "4.2.0", "packages/react-uploads-list": "3.0.1", "packages/vue-keyring": "4.2.0", diff --git a/packages/react-keyring/CHANGELOG.md b/packages/react-keyring/CHANGELOG.md index 096874ae..bb9cd58e 100644 --- a/packages/react-keyring/CHANGELOG.md +++ b/packages/react-keyring/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v5.2.0...react-keyring-v6.0.0) (2023-07-25) + + +### ⚠ BREAKING CHANGES + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) + +### Features + +* upgrade access client, ucanto and other packages ([#530](https://github.com/web3-storage/w3ui/issues/530)) ([8e7321b](https://github.com/web3-storage/w3ui/commit/8e7321be61bded29ac8b29c781dabf665865ec97)) + ## [5.2.0](https://github.com/web3-storage/w3ui/compare/react-keyring-v5.1.1...react-keyring-v5.2.0) (2023-05-09) diff --git a/packages/react-keyring/package.json b/packages/react-keyring/package.json index 2a607824..a4cae61e 100644 --- a/packages/react-keyring/package.json +++ b/packages/react-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@w3ui/react-keyring", - "version": "5.2.0", + "version": "6.0.0", "description": "React adapter for w3ui keyring.", "main": "src/index.ts", "publishConfig": {