diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef42..d0ef0e9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{".":"0.10.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..bc5b958b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## [0.10.0](https://github.com/polkadot-cloud/polkadot-developer-console/compare/v0.9.1...v0.10.0) (2024-11-03) + + +### 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 `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)) diff --git a/package.json b/package.json index e7c1ccb3..4bbab062 100644 --- a/package.json +++ b/package.json @@ -44,5 +44,6 @@ "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.3.2" }, - "packageManager": "yarn@4.1.1" + "packageManager": "yarn@4.1.1", + "version": "0.10.0" }