Skip to content

Commit 143613a

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release events-helsinki 1.28.0
1 parent 14b7554 commit 143613a

3 files changed

Lines changed: 24 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
{
2-
"apps/events-helsinki": "1.27.0",
2+
"apps/events-helsinki": "1.28.0",
33
"apps/sports-helsinki": "1.32.0",
44
"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/events-helsinki/CHANGELOG.md

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

3+
## [1.28.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/events-helsinki-v1.27.0...events-helsinki-v1.28.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 events-helsinki ([303c682](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/303c682002e9e9631287c6b50229e542c39b09fa))
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 events AppConfig tests & their output ([b85c09d](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/b85c09dc5024ccee21c891bb2f8ab75c8b92f065))
19+
* **tests:** Hide sourcemap missing warnings in events-helsinki tests ([8e569e7](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/8e569e744bf6fc42a89fa4a1d3fcbc1455ff9b6d))
20+
* **tests:** Hide warning caused by HDS 3's Select component ([13a937e](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/13a937e7a0c9134d4cab5d99c6fd085505b87c46))
21+
* **tests:** Simplify events EventPageContainer's keywordless event test ([7d98bb0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7d98bb0321bd830524f91ea94e0989e8687b3b25))
22+
* **tests:** Use unique IDs in events EventPageContainer tests ([9845929](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/9845929abb063d398297e49465420d3c5504c453))
23+
324
## [1.27.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/events-helsinki-v1.26.0...events-helsinki-v1.27.0) (2025-10-06)
425

526

apps/events-helsinki/package.json

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

0 commit comments

Comments
 (0)