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..a079611a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [0.10.0](https://github.com/polkadot-cloud/polkadot-developer-console/compare/v0.9.1...v0.10.0) (2024-10-16) + + +### Features + +* **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)) +* 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 e0723bc2..f9adb93a 100644 --- a/package.json +++ b/package.json @@ -43,5 +43,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" }