Skip to content

Commit 50213bb

Browse files
committed
Publish v1.15.0
1 parent 3194f3c commit 50213bb

7 files changed

Lines changed: 17 additions & 27 deletions

File tree

.changeset/nasty-windows-wear.md

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

.changeset/neat-points-fetch.md

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

.changeset/nice-dogs-dance.md

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

.changeset/pink-poems-glow.md

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

.changeset/vast-socks-carry.md

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

CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### Minor Changes
6+
7+
- [#539](https://github.com/aragon/gov-ui-kit/pull/539) [`b3ace0f`](https://github.com/aragon/gov-ui-kit/commit/b3ace0fcf4814fa1d794aa790dd5c7900607571c) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump cross-env to v10
8+
9+
- [#545](https://github.com/aragon/gov-ui-kit/pull/545) [`6d634e3`](https://github.com/aragon/gov-ui-kit/commit/6d634e37248c85f3d51b30304df4cc5412ef4e61) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
10+
11+
- [#544](https://github.com/aragon/gov-ui-kit/pull/544) [`af61040`](https://github.com/aragon/gov-ui-kit/commit/af61040cba3e10da8c9ecb1e9aa701413269c837) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump linkifyjs from 4.2.0 to 4.3.2
12+
13+
- [#543](https://github.com/aragon/gov-ui-kit/pull/543) [`6e11a08`](https://github.com/aragon/gov-ui-kit/commit/6e11a08966e508dbad765330de60b4e98649b50b) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update minor and patch NPM dependencies
14+
15+
### Patch Changes
16+
17+
- [#549](https://github.com/aragon/gov-ui-kit/pull/549) [`3194f3c`](https://github.com/aragon/gov-ui-kit/commit/3194f3cba309e8c997e18e4faaf5913779cd551c) Thanks [@milosh86](https://github.com/milosh86)! - **BREAKING CHANGE:** Update `ProposalActionsItem` and `SmartContractFunctionDataListItemStructure` to accept `functionSelector` as a prop, instead of calculating it internally
18+
319
## 1.14.0
420

521
### Minor 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": "1.14.0",
3+
"version": "1.15.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)