Skip to content

Commit 87bc673

Browse files
committed
Publish v2.8.0
1 parent 0b47b47 commit 87bc673

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/deps-audit-remediation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proposal-actions-decoder-fields.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @aragon/gov-ui-kit
22

3+
## 2.8.0
4+
5+
### Minor Changes
6+
7+
- [#701](https://github.com/aragon/gov-ui-kit/pull/701) [`1d7076f`](https://github.com/aragon/gov-ui-kit/commit/1d7076f17914dcd7c249587caa0dad9d452bc790) Thanks [@evanaronson](https://github.com/evanaronson)! - Display the parameter type next to the parameter name instead of as placeholder on `ProposalActionsDecoder` fields, render boolean parameters as radio group with no default selection on edit mode
8+
9+
### Patch Changes
10+
11+
- [#712](https://github.com/aragon/gov-ui-kit/pull/712) [`0b47b47`](https://github.com/aragon/gov-ui-kit/commit/0b47b4701d9a300f50e44d3fb144672fdd7546e0) Thanks [@dependabot](https://github.com/apps/dependabot)! - Dependency update and security overrides
12+
313
## 2.7.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aragon/gov-ui-kit",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "Implementation of the Aragon's Governance UI Kit",
55
"main": "dist/index.es.js",
66
"types": "dist/types/src/index.d.ts",

0 commit comments

Comments
 (0)