Skip to content

Commit da705d6

Browse files
richardthe3rdgithub-actions[bot]
authored andcommitted
chore: prepare release 2026.8.0
1 parent b6ef25e commit da705d6

3 files changed

Lines changed: 45 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11

2+
## [2026.8.0] - 2026-08-10
3+
4+
### Bug Fixes
5+
6+
- Correctness fixes from a codebase review (#498)
7+
- **filters**: Scope drink facets by all filters but their own (#505)
8+
- **mise**: Unblock check in fresh worktrees, plus domain-architecture doc refresh (#514)
9+
- **filters**: Make sort sheet options dense like the other sheets (#516)
10+
- **web**: Guard URL strategy import on js_interop, not html (#537)
11+
- **drinks**: Move provider mutations out of setState (#538)
12+
13+
### Features
14+
15+
- **drinks**: Multi-select categories and grouped style filter (#506)
16+
- **theme**: Establish a deliberate colour system (#519)
17+
18+
### Refactoring
19+
20+
- Remove dead widgets and navigation helpers (#502)
21+
- **widgets**: Share festival status badge and sheet handle (#501)
22+
- Clear five low-priority backlog issues (#539)
23+
- Enforce the declared lint rules and break the main/router import cycle (#540)
24+
25+
26+
227
## [2026.7.1] - 2026-07-24
328

429
### Features

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cambridge_beer_festival
22
description: A Flutter app for Cambridge Beer Festival - browse beers, ciders, meads, and more.
33
publish_to: 'none'
4-
version: 2026.7.1+2026072401
4+
version: 2026.8.0+2026081000
55

66
environment:
77
sdk: '>=3.10.0 <4.0.0'

release-notes.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11

2-
## [2026.7.1] - 2026-07-24
2+
## [2026.8.0] - 2026-08-10
3+
4+
### Bug Fixes
5+
6+
- Correctness fixes from a codebase review (#498)
7+
- **filters**: Scope drink facets by all filters but their own (#505)
8+
- **mise**: Unblock check in fresh worktrees, plus domain-architecture doc refresh (#514)
9+
- **filters**: Make sort sheet options dense like the other sheets (#516)
10+
- **web**: Guard URL strategy import on js_interop, not html (#537)
11+
- **drinks**: Move provider mutations out of setState (#538)
312

413
### Features
514

6-
- **drink-detail**: Inline autosaving notes and undo for tasting delete (#488)
7-
- Search result excerpts/highlighting and My Festival notes (#492)
8-
- **my-festival**: Card the list rows and enrich Want to Try (#494)
15+
- **drinks**: Multi-select categories and grouped style filter (#506)
16+
- **theme**: Establish a deliberate colour system (#519)
17+
18+
### Refactoring
19+
20+
- Remove dead widgets and navigation helpers (#502)
21+
- **widgets**: Share festival status badge and sheet handle (#501)
22+
- Clear five low-priority backlog issues (#539)
23+
- Enforce the declared lint rules and break the main/router import cycle (#540)
924

1025

0 commit comments

Comments
 (0)