From 0b36b3a2f5be4b328dbaebfa22a156453d18a016 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:59:28 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 11 ++++---- app/CHANGELOG.md | 43 +++++++++++++++++++++++++++++++ app/package.json | 2 +- packages/assets/CHANGELOG.md | 28 ++++++++++++++++++++ packages/assets/package.json | 2 +- packages/cloud-core/CHANGELOG.md | 25 ++++++++++++++++++ packages/cloud-core/package.json | 2 +- packages/cloud-react/CHANGELOG.md | 41 +++++++++++++++++++++++++++++ packages/cloud-react/package.json | 2 +- packages/utils/CHANGELOG.md | 22 ++++++++++++++++ packages/utils/package.json | 2 +- scripts/CHANGELOG.md | 10 +++++++ scripts/package.json | 2 +- 13 files changed, 181 insertions(+), 11 deletions(-) create mode 100644 app/CHANGELOG.md create mode 100644 packages/assets/CHANGELOG.md create mode 100644 packages/cloud-react/CHANGELOG.md create mode 100644 packages/utils/CHANGELOG.md create mode 100644 scripts/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23eb917fe..c930bc7a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,8 @@ { - "app": "0.2.15", - "packages/assets": "0.1.34", - "packages/cloud-core": "1.0.45", - "packages/cloud-react": "0.1.125", - "packages/utils": "0.0.25" + "app": "0.3.0", + "packages/assets": "0.2.0", + "packages/cloud-core": "1.1.0", + "packages/cloud-react": "0.2.0", + "packages/utils": "0.1.0", + "scripts": "1.0.0" } diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md new file mode 100644 index 000000000..4029d75ac --- /dev/null +++ b/app/CHANGELOG.md @@ -0,0 +1,43 @@ +# Changelog + +## [0.3.0](https://github.com/paritytech/polkadot-cloud/compare/app-v0.2.15...app-v0.3.0) (2023-11-09) + + +### Features + +* Add animation functionality for copy in Polkicon ([#801](https://github.com/paritytech/polkadot-cloud/issues/801)) ([c122292](https://github.com/paritytech/polkadot-cloud/commit/c12229201df630ff1d24613b31305e6461ce2144)) +* add beta label ([#654](https://github.com/paritytech/polkadot-cloud/issues/654)) ([54b6b8b](https://github.com/paritytech/polkadot-cloud/commit/54b6b8b4ace0a2d890a5599fc25115f175d77220)) +* add getExtensionIcon helper ([#780](https://github.com/paritytech/polkadot-cloud/issues/780)) ([429471e](https://github.com/paritytech/polkadot-cloud/commit/429471eb5703b01736fb455ebe958ccdaffda92c)) +* add ledger square icon ([#778](https://github.com/paritytech/polkadot-cloud/issues/778)) ([599b3d7](https://github.com/paritytech/polkadot-cloud/commit/599b3d74bea73a9cb2aa0f313023f0041d67ed3b)) +* **app:** use `BrowserRouter`, deprecate `HashRouter` ([#691](https://github.com/paritytech/polkadot-cloud/issues/691)) ([89f99e8](https://github.com/paritytech/polkadot-cloud/commit/89f99e8fc8912f75041a63eec5f059282214b6b4)) +* **assets:** Add metamask assets ([#754](https://github.com/paritytech/polkadot-cloud/issues/754)) ([8736e2c](https://github.com/paritytech/polkadot-cloud/commit/8736e2c91659d83e2d0b76c386c7d0aa2cf425f2)) +* **assets:** enhance extensions docs, add / separate hardware extensions ([#699](https://github.com/paritytech/polkadot-cloud/issues/699)) ([1f7bae0](https://github.com/paritytech/polkadot-cloud/commit/1f7bae05926db53650c25168afd2b7fca2e57bf1)) +* **assets:** remove icon record, format doc list with ids ([#700](https://github.com/paritytech/polkadot-cloud/issues/700)) ([1d80a80](https://github.com/paritytech/polkadot-cloud/commit/1d80a80d6672ad7e1affcb62b6009eaff1bf07ee)) +* **build:** providers, hooks, types entry files. ([#682](https://github.com/paritytech/polkadot-cloud/issues/682)) ([6a4ef07](https://github.com/paritytech/polkadot-cloud/commit/6a4ef07b5be051361d2707fa09bcf1acb0e7cd7f)) +* **docs:** Add `ExtensionsProvider` docs ([#686](https://github.com/paritytech/polkadot-cloud/issues/686)) ([a66f4c3](https://github.com/paritytech/polkadot-cloud/commit/a66f4c32be49e75ae7c45dd870186cafb6069db3)) +* **docs:** add cloud head icon ([#650](https://github.com/paritytech/polkadot-cloud/issues/650)) ([935eee0](https://github.com/paritytech/polkadot-cloud/commit/935eee0ccebcf925fdd972d4e79076c09e0caeed)) +* **docs:** Add CSS variables used for stable UI components ([#653](https://github.com/paritytech/polkadot-cloud/issues/653)) ([5a3c5f9](https://github.com/paritytech/polkadot-cloud/commit/5a3c5f9495ddcde8734ce1afe301f67a19aa11ed)) +* **docs:** Add Using Themes doc to getting started ([#649](https://github.com/paritytech/polkadot-cloud/issues/649)) ([cede0be](https://github.com/paritytech/polkadot-cloud/commit/cede0be4c02f64a6fb6a05f8fd49b3b088336cf1)) +* **docs:** app -> dapp ([#668](https://github.com/paritytech/polkadot-cloud/issues/668)) ([11b7431](https://github.com/paritytech/polkadot-cloud/commit/11b743131601e9e19edbfd808022bc79b4ade1f4)) +* **docs:** Bootstrap `ExtensionAccountsProvider` doc. ([#690](https://github.com/paritytech/polkadot-cloud/issues/690)) ([dc6fe50](https://github.com/paritytech/polkadot-cloud/commit/dc6fe50bde58cefb6c342f8800fd287c80d8f44f)) +* **docs:** enable anchor links ([#692](https://github.com/paritytech/polkadot-cloud/issues/692)) ([e29d3a1](https://github.com/paritytech/polkadot-cloud/commit/e29d3a13a54f86f7a4871b5de5e601c4f89e8b8a)) +* **docs:** expand package directory ([#663](https://github.com/paritytech/polkadot-cloud/issues/663)) ([d6a8527](https://github.com/paritytech/polkadot-cloud/commit/d6a8527a2ff79d6b3c5820ae62150ff6c91b676d)) +* **docs:** hr to separate doc sections ([#702](https://github.com/paritytech/polkadot-cloud/issues/702)) ([7df0b93](https://github.com/paritytech/polkadot-cloud/commit/7df0b93e7859c6b931b72444f96477e3ea33231c)) +* **docs:** improve chart docs ([#661](https://github.com/paritytech/polkadot-cloud/issues/661)) ([fbfe674](https://github.com/paritytech/polkadot-cloud/commit/fbfe674a65a2266a898f14eef2375e72457c403a)) +* **docs:** improve extensions doc ([a41fb7e](https://github.com/paritytech/polkadot-cloud/commit/a41fb7e4e85dc3cfd2f3145e285574274ccf04dd)) +* **docs:** polish utils docs ([#662](https://github.com/paritytech/polkadot-cloud/issues/662)) ([611e4d2](https://github.com/paritytech/polkadot-cloud/commit/611e4d24bada618d87966b8cb7e03f846d1a9a99)) +* **docs:** Provide npm README files ([#651](https://github.com/paritytech/polkadot-cloud/issues/651)) ([93ccc6e](https://github.com/paritytech/polkadot-cloud/commit/93ccc6e97e8af68bc20c5b982988cb895fe75149)) +* **docs:** types as subheadings, anchors as links ([#701](https://github.com/paritytech/polkadot-cloud/issues/701)) ([c8063cd](https://github.com/paritytech/polkadot-cloud/commit/c8063cda7968bcc48e04878d445c9085f5927b63)) +* **meta:** add og tags, og image, revise package.jsons ([#660](https://github.com/paritytech/polkadot-cloud/issues/660)) ([a9ae44c](https://github.com/paritytech/polkadot-cloud/commit/a9ae44c8568cc7069a5b4fc541c6f62b7c6955d3)) +* **refactor:** Simplifying `ExtensionsProvider` and `ExtensionAccountsProvider` ([#753](https://github.com/paritytech/polkadot-cloud/issues/753)) ([34635a4](https://github.com/paritytech/polkadot-cloud/commit/34635a44e9c5695b477389d4031c702e718c4755)) +* **ux:** collapsable, scrollable side menu ([29598f0](https://github.com/paritytech/polkadot-cloud/commit/29598f0fd50ed00e7bff1b385c4f5b7e3fb1e8e6)) + + +### Bug Fixes + +* **css:** menu fixes ([b72fdae](https://github.com/paritytech/polkadot-cloud/commit/b72fdae45ded86512ec29d7c403311e2381bc2a5)) +* **doc:** text ([c4b2a85](https://github.com/paritytech/polkadot-cloud/commit/c4b2a85f345b354b21c14c79e44545d9bdfdd8b5)) +* fix hardware status css ([#779](https://github.com/paritytech/polkadot-cloud/issues/779)) ([2a19d4f](https://github.com/paritytech/polkadot-cloud/commit/2a19d4f58ab7da0b09ba87742a01732121094ef6)) +* text ([a7331c4](https://github.com/paritytech/polkadot-cloud/commit/a7331c42bdf42512577786ca4286e2df2c63f5d6)) +* text ([8d19e15](https://github.com/paritytech/polkadot-cloud/commit/8d19e15a359d9992b85d705a53fc5ba510ae6c8e)) +* typo ([6247846](https://github.com/paritytech/polkadot-cloud/commit/624784657ae367c711b4da89d2ca0dc428f93250)) diff --git a/app/package.json b/app/package.json index bda442156..23d3fc177 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot-cloud/app", - "version": "0.2.16", + "version": "0.3.0", "license": "GPL-3.0-only", "contributors": [ "Ross Bulat", diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md new file mode 100644 index 000000000..ee3331321 --- /dev/null +++ b/packages/assets/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## [0.2.0](https://github.com/paritytech/polkadot-cloud/compare/polkadot-cloud-assets-v0.1.34...polkadot-cloud-assets-v0.2.0) (2023-11-09) + + +### Features + +* add extension icons objects ([#713](https://github.com/paritytech/polkadot-cloud/issues/713)) ([92ed1c4](https://github.com/paritytech/polkadot-cloud/commit/92ed1c4a9654cd2976f468588e01ab5b7c4d25ca)) +* add getExtensionIcon helper ([#780](https://github.com/paritytech/polkadot-cloud/issues/780)) ([429471e](https://github.com/paritytech/polkadot-cloud/commit/429471eb5703b01736fb455ebe958ccdaffda92c)) +* add ledger square icon ([#778](https://github.com/paritytech/polkadot-cloud/issues/778)) ([599b3d7](https://github.com/paritytech/polkadot-cloud/commit/599b3d74bea73a9cb2aa0f313023f0041d67ed3b)) +* **app:** use `BrowserRouter`, deprecate `HashRouter` ([#691](https://github.com/paritytech/polkadot-cloud/issues/691)) ([89f99e8](https://github.com/paritytech/polkadot-cloud/commit/89f99e8fc8912f75041a63eec5f059282214b6b4)) +* **assets:** Add metamask assets ([#754](https://github.com/paritytech/polkadot-cloud/issues/754)) ([8736e2c](https://github.com/paritytech/polkadot-cloud/commit/8736e2c91659d83e2d0b76c386c7d0aa2cf425f2)) +* **assets:** enhance extensions docs, add / separate hardware extensions ([#699](https://github.com/paritytech/polkadot-cloud/issues/699)) ([1f7bae0](https://github.com/paritytech/polkadot-cloud/commit/1f7bae05926db53650c25168afd2b7fca2e57bf1)) +* **assets:** remove icon record, format doc list with ids ([#700](https://github.com/paritytech/polkadot-cloud/issues/700)) ([1d80a80](https://github.com/paritytech/polkadot-cloud/commit/1d80a80d6672ad7e1affcb62b6009eaff1bf07ee)) +* build assets to `js` ([#735](https://github.com/paritytech/polkadot-cloud/issues/735)) ([5f16c35](https://github.com/paritytech/polkadot-cloud/commit/5f16c35a9558701caeb672d195a8705577bd3413)) +* **docs:** Add license & link to Github package folder ([#652](https://github.com/paritytech/polkadot-cloud/issues/652)) ([b4443cf](https://github.com/paritytech/polkadot-cloud/commit/b4443cfa0cae24d6b054910936127362915c78d5)) +* **docs:** Provide npm README files ([#651](https://github.com/paritytech/polkadot-cloud/issues/651)) ([93ccc6e](https://github.com/paritytech/polkadot-cloud/commit/93ccc6e97e8af68bc20c5b982988cb895fe75149)) +* **meta:** add og tags, og image, revise package.jsons ([#660](https://github.com/paritytech/polkadot-cloud/issues/660)) ([a9ae44c](https://github.com/paritytech/polkadot-cloud/commit/a9ae44c8568cc7069a5b4fc541c6f62b7c6955d3)) +* **misc:** use production url ([#669](https://github.com/paritytech/polkadot-cloud/issues/669)) ([ec31e8c](https://github.com/paritytech/polkadot-cloud/commit/ec31e8cb2e44ee9b12b020b014f3c9fb217df59d)) +* **packages:** test package releases ([#640](https://github.com/paritytech/polkadot-cloud/issues/640)) ([7bd0575](https://github.com/paritytech/polkadot-cloud/commit/7bd057552d4ab14b1de2f43420a9baa9f957ef55)) +* **refactor:** extension fail-safes, adapter support ([#755](https://github.com/paritytech/polkadot-cloud/issues/755)) ([f0cc291](https://github.com/paritytech/polkadot-cloud/commit/f0cc2915a8ad304bc0f1863e9e8e60d07000828c)) +* **refactor:** Simplifying `ExtensionsProvider` and `ExtensionAccountsProvider` ([#753](https://github.com/paritytech/polkadot-cloud/issues/753)) ([34635a4](https://github.com/paritytech/polkadot-cloud/commit/34635a44e9c5695b477389d4031c702e718c4755)) + + +### Bug Fixes + +* **docs:** revise npm readmes ([36b4a11](https://github.com/paritytech/polkadot-cloud/commit/36b4a11c9b63122417b90ba768d6b46617117d10)) +* **docs:** update readme headers ([e9906a8](https://github.com/paritytech/polkadot-cloud/commit/e9906a8904636c381cb4b575dc783e2c81afd919)) diff --git a/packages/assets/package.json b/packages/assets/package.json index 3b822b303..9334b05a2 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,7 +1,7 @@ { "name": "polkadot-cloud-assets", "license": "GPL-3.0-only", - "version": "0.1.34", + "version": "0.2.0", "type": "module", "contributors": [ "Ross Bulat", diff --git a/packages/cloud-core/CHANGELOG.md b/packages/cloud-core/CHANGELOG.md index 9e8681384..d9f0b054d 100644 --- a/packages/cloud-core/CHANGELOG.md +++ b/packages/cloud-core/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [1.1.0](https://github.com/paritytech/polkadot-cloud/compare/polkadot-cloud-core-v1.0.45...polkadot-cloud-core-v1.1.0) (2023-11-09) + + +### Features + +* add getExtensionIcon helper ([#780](https://github.com/paritytech/polkadot-cloud/issues/780)) ([429471e](https://github.com/paritytech/polkadot-cloud/commit/429471eb5703b01736fb455ebe958ccdaffda92c)) +* **app:** use `BrowserRouter`, deprecate `HashRouter` ([#691](https://github.com/paritytech/polkadot-cloud/issues/691)) ([89f99e8](https://github.com/paritytech/polkadot-cloud/commit/89f99e8fc8912f75041a63eec5f059282214b6b4)) +* **core:** canvas config enhancements ([5f1fd76](https://github.com/paritytech/polkadot-cloud/commit/5f1fd7607d821a64d590f958dfed6f4d7ee3265c)) +* **docs:** Add license & link to Github package folder ([#652](https://github.com/paritytech/polkadot-cloud/issues/652)) ([b4443cf](https://github.com/paritytech/polkadot-cloud/commit/b4443cfa0cae24d6b054910936127362915c78d5)) +* **docs:** Bootstrap `ExtensionAccountsProvider` doc. ([#690](https://github.com/paritytech/polkadot-cloud/issues/690)) ([dc6fe50](https://github.com/paritytech/polkadot-cloud/commit/dc6fe50bde58cefb6c342f8800fd287c80d8f44f)) +* **docs:** Provide npm README files ([#651](https://github.com/paritytech/polkadot-cloud/issues/651)) ([93ccc6e](https://github.com/paritytech/polkadot-cloud/commit/93ccc6e97e8af68bc20c5b982988cb895fe75149)) +* **meta:** add og tags, og image, revise package.jsons ([#660](https://github.com/paritytech/polkadot-cloud/issues/660)) ([a9ae44c](https://github.com/paritytech/polkadot-cloud/commit/a9ae44c8568cc7069a5b4fc541c6f62b7c6955d3)) +* **misc:** use production url ([#669](https://github.com/paritytech/polkadot-cloud/issues/669)) ([ec31e8c](https://github.com/paritytech/polkadot-cloud/commit/ec31e8cb2e44ee9b12b020b014f3c9fb217df59d)) +* **packages:** test package releases ([#640](https://github.com/paritytech/polkadot-cloud/issues/640)) ([7bd0575](https://github.com/paritytech/polkadot-cloud/commit/7bd057552d4ab14b1de2f43420a9baa9f957ef55)) +* **react:** CanvasScroll xl variant ([#711](https://github.com/paritytech/polkadot-cloud/issues/711)) ([c3ec840](https://github.com/paritytech/polkadot-cloud/commit/c3ec840afaabfd4c8f08956456ab62e0620f4bda)) +* **styles:** add canvas card background ([3aa3f2e](https://github.com/paritytech/polkadot-cloud/commit/3aa3f2e1f0d438b95b9f12fd6dfd45d45e8471f6)) + + +### Bug Fixes + +* **docs:** revise npm readmes ([36b4a11](https://github.com/paritytech/polkadot-cloud/commit/36b4a11c9b63122417b90ba768d6b46617117d10)) +* **docs:** update readme headers ([e9906a8](https://github.com/paritytech/polkadot-cloud/commit/e9906a8904636c381cb4b575dc783e2c81afd919)) +* fix hardware status css ([#779](https://github.com/paritytech/polkadot-cloud/issues/779)) ([2a19d4f](https://github.com/paritytech/polkadot-cloud/commit/2a19d4f58ab7da0b09ba87742a01732121094ef6)) +* **focs:** misc npm readme fixes ([d4742be](https://github.com/paritytech/polkadot-cloud/commit/d4742be69e3bc506d66452dc68c96f63358d951c)) + ## 1.0.0 (2023-10-03) ### Features diff --git a/packages/cloud-core/package.json b/packages/cloud-core/package.json index 431847b32..5b0ba1c71 100644 --- a/packages/cloud-core/package.json +++ b/packages/cloud-core/package.json @@ -1,7 +1,7 @@ { "name": "polkadot-cloud-core", "license": "GPL-3.0-only", - "version": "1.0.45", + "version": "1.1.0", "contributors": [ "Ross Bulat", "Nikolaos Kontakis" diff --git a/packages/cloud-react/CHANGELOG.md b/packages/cloud-react/CHANGELOG.md new file mode 100644 index 000000000..0b85ff3eb --- /dev/null +++ b/packages/cloud-react/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog + +## [0.2.0](https://github.com/paritytech/polkadot-cloud/compare/polkadot-cloud-react-v0.1.125...polkadot-cloud-react-v0.2.0) (2023-11-09) + + +### Features + +* Add animation functionality for copy in Polkicon ([#801](https://github.com/paritytech/polkadot-cloud/issues/801)) ([c122292](https://github.com/paritytech/polkadot-cloud/commit/c12229201df630ff1d24613b31305e6461ce2144)) +* add ledger square icon ([#778](https://github.com/paritytech/polkadot-cloud/issues/778)) ([599b3d7](https://github.com/paritytech/polkadot-cloud/commit/599b3d74bea73a9cb2aa0f313023f0041d67ed3b)) +* add onExtensionEnabled callback ([#747](https://github.com/paritytech/polkadot-cloud/issues/747)) ([da56a90](https://github.com/paritytech/polkadot-cloud/commit/da56a90a63912c2f300e33794988b053e0f1b584)) +* **app:** use `BrowserRouter`, deprecate `HashRouter` ([#691](https://github.com/paritytech/polkadot-cloud/issues/691)) ([89f99e8](https://github.com/paritytech/polkadot-cloud/commit/89f99e8fc8912f75041a63eec5f059282214b6b4)) +* build assets to `js` ([#735](https://github.com/paritytech/polkadot-cloud/issues/735)) ([5f16c35](https://github.com/paritytech/polkadot-cloud/commit/5f16c35a9558701caeb672d195a8705577bd3413)) +* **build:** providers, hooks, types entry files. ([#682](https://github.com/paritytech/polkadot-cloud/issues/682)) ([6a4ef07](https://github.com/paritytech/polkadot-cloud/commit/6a4ef07b5be051361d2707fa09bcf1acb0e7cd7f)) +* Bump react package to 0.1.119 ([#788](https://github.com/paritytech/polkadot-cloud/issues/788)) ([761d1f8](https://github.com/paritytech/polkadot-cloud/commit/761d1f8a840aad0caef3d5162e1ea4653cda169e)) +* Bump react package to 0.1.120 ([#789](https://github.com/paritytech/polkadot-cloud/issues/789)) ([4305167](https://github.com/paritytech/polkadot-cloud/commit/430516768e51da11a06e0524da676331dfeca9d5)) +* Bump react package to 0.1.121 ([#793](https://github.com/paritytech/polkadot-cloud/issues/793)) ([1d44bce](https://github.com/paritytech/polkadot-cloud/commit/1d44bceba9bbeff9a4dec47ac9669511a06326c7)) +* **components:** add `ExtensionAccountsProvider` defaults & types ([#679](https://github.com/paritytech/polkadot-cloud/issues/679)) ([c077154](https://github.com/paritytech/polkadot-cloud/commit/c077154fd9548489fd67076429e6bbf1e0254c4a)) +* **context:** `ExtensionAccounts` provider ([#685](https://github.com/paritytech/polkadot-cloud/issues/685)) ([730e5cf](https://github.com/paritytech/polkadot-cloud/commit/730e5cfb66973229a57a30bd003cb165ae384b0f)) +* **core:** canvas config enhancements ([5f1fd76](https://github.com/paritytech/polkadot-cloud/commit/5f1fd7607d821a64d590f958dfed6f4d7ee3265c)) +* **docs:** Add license & link to Github package folder ([#652](https://github.com/paritytech/polkadot-cloud/issues/652)) ([b4443cf](https://github.com/paritytech/polkadot-cloud/commit/b4443cfa0cae24d6b054910936127362915c78d5)) +* **docs:** Bootstrap `ExtensionAccountsProvider` doc. ([#690](https://github.com/paritytech/polkadot-cloud/issues/690)) ([dc6fe50](https://github.com/paritytech/polkadot-cloud/commit/dc6fe50bde58cefb6c342f8800fd287c80d8f44f)) +* **docs:** Provide npm README files ([#651](https://github.com/paritytech/polkadot-cloud/issues/651)) ([93ccc6e](https://github.com/paritytech/polkadot-cloud/commit/93ccc6e97e8af68bc20c5b982988cb895fe75149)) +* **extensions:** Metamask Polkadot Snap Support ([#751](https://github.com/paritytech/polkadot-cloud/issues/751)) ([e9f1b43](https://github.com/paritytech/polkadot-cloud/commit/e9f1b437a8f2827d316fe8bd535b4236e7d59003)) +* larger modal height on smaller windows ([0f24a50](https://github.com/paritytech/polkadot-cloud/commit/0f24a506dcd65b4517aec1d23caa207eec09dcf1)) +* **meta:** add og tags, og image, revise package.jsons ([#660](https://github.com/paritytech/polkadot-cloud/issues/660)) ([a9ae44c](https://github.com/paritytech/polkadot-cloud/commit/a9ae44c8568cc7069a5b4fc541c6f62b7c6955d3)) +* **misc:** use production url ([#669](https://github.com/paritytech/polkadot-cloud/issues/669)) ([ec31e8c](https://github.com/paritytech/polkadot-cloud/commit/ec31e8cb2e44ee9b12b020b014f3c9fb217df59d)) +* **packages:** test package releases ([#640](https://github.com/paritytech/polkadot-cloud/issues/640)) ([7bd0575](https://github.com/paritytech/polkadot-cloud/commit/7bd057552d4ab14b1de2f43420a9baa9f957ef55)) +* **react:** CanvasScroll xl variant ([#711](https://github.com/paritytech/polkadot-cloud/issues/711)) ([c3ec840](https://github.com/paritytech/polkadot-cloud/commit/c3ec840afaabfd4c8f08956456ab62e0620f4bda)) +* **react:** Extension Account fixes & polishes ([#728](https://github.com/paritytech/polkadot-cloud/issues/728)) ([1c75eeb](https://github.com/paritytech/polkadot-cloud/commit/1c75eebaed81a6e21604e95445cee4785982ad75)) +* **refactor:** extension fail-safes, adapter support ([#755](https://github.com/paritytech/polkadot-cloud/issues/755)) ([f0cc291](https://github.com/paritytech/polkadot-cloud/commit/f0cc2915a8ad304bc0f1863e9e8e60d07000828c)) +* **refactor:** Simplifying `ExtensionsProvider` and `ExtensionAccountsProvider` ([#753](https://github.com/paritytech/polkadot-cloud/issues/753)) ([34635a4](https://github.com/paritytech/polkadot-cloud/commit/34635a44e9c5695b477389d4031c702e718c4755)) +* **styles:** add canvas card background ([3aa3f2e](https://github.com/paritytech/polkadot-cloud/commit/3aa3f2e1f0d438b95b9f12fd6dfd45d45e8471f6)) + + +### Bug Fixes + +* **docs:** revise npm readmes ([36b4a11](https://github.com/paritytech/polkadot-cloud/commit/36b4a11c9b63122417b90ba768d6b46617117d10)) +* **docs:** update readme headers ([e9906a8](https://github.com/paritytech/polkadot-cloud/commit/e9906a8904636c381cb4b575dc783e2c81afd919)) +* fix enkrypt enabled snap request failing ([#759](https://github.com/paritytech/polkadot-cloud/issues/759)) ([f9ccec7](https://github.com/paritytech/polkadot-cloud/commit/f9ccec713e7cb2b770d1d3935a25e633a571b1c2)) +* fix hardware status css ([#779](https://github.com/paritytech/polkadot-cloud/issues/779)) ([2a19d4f](https://github.com/paritytech/polkadot-cloud/commit/2a19d4f58ab7da0b09ba87742a01732121094ef6)) +* **focs:** misc npm readme fixes ([d4742be](https://github.com/paritytech/polkadot-cloud/commit/d4742be69e3bc506d66452dc68c96f63358d951c)) diff --git a/packages/cloud-react/package.json b/packages/cloud-react/package.json index 4aa67939e..c69642add 100644 --- a/packages/cloud-react/package.json +++ b/packages/cloud-react/package.json @@ -1,7 +1,7 @@ { "name": "polkadot-cloud-react", "license": "GPL-3.0-only", - "version": "0.1.125", + "version": "0.2.0", "type": "module", "contributors": [ "Ross Bulat", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md new file mode 100644 index 000000000..91934eb1d --- /dev/null +++ b/packages/utils/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [0.1.0](https://github.com/paritytech/polkadot-cloud/compare/polkadot-cloud-utils-v0.0.25...polkadot-cloud-utils-v0.1.0) (2023-11-09) + + +### Features + +* add extension icons objects ([#713](https://github.com/paritytech/polkadot-cloud/issues/713)) ([92ed1c4](https://github.com/paritytech/polkadot-cloud/commit/92ed1c4a9654cd2976f468588e01ab5b7c4d25ca)) +* **app:** use `BrowserRouter`, deprecate `HashRouter` ([#691](https://github.com/paritytech/polkadot-cloud/issues/691)) ([89f99e8](https://github.com/paritytech/polkadot-cloud/commit/89f99e8fc8912f75041a63eec5f059282214b6b4)) +* **docs:** Add license & link to Github package folder ([#652](https://github.com/paritytech/polkadot-cloud/issues/652)) ([b4443cf](https://github.com/paritytech/polkadot-cloud/commit/b4443cfa0cae24d6b054910936127362915c78d5)) +* **docs:** Provide npm README files ([#651](https://github.com/paritytech/polkadot-cloud/issues/651)) ([93ccc6e](https://github.com/paritytech/polkadot-cloud/commit/93ccc6e97e8af68bc20c5b982988cb895fe75149)) +* **meta:** add og tags, og image, revise package.jsons ([#660](https://github.com/paritytech/polkadot-cloud/issues/660)) ([a9ae44c](https://github.com/paritytech/polkadot-cloud/commit/a9ae44c8568cc7069a5b4fc541c6f62b7c6955d3)) +* **misc:** use production url ([#669](https://github.com/paritytech/polkadot-cloud/issues/669)) ([ec31e8c](https://github.com/paritytech/polkadot-cloud/commit/ec31e8cb2e44ee9b12b020b014f3c9fb217df59d)) +* **packages:** test package releases ([#640](https://github.com/paritytech/polkadot-cloud/issues/640)) ([7bd0575](https://github.com/paritytech/polkadot-cloud/commit/7bd057552d4ab14b1de2f43420a9baa9f957ef55)) +* **utils:** add mergeDeep util ([cea0254](https://github.com/paritytech/polkadot-cloud/commit/cea02544d008a4556a962b3b1d7050eae01c5bbd)) + + +### Bug Fixes + +* **docs:** revise npm readmes ([36b4a11](https://github.com/paritytech/polkadot-cloud/commit/36b4a11c9b63122417b90ba768d6b46617117d10)) +* **docs:** update readme headers ([e9906a8](https://github.com/paritytech/polkadot-cloud/commit/e9906a8904636c381cb4b575dc783e2c81afd919)) +* **utils:** rmCommas in minDecimalPlaces ([2ba5ed6](https://github.com/paritytech/polkadot-cloud/commit/2ba5ed69bd5f572d180ce7ab718b9b97d915dfbd)) diff --git a/packages/utils/package.json b/packages/utils/package.json index 53ccc79d4..3c2c1add8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "polkadot-cloud-utils", "license": "GPL-3.0-only", - "version": "0.0.25", + "version": "0.1.0", "contributors": [ "Ross Bulat", "Nikolaos Kontakis" diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md new file mode 100644 index 000000000..a54622354 --- /dev/null +++ b/scripts/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 1.0.0 (2023-11-09) + + +### Features + +* **docs:** Provide npm README files ([#651](https://github.com/paritytech/polkadot-cloud/issues/651)) ([93ccc6e](https://github.com/paritytech/polkadot-cloud/commit/93ccc6e97e8af68bc20c5b982988cb895fe75149)) +* **meta:** add og tags, og image, revise package.jsons ([#660](https://github.com/paritytech/polkadot-cloud/issues/660)) ([a9ae44c](https://github.com/paritytech/polkadot-cloud/commit/a9ae44c8568cc7069a5b4fc541c6f62b7c6955d3)) +* **refactor:** extension fail-safes, adapter support ([#755](https://github.com/paritytech/polkadot-cloud/issues/755)) ([f0cc291](https://github.com/paritytech/polkadot-cloud/commit/f0cc2915a8ad304bc0f1863e9e8e60d07000828c)) diff --git a/scripts/package.json b/scripts/package.json index 50b9e30a2..56155a460 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,7 +1,7 @@ { "name": "polkadot-cloud-scripts", "license": "GPL-3.0-only", - "version": "0.1.0", + "version": "1.0.0", "contributors": [ "Ross Bulat", "Nikolaos Kontakis"