Skip to content

Commit

Permalink
chore(main): release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Nov 3, 2024
1 parent 3c95088 commit 52b04a8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"0.10.0"}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [0.10.0](https://github.com/polkadot-cloud/polkadot-developer-console/compare/v0.9.1...v0.10.0) (2024-11-03)


### Features

* Get chainSpec, metadata from observables, consts from metadata ([#247](https://github.com/polkadot-cloud/polkadot-developer-console/issues/247)) ([3c95088](https://github.com/polkadot-cloud/polkadot-developer-console/commit/3c950886ca087c3d285ecb05f4e7f7c58a1a72aa))
* 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 `withProvider` from `@w3ux/factories` ([#275](https://github.com/polkadot-cloud/polkadot-developer-console/issues/275)) ([91425e6](https://github.com/polkadot-cloud/polkadot-developer-console/commit/91425e6d73fb9a1b3b30371d0845c6844984cd5d))
* **refactor:** Use latest w3ux packages, fix breaking changes ([#276](https://github.com/polkadot-cloud/polkadot-developer-console/issues/276)) ([b316a5d](https://github.com/polkadot-cloud/polkadot-developer-console/commit/b316a5d7b5b6898e26490343b2ce315d05833fde))
* **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))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 52b04a8

Please sign in to comment.