Skip to content

Commit

Permalink
Merge pull request #199 from polkadot-cloud/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--developer-console

chore(main): release 0.9.1
  • Loading branch information
rossbulat authored Oct 4, 2024
2 parents 3e36d8d + 00a0f78 commit a2ce32d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## 0.9.1 (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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "developer-console",
"private": true,
"version": "0.1.0-alpha",
"version": "0.9.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit a2ce32d

Please sign in to comment.