Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-spp-executed-stage-expired.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/live-statuses-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/monorepo-skeleton.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @aragon/app

## 1.33.2

### Patch Changes

- [#1212](https://github.com/aragon/app/pull/1212) [`d3ba5f7`](https://github.com/aragon/app/commit/d3ba5f7736c2c9a7a0515488c7d5a6c52c7e77f2) Thanks [@harryburger](https://github.com/harryburger)! - Fix an executed SPP proposal showing its final stage as "expired" / "Proposal not executed in time". The per-stage status was derived from the clock alone (`now > maxAdvanceDate`) without checking whether the proposal had already been executed, so a proposal executed on time would flip to expired once viewed after its max-advance date. Executed proposals are now treated as accepted regardless of the max-advance date.

- [#1206](https://github.com/aragon/app/pull/1206) [`ca7b26e`](https://github.com/aragon/app/commit/ca7b26eb1c20288e972dd997342806326c46ac9a) Thanks [@evanaronson](https://github.com/evanaronson)! - Refresh proposal cards in transaction dialogs after transaction indexing so proposal transaction flows show live proposal data.

- [#1211](https://github.com/aragon/app/pull/1211) [`e827f05`](https://github.com/aragon/app/commit/e827f05f30e5889eedce1d468849a91031947cbe) Thanks [@tyhonchik](https://github.com/tyhonchik)! - Restructure the repository into a pnpm monorepo: the app now lives in `apps/app`, shared tooling (turbo, biome, husky, changesets) stays at the workspace root. No runtime changes.

## 1.33.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/app",
"version": "1.33.1",
"version": "1.33.2",
"description": "Human-centered DAO infrastructure",
"author": "Aragon Association",
"homepage": "https://github.com/aragon/app#readme",
Expand Down
Loading