From 8485ca92461fe87e22a2840219d951e9b2da18e0 Mon Sep 17 00:00:00 2001 From: arabot-1 Date: Tue, 10 Mar 2026 17:28:30 +0000 Subject: [PATCH 1/2] Release v1.23.1 --- .changeset/client-links-change.md | 5 ----- .changeset/great-memes-create.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/client-links-change.md delete mode 100644 .changeset/great-memes-create.md diff --git a/.changeset/client-links-change.md b/.changeset/client-links-change.md deleted file mode 100644 index 35bd49834a..0000000000 --- a/.changeset/client-links-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aragon/app": patch ---- - -Update DAO header link for XMAQUINA diff --git a/.changeset/great-memes-create.md b/.changeset/great-memes-create.md deleted file mode 100644 index 695548ee6b..0000000000 --- a/.changeset/great-memes-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aragon/app": patch ---- - -Fix includeLinkedAccounts param mistakenly named includeSubPlugins in getDaoPlugins calls diff --git a/CHANGELOG.md b/CHANGELOG.md index 83176bd0d0..c2357abc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @aragon/app +## 1.23.1 + +### Patch Changes + +- [#1017](https://github.com/aragon/app/pull/1017) [`31d8531`](https://github.com/aragon/app/commit/31d85310325cbdf15834b8597b74d11ee5ceeee1) Thanks [@evanaronson](https://github.com/evanaronson)! - Update DAO header link for XMAQUINA + +- [#1020](https://github.com/aragon/app/pull/1020) [`c5467c1`](https://github.com/aragon/app/commit/c5467c108e7669128f2816bf4f7c7acdffc6eb2c) Thanks [@milosh86](https://github.com/milosh86)! - Fix includeLinkedAccounts param mistakenly named includeSubPlugins in getDaoPlugins calls + ## 1.23.0 ### Minor Changes diff --git a/package.json b/package.json index 913b8d00fc..b68bd6bc45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aragon/app", - "version": "1.23.0", + "version": "1.23.1", "description": "Human-centered DAO infrastructure", "author": "Aragon Association", "homepage": "https://github.com/aragon/app#readme", From ea46e7278abaa639d1f2f9075c3d1611784bc70e Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 12 Mar 2026 12:28:41 +0100 Subject: [PATCH 2/2] chore: Update @aragon/gov-ui-kit dependency to version 1.29.1 in package.json and pnpm-lock.yaml --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b68bd6bc45..97baad6758 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "e2e:codegen": "playwright codegen --config e2e/playwright.config.ts" }, "dependencies": { - "@aragon/gov-ui-kit": "^1.29.0", + "@aragon/gov-ui-kit": "^1.29.1", "@floating-ui/react": "^0.27.18", "@number-flow/react": "^0.5.14", "@radix-ui/react-dialog": "^1.1.15", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 29c7364679..bfa38d3ae0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,8 +23,8 @@ importers: .: dependencies: '@aragon/gov-ui-kit': - specifier: ^1.29.0 - version: 1.29.0(@emotion/is-prop-valid@1.4.0)(@floating-ui/dom@1.7.5)(@tailwindcss/typography@0.5.19(tailwindcss@4.2.1))(@tanstack/react-query@5.90.21(react@19.2.4))(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react-hook-form@7.71.2(react@19.2.4))(react@19.2.4)(tailwindcss@4.2.1)(viem@2.46.2(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@3.5.0(@safe-global/safe-apps-provider@0.18.6(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.21(react@19.2.4))(@types/react@19.2.14)(immer@11.1.4)(ox@0.12.4(typescript@5.9.3)(zod@3.25.76))(react@19.2.4)(typescript@5.9.3)(viem@2.46.2(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))) + specifier: ^1.29.1 + version: 1.29.1(@emotion/is-prop-valid@1.4.0)(@floating-ui/dom@1.7.5)(@tailwindcss/typography@0.5.19(tailwindcss@4.2.1))(@tanstack/react-query@5.90.21(react@19.2.4))(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react-hook-form@7.71.2(react@19.2.4))(react@19.2.4)(tailwindcss@4.2.1)(viem@2.46.2(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@3.5.0(@safe-global/safe-apps-provider@0.18.6(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.21(react@19.2.4))(@types/react@19.2.14)(immer@11.1.4)(ox@0.12.4(typescript@5.9.3)(zod@3.25.76))(react@19.2.4)(typescript@5.9.3)(viem@2.46.2(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))) '@floating-ui/react': specifier: ^0.27.18 version: 0.27.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4) @@ -240,8 +240,8 @@ packages: '@apm-js-collab/tracing-hooks@0.3.1': resolution: {integrity: sha512-Vu1CbmPURlN5fTboVuKMoJjbO5qcq9fA5YXpskx3dXe/zTBvjODFoerw+69rVBlRLrJpwPqSDqEuJDEKIrTldw==} - '@aragon/gov-ui-kit@1.29.0': - resolution: {integrity: sha512-FouVRRCozK+m/lNN4PjSUdZvNvNAiO1sqaoOlPw1Afjq1biqdHYODYB0aHJyvFnlE4dMCywX5XjdXDaMLNOr+Q==} + '@aragon/gov-ui-kit@1.29.1': + resolution: {integrity: sha512-G/cFatTq1pYWI157pO4hBkz5JMEKVvfkKRd2pAucB4w1kXFdVi7g9v7gH3HYc3t3PwiDFh/JkNGFr0BD6Rkj8w==} engines: {node: '>=22.0.0', pnpm: '>=10.0.0'} peerDependencies: '@tailwindcss/typography': ^0.5.0 @@ -7478,7 +7478,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@aragon/gov-ui-kit@1.29.0(@emotion/is-prop-valid@1.4.0)(@floating-ui/dom@1.7.5)(@tailwindcss/typography@0.5.19(tailwindcss@4.2.1))(@tanstack/react-query@5.90.21(react@19.2.4))(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react-hook-form@7.71.2(react@19.2.4))(react@19.2.4)(tailwindcss@4.2.1)(viem@2.46.2(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@3.5.0(@safe-global/safe-apps-provider@0.18.6(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.21(react@19.2.4))(@types/react@19.2.14)(immer@11.1.4)(ox@0.12.4(typescript@5.9.3)(zod@3.25.76))(react@19.2.4)(typescript@5.9.3)(viem@2.46.2(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)))': + '@aragon/gov-ui-kit@1.29.1(@emotion/is-prop-valid@1.4.0)(@floating-ui/dom@1.7.5)(@tailwindcss/typography@0.5.19(tailwindcss@4.2.1))(@tanstack/react-query@5.90.21(react@19.2.4))(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react-hook-form@7.71.2(react@19.2.4))(react@19.2.4)(tailwindcss@4.2.1)(viem@2.46.2(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(wagmi@3.5.0(@safe-global/safe-apps-provider@0.18.6(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76))(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.21(react@19.2.4))(@types/react@19.2.14)(immer@11.1.4)(ox@0.12.4(typescript@5.9.3)(zod@3.25.76))(react@19.2.4)(typescript@5.9.3)(viem@2.46.2(bufferutil@4.1.0)(typescript@5.9.3)(utf-8-validate@5.0.10)(zod@3.25.76)))': dependencies: '@radix-ui/react-accordion': 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@radix-ui/react-alert-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)