Skip to content

Commit c506078

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release events-graphql-proxy 0.3.0
1 parent 0b0403e commit c506078

3 files changed

Lines changed: 29 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/events-helsinki": "0.5.0",
44
"apps/sports-helsinki": "0.3.0",
55
"proxies/events-graphql-federation": "1.1.0",
6-
"proxies/events-graphql-proxy": "0.2.10",
6+
"proxies/events-graphql-proxy": "0.3.0",
77
"proxies/venue-graphql-proxy": "0.2.0"
88
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/events-graphql-proxy-v0.2.10...events-graphql-proxy-v0.3.0) (2023-02-17)
4+
5+
6+
### Features
7+
8+
* Add feature flag for for enrolment status usage ([10301e0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/10301e022d3e08f796c5168d1396ddd744436de8))
9+
* **liikunta-347:** Common dockerfile for proxy servers ([e8d403c](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/e8d403c46d3b85d78ca053cd9f729248cfeda34a))
10+
* **liikunta-347:** Move graphql proxy server code to own package ([06b6589](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/06b6589788cad043323c0a564ffc01ae73afa50a))
11+
* **liikunta-347:** Refactor venue code ([a09c616](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/a09c616099711ebde6cd2d84a21cc5ee3e5f048b))
12+
* **liikunta-347:** Remove wagtail cms code ([6dba429](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/6dba429f3b7f30edc17c8ed45f4871d29bfeaf00))
13+
* **liikunta-348:** Initial copy files from another repo ([f91dac4](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/f91dac492c0756f2074d6d6f68c26381bc0093be))
14+
* **liikunta-348:** Make events-graphql-proxy folder part of the monorepo ([ec65826](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/ec658269345e05907dd5581d3da4599a9024bd0e))
15+
* **liikunta-348:** Use apollo server 4 ([d6301c6](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/d6301c6b2f1a29aa4eabc62f5e50d089f8d213a1))
16+
* Show the enrolment status on large event card ([f175ae6](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/f175ae6e66364405b2b36d0b771c28c28de4689a))
17+
18+
19+
### Bug Fixes
20+
21+
* Broken jest config for events graphql proxy ([61030cd](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/61030cde055f14bbfc725660421a14647a5f42cd))
22+
* Different graphql packages problem ([1b5fcbb](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/1b5fcbb992ee19f6dd6586f8a79ddf604b0621f7))
23+
24+
25+
### Performance Improvements
26+
27+
* **liikunta-389:** Try swc/jest ([268dd93](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/268dd93c6296d68be0fb8ccf866654a86b89758c))

proxies/events-graphql-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "events-graphql-proxy",
33
"description": "Events Helsinki GraphQL proxy.",
4-
"version": "2.0.0",
4+
"version": "0.3.0",
55
"private": true,
66
"scripts": {
77
"clean": "rimraf --no-glob ./tsconfig.tsbuildinfo",

0 commit comments

Comments
 (0)