From cfcd395633167ecd041ad178d667bb1ffea6eaa1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:51:55 +0000 Subject: [PATCH 1/3] chore(main): release 1.0.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..3947639c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## 1.0.0 (2024-10-04) + + +### Features + +* add calls to RuntimeSnapshot ([d5b088f](https://github.com/polkadot-cloud/polkadot-developer-console/commit/d5b088f19a079da2683446c7a1a1c244df82a669)) +* new ledger app support ([6a49a58](https://github.com/polkadot-cloud/polkadot-developer-console/commit/6a49a586d208b51068765117d7bdcf22a39452f6)) + + +### Bug Fixes + +* button color ([757a506](https://github.com/polkadot-cloud/polkadot-developer-console/commit/757a50637e63633d117adc708246f26a521298ef)) +* check if arg is tuple ([f58b6d6](https://github.com/polkadot-cloud/polkadot-developer-console/commit/f58b6d620a55af0d5fc4de37cb1bec7ba9a8d87c)) +* check para id lifecycle ([669631f](https://github.com/polkadot-cloud/polkadot-developer-console/commit/669631f02de0dd1c61f01cc90934fdc91ec6752c)) +* default selected tab id ([c7a750e](https://github.com/polkadot-cloud/polkadot-developer-console/commit/c7a750e32c0fa261d355724d1c9522011d8285f9)) +* destroy chain state on tab close ([83818b4](https://github.com/polkadot-cloud/polkadot-developer-console/commit/83818b4d6a7eacb55f6f565a710161f87bbadc03)) +* ignore other keys ([ee9d497](https://github.com/polkadot-cloud/polkadot-developer-console/commit/ee9d49784758e4489147f7146507ff80b731bc18)) +* only valid addresses to onChange ([a020497](https://github.com/polkadot-cloud/polkadot-developer-console/commit/a020497059aed8f8dc090142f825f924c7b19356)) +* rm unneeded props ([4196d53](https://github.com/polkadot-cloud/polkadot-developer-console/commit/4196d53e279496fdd36f12878b9c32970374699c)) +* rset input args on item change ([bf277aa](https://github.com/polkadot-cloud/polkadot-developer-console/commit/bf277aabd62fbef8ee9c1a73954503bf592678dc)) +* textbox value prop ([3e341f6](https://github.com/polkadot-cloud/polkadot-developer-console/commit/3e341f60e734bf6b19eee37fb6d03270ebfefea1)) +* variant value ([832dc26](https://github.com/polkadot-cloud/polkadot-developer-console/commit/832dc2698e871c0a6f809151841f24519121c9d2)) diff --git a/package.json b/package.json index 245191f7..c2961f08 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "developer-console", "private": true, - "version": "0.1.0-alpha", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", From eeecf7c4d69d9dee75a93e538339fc7bb0948c31 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Fri, 4 Oct 2024 15:08:47 +0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3947639c..6a01848d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.0.0 (2024-10-04) +## 0.9.1 (2024-10-04) ### Features From 00a0f78b19c9bf72aeefd31a9b2d77689af9e7af Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Fri, 4 Oct 2024 15:09:03 +0700 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2961f08..26de97a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "developer-console", "private": true, - "version": "1.0.0", + "version": "0.9.1", "type": "module", "scripts": { "dev": "vite",