Skip to content

Commit 1466c40

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release venue-graphql-proxy 1.6.0
1 parent 4bf4221 commit 1466c40

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"apps/sports-helsinki": "1.31.0",
44
"apps/hobbies-helsinki": "2.25.0",
55
"proxies/events-graphql-federation": "1.10.0",
6-
"proxies/venue-graphql-proxy": "1.5.1",
6+
"proxies/venue-graphql-proxy": "1.6.0",
77
"proxies/events-graphql-proxy": "1.5.0"
88
}

proxies/venue-graphql-proxy/CHANGELOG.md

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

3+
## [1.6.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/venue-graphql-proxy-v1.5.1...venue-graphql-proxy-v1.6.0) (2025-10-22)
4+
5+
6+
### Features
7+
8+
* Upgrade to node v22 ([2727d73](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/2727d730e49d50ea33abfe15bb21dadbf21683f9))
9+
10+
11+
### Bug Fixes
12+
13+
* **codegen:** Remove comma from yml config ([1b5ca2a](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/1b5ca2a76aaf6909b75faf150076654a39179663))
14+
* **proxies:** Syntax error in serverPort getter ([919b848](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/919b848789906329b6eb468006d06a8113c3d505))
15+
* 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))
16+
* **vitest:** Replace use of deprecated cache.dir with cacheDir ([46ca437](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/46ca43709feefdf16334c32952dc62123598e95c))
17+
318
## [1.5.1](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/venue-graphql-proxy-v1.5.0...venue-graphql-proxy-v1.5.1) (2025-08-14)
419

520

proxies/venue-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": "venue-graphql-proxy",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"private": true,
55
"type": "module",
66
"description": "Venue GraphQL proxy.",

0 commit comments

Comments
 (0)