Skip to content

Commit 22d6711

Browse files
chore(main): release sports-helsinki 0.5.0 (#246)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1dd1601 commit 22d6711

3 files changed

Lines changed: 20 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.2.1",
33
"apps/events-helsinki": "0.6.0",
4-
"apps/sports-helsinki": "0.4.1",
4+
"apps/sports-helsinki": "0.5.0",
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v0.4.1...sports-helsinki-v0.5.0) (2023-03-14)
4+
5+
6+
### Features
7+
8+
* **sports:** Add combined search publisher filtering to hobbies/events ([d9064a8](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/d9064a8c5ff664b48577800ff7b7edd9df5a0463))
9+
* **sports:** Use right publisher link/label in event/hobby detail page ([e687102](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/e6871029f6e704c97b65c4bf619c879585f6ec5e))
10+
11+
12+
### Bug Fixes
13+
14+
* Back button scroll to fix ([#259](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/259)) ([9e3eb5e](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/9e3eb5ef5a2425782563198e111d58922e8a00da))
15+
* Grid no limit and spacing ([#248](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/248)) ([e791dbd](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/e791dbdf9c334c24178d7931dc3d8f9a9805dce6))
16+
* Header fixes for pages ([#244](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/244)) ([276468c](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/276468c1c88b951147f94a5a1d56e661afead921))
17+
* Logo hover effect ([#266](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/266)) ([e541aab](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/e541aab570fe81549b424a22d2d313c17d91c565))
18+
* Show venue info in mobile ([#255](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/255)) ([d92c247](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/d92c24716de27ba3e6dee910d5e7a10a983eb7bc))
19+
* Sports categories shortcuts ([#254](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/254)) ([ced0ef4](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/ced0ef4ce21305eb2f37e0e654961e1c92cd2ff1))
20+
321
## [0.4.1](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v0.4.0...sports-helsinki-v0.4.1) (2023-03-01)
422

523

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.4.1",
3+
"version": "0.5.0",
44
"private": true,
55
"scripts": {
66
"clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",

0 commit comments

Comments
 (0)