Skip to content

Commit 495d6a2

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/tiptap/pm-3.0.1
2 parents 7f1f213 + f732799 commit 495d6a2

8 files changed

Lines changed: 298 additions & 255 deletions

File tree

.changeset/nasty-windows-wear.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.
File renamed without changes.

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: 16 additions & 16 deletions
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",
@@ -92,58 +92,58 @@
9292
"@rollup/plugin-node-resolve": "^16.0.1",
9393
"@rollup/plugin-terser": "^0.4.4",
9494
"@rollup/plugin-typescript": "^12.1.4",
95-
"@storybook/addon-docs": "^9.1.1",
96-
"@storybook/react-vite": "^9.1.1",
95+
"@storybook/addon-docs": "^9.1.2",
96+
"@storybook/react-vite": "^9.1.2",
9797
"@svgr/rollup": "^8.1.0",
9898
"@tailwindcss/postcss": "^4.1.11",
9999
"@tailwindcss/typography": "^0.5.16",
100-
"@tanstack/react-query": "^5.84.1",
100+
"@tanstack/react-query": "^5.84.2",
101101
"@testing-library/dom": "^10.4.1",
102102
"@testing-library/jest-dom": "^6.6.4",
103103
"@testing-library/react": "^16.3.0",
104104
"@testing-library/user-event": "^14.6.1",
105105
"@types/jest": "^30.0.0",
106106
"@types/luxon": "^3.7.1",
107-
"@types/react": "^19.1.9",
107+
"@types/react": "^19.1.10",
108108
"@types/react-dom": "^19.1.7",
109109
"@types/sanitize-html": "^2.16.0",
110110
"cross-env": "^10.0.0",
111-
"eslint": "^9.32.0",
111+
"eslint": "^9.33.0",
112112
"eslint-import-resolver-typescript": "^4.4.4",
113113
"eslint-plugin-import": "^2.32.0",
114114
"eslint-plugin-jsx-a11y": "^6.10.2",
115115
"eslint-plugin-react": "^7.37.5",
116116
"eslint-plugin-react-hooks": "^5.2.0",
117-
"eslint-plugin-storybook": "^9.1.1",
118-
"eslint-plugin-testing-library": "^7.6.3",
117+
"eslint-plugin-storybook": "^9.1.2",
118+
"eslint-plugin-testing-library": "^7.6.6",
119119
"husky": "^9.1.7",
120120
"jest": "^30.0.5",
121121
"jest-environment-jsdom": "^30.0.5",
122-
"lint-staged": "^16.1.4",
122+
"lint-staged": "^16.1.5",
123123
"postcss": "^8.5.6",
124124
"postcss-loader": "^8.1.1",
125125
"prettier": "^3.6.2",
126126
"prettier-plugin-organize-imports": "^4.2.0",
127127
"prettier-plugin-tailwindcss": "^0.6.14",
128128
"react": "^19.1.0",
129129
"react-dom": "^19.1.0",
130-
"react-hook-form": "^7.61.1",
130+
"react-hook-form": "^7.62.0",
131131
"rollup": "^4.46.2",
132132
"rollup-plugin-peer-deps-external": "^2.2.4",
133133
"rollup-plugin-postcss": "^4.0.2",
134134
"rollup-plugin-visualizer": "^6.0.3",
135-
"storybook": "^9.1.1",
135+
"storybook": "^9.1.2",
136136
"tailwindcss": "^4.1.11",
137137
"ts-jest": "^29.4.1",
138138
"typescript": "^5.9.2",
139-
"typescript-eslint": "^8.39.0",
140-
"vercel": "^44.7.2",
141-
"viem": "^2.33.2",
142-
"vite": "^7.0.6",
139+
"typescript-eslint": "^8.39.1",
140+
"vercel": "^44.7.3",
141+
"viem": "^2.33.3",
142+
"vite": "^7.1.2",
143143
"vite-plugin-node-polyfills": "^0.24.0",
144144
"vite-plugin-static-copy": "^3.1.1",
145145
"vite-plugin-svgr": "^4.3.0",
146-
"wagmi": "^2.16.1"
146+
"wagmi": "^2.16.3"
147147
},
148148
"bugs": {
149149
"url": "https://github.com/aragon/gov-ui-kit/issues"

0 commit comments

Comments
 (0)