Skip to content

Commit

Permalink
chore(main): release sports-helsinki 1.17.0 (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Janne Talvio <[email protected]>
  • Loading branch information
github-actions[bot] and jannetalvio authored Jan 4, 2024
1 parent ee73cbb commit 2b6a0a8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"apps/events-helsinki": "1.11.1",
"apps/hobbies-helsinki": "2.12.0",
"apps/sports-helsinki": "1.16.0",
"apps/sports-helsinki": "1.17.0",
"proxies/events-graphql-federation": "1.5.2",
"proxies/events-graphql-federation": "1.6.0",
"proxies/venue-graphql-proxy": "1.3.1",
"proxies/events-graphql-proxy": "1.2.1"
Expand Down
20 changes: 20 additions & 0 deletions apps/sports-helsinki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.17.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v1.16.0...sports-helsinki-v1.17.0) (2024-01-04)


### Features

* **apps:** Configure sentry in use ([d909ae9](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/d909ae96344378039e657da324bc65f2adbece0b))
* **router:** Upgrade the Apollo router docker image ([7a0bb67](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7a0bb6708193ab27606c56f3e1d061a4fff1262e))
* **sports:** Clickable tags in event or course details page triggers search on click ([48753e0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/48753e0d1f774bafa3b4194880041a0e377391dd))
* **sports:** Clickable tags in venue details page triggers search on click ([ef2a682](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/ef2a682de59ab0a3c7626cbfe799c06a504760a3))


### Bug Fixes

* Application name on cookie-consent page ([1b92820](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/1b92820f68f0e40d1434bf5096394d8e8ebcee58))
* Archive search page search button styles ([#582](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/582)) ([ea41860](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/ea418604ba029cb33d1a9a4541da1376bea4cc18))
* Hcrc apollo tests improvements ([#578](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/578)) ([ee3804a](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/ee3804aa9a6c1a8970392f48b4ec109723854899))
* Keep search type param when removing filter ([#583](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/583)) ([c7b7b1c](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/c7b7b1cdf97268b608f530626933a74f35dc5988))
* Order of the show on map on mobile ([#584](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/584)) ([b09a525](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/b09a5251eb9a8252ad6fed8aa85792c81a7475e9))
* Upgrade the HCRC-lib to fix unique tag ids ([506537b](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/506537b54019ba64fafdabca47b64a59c22231b3))

## [1.16.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v1.15.0...sports-helsinki-v1.16.0) (2023-12-13)


Expand Down
2 changes: 1 addition & 1 deletion apps/sports-helsinki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sports-helsinki",
"version": "1.16.0",
"version": "1.17.0",
"private": true,
"scripts": {
"clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",
Expand Down

0 comments on commit 2b6a0a8

Please sign in to comment.