-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{} | ||
{".":"0.10.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
## [0.10.0](https://github.com/polkadot-cloud/polkadot-developer-console/compare/v0.9.1...v0.10.0) (2024-10-30) | ||
|
||
|
||
### Features | ||
|
||
* install PAPI dependencies & initialize observable client ([#246](https://github.com/polkadot-cloud/polkadot-developer-console/issues/246)) ([348751a](https://github.com/polkadot-cloud/polkadot-developer-console/commit/348751a53244082b834b85e9eea4fc5183a8d3a0)) | ||
* Reconnect to Wallet Connect session on signing ([#251](https://github.com/polkadot-cloud/polkadot-developer-console/issues/251)) ([52f2219](https://github.com/polkadot-cloud/polkadot-developer-console/commit/52f22198917677def95836d4ef66878125858e73)) | ||
* **refactor:** Restructure project to mono repo ([#241](https://github.com/polkadot-cloud/polkadot-developer-console/issues/241)) ([3f2d8bc](https://github.com/polkadot-cloud/polkadot-developer-console/commit/3f2d8bcf711b31e321d70d3a8dbc29d6190132c9)) | ||
* **refactor:** Use metadata v15 ([#249](https://github.com/polkadot-cloud/polkadot-developer-console/issues/249)) ([3fdf90d](https://github.com/polkadot-cloud/polkadot-developer-console/commit/3fdf90d653a5a0c9facfa23cc5e3196dfb9aa3e3)) | ||
* Signer enhancements, merkleize-metadata for ledger ([#252](https://github.com/polkadot-cloud/polkadot-developer-console/issues/252)) ([d9bef35](https://github.com/polkadot-cloud/polkadot-developer-console/commit/d9bef35554d73bd7e8a720e24cf8694891b6ee43)) | ||
* Test CI ([#236](https://github.com/polkadot-cloud/polkadot-developer-console/issues/236)) ([61500ff](https://github.com/polkadot-cloud/polkadot-developer-console/commit/61500ff6d4ff1993b45063dc123484be753d3486)) | ||
* Update header logo ([#238](https://github.com/polkadot-cloud/polkadot-developer-console/issues/238)) ([eb1aa9f](https://github.com/polkadot-cloud/polkadot-developer-console/commit/eb1aa9f381f9689aeede597fd9a526eeafd0f3b3)) | ||
* Use cloud icons, remove font awesome pro ([#239](https://github.com/polkadot-cloud/polkadot-developer-console/issues/239)) ([3c4a455](https://github.com/polkadot-cloud/polkadot-developer-console/commit/3c4a455dd5a0f053d65e0128131b53f288caaae3)) | ||
* **ux:** auto close wallet connect modal after approval ([dcea67b](https://github.com/polkadot-cloud/polkadot-developer-console/commit/dcea67bc0e6bca759f07871425a2d45b8db5b6db)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,5 +44,6 @@ | |
"vite-plugin-svgr": "^4.2.0", | ||
"vite-tsconfig-paths": "^4.3.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"version": "0.10.0" | ||
} |