Skip to content

Commit 14b7554

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release hobbies-helsinki 2.26.0
1 parent 9bbfdf3 commit 14b7554

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"apps/events-helsinki": "1.27.0",
33
"apps/sports-helsinki": "1.32.0",
4-
"apps/hobbies-helsinki": "2.25.0",
4+
"apps/hobbies-helsinki": "2.26.0",
55
"proxies/events-graphql-federation": "1.10.0",
66
"proxies/venue-graphql-proxy": "1.6.0",
77
"proxies/events-graphql-proxy": "1.5.0"
8-
}
8+
}

apps/hobbies-helsinki/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.26.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v2.25.0...hobbies-helsinki-v2.26.0) (2025-10-22)
4+
5+
6+
### Features
7+
8+
* **apps:** Respond with not found when event is closed or cancelled ([db5df39](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/db5df39aaec70e3496401e0ea908da343a93575d))
9+
* **tests:** Enable readable apollo client errors in hobbies-helsinki ([a0895bb](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/a0895bb6dfbafd448f7676299375887e4af70085))
10+
* Upgrade HCRC-lib for latest accessibility fixes and features ([01899a7](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/01899a7aeb99ef59e9fd6290d478f973af768888))
11+
* Upgrade to node v22 ([2727d73](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/2727d730e49d50ea33abfe15bb21dadbf21683f9))
12+
13+
14+
### Bug Fixes
15+
16+
* Remove remainingAttendeeCapacity field from event details root ([fc63bb8](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/fc63bb8207632c4aba0c2da57172ec81c7656e9a))
17+
* **search:** Improve polite message for screen readers on search ([c5a1c31](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/c5a1c3174553f8857f6cce61525877051d90529d))
18+
* **tests:** Cleanup hobbies AppConfig tests & their output ([db3f97c](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/db3f97cce71602b5f7854b7da2c6bcd84189b00d))
19+
* **tests:** Hide sourcemap missing warnings in hobbies-helsinki tests ([bb771fc](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/bb771fc4b69dd3e6e97f78fe16024aa47b21338f))
20+
* **tests:** Simplify EventPageContainer test about event w/o keywords ([e59da56](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/e59da5673c9691ad4b185851ff3b040630e1bf53))
21+
* **tests:** Use unique IDs in hobbies EventPageContainer tests ([a44de99](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/a44de99207e0f2a04f332231d57e6a0161ea0825))
22+
323
## [2.25.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v2.24.0...hobbies-helsinki-v2.25.0) (2025-10-06)
424

525

apps/hobbies-helsinki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hobbies-helsinki",
3-
"version": "2.25.0",
3+
"version": "2.26.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)