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 Oct 16, 2024
1 parent 358b47e commit 40307ba
Show file tree
Hide file tree
Showing 3 changed files with 15 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"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 40307ba

Please sign in to comment.