Skip to content

Commit 4bf4221

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release events-graphql-proxy 1.5.0
1 parent 9420290 commit 4bf4221

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"apps/hobbies-helsinki": "2.25.0",
55
"proxies/events-graphql-federation": "1.10.0",
66
"proxies/venue-graphql-proxy": "1.5.1",
7-
"proxies/events-graphql-proxy": "1.4.0"
7+
"proxies/events-graphql-proxy": "1.5.0"
88
}

proxies/events-graphql-proxy/CHANGELOG.md

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

3+
## [1.5.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/events-graphql-proxy-v1.4.0...events-graphql-proxy-v1.5.0) (2025-10-22)
4+
5+
6+
### Features
7+
8+
* **events-proxy:** Add registration field to event details ([3e44f57](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/3e44f570bad65ed708f0f3f1d406e43b42a64467))
9+
* Upgrade to node v22 ([2727d73](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/2727d730e49d50ea33abfe15bb21dadbf21683f9))
10+
11+
12+
### Bug Fixes
13+
14+
* **codegen:** Remove comma from yml config ([1b5ca2a](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/1b5ca2a76aaf6909b75faf150076654a39179663))
15+
* **events-proxy:** Broken imports ([7ad4520](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7ad4520f092344da2b45d19483bb4a83e240c1be))
16+
* **proxies:** Syntax error in serverPort getter ([919b848](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/919b848789906329b6eb468006d06a8113c3d505))
17+
* Remove use of 10 year old path package, use node.js's path instead ([44d5bdb](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/44d5bdb5b6ca4eaf60166f30a22fdcac192aa1d0))
18+
* **vitest:** Replace use of deprecated cache.dir with cacheDir ([46ca437](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/46ca43709feefdf16334c32952dc62123598e95c))
19+
320
## [1.4.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/events-graphql-proxy-v1.3.0...events-graphql-proxy-v1.4.0) (2025-08-14)
421

522

proxies/events-graphql-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "events-graphql-proxy",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"type": "module",
66
"description": "Events Helsinki GraphQL proxy.",

0 commit comments

Comments
 (0)