Skip to content

Commit 044b051

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release sports-helsinki 0.5.3
1 parent 4c0754b commit 044b051

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apps/hobbies-helsinki": "1.3.0",
33
"apps/events-helsinki": "0.7.0",
4-
"apps/sports-helsinki": "0.5.2",
4+
"apps/sports-helsinki": "0.5.3",
55
"proxies/events-graphql-federation": "1.2.0",
66
"proxies/events-graphql-proxy": "0.3.0",
77
"proxies/venue-graphql-proxy": "0.2.0"

apps/sports-helsinki/CHANGELOG.md

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

3+
## [0.5.3](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v0.5.2...sports-helsinki-v0.5.3) (2023-03-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Change example search terms ([#277](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/277)) ([f5ea5bf](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/f5ea5bf848c007c8e10f874364d1d46bf3cfa326))
9+
* Dynamic pages to return null when document is not found ([4c0754b](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/4c0754b455fb77fb68fdeb474777a8c348d7fffb))
10+
* **sports:** Fix venue search order by ([8decbf9](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/8decbf9f8c6fe55ee8768f01dcbbbbb5df2ca156))
11+
* **sports:** Use q query parameter only, fix query parameter combining ([4b66e0d](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/4b66e0d396339caddfdb6b3b13f02ef745850cc9))
12+
* Undefined image url testing ([9ff4ce5](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/9ff4ce5f7b18cd2082684e835b61faa237acf06e))
13+
314
## [0.5.2](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v0.5.1...sports-helsinki-v0.5.2) (2023-03-23)
415

516

apps/sports-helsinki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sports-helsinki",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"private": true,
55
"scripts": {
66
"clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",

0 commit comments

Comments
 (0)