Skip to content

Commit b9203aa

Browse files
github-actions[bot]nikomakela
authored andcommitted
chore(main): release hobbies-helsinki 1.3.0
1 parent e5f8e7c commit b9203aa

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/hobbies-helsinki": "1.2.1",
2+
"apps/hobbies-helsinki": "1.3.0",
33
"apps/events-helsinki": "0.7.0",
44
"apps/sports-helsinki": "0.5.2",
55
"proxies/events-graphql-federation": "1.2.0",

apps/hobbies-helsinki/CHANGELOG.md

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

3+
## [1.3.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v1.2.1...hobbies-helsinki-v1.3.0) (2023-03-23)
4+
5+
6+
### Features
7+
8+
* **sports:** Use right publisher link/label in event/hobby detail page ([e687102](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/e6871029f6e704c97b65c4bf619c879585f6ec5e))
9+
10+
11+
### Bug Fixes
12+
13+
* Apollo cache ([afd56fb](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/afd56fb858c6ffd9610b647500e4a6ecf2215b80))
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+
* Disable keyword onclick ([#264](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/264)) ([8f7f1e2](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/8f7f1e2ce3f90e9aad6fb04af1df9ca82e30bdae))
16+
* Event selection module is event closed -filters ([824f63b](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/824f63b8f98531d930549879fd8f98ef762d681b))
17+
* 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))
18+
* 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))
19+
* 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))
20+
* Remove unused import ([#228](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/228)) ([7e15ddc](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7e15ddce9b2c87fa622b4bfc669cca8f119b2aea))
21+
* The locales of the hard coded list of languages ([81f2be5](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/81f2be510b23d9eae87af7008589764935f2e2a2))
22+
* The Nextjs ISR to update pages after revalidation time passes ([e3f0980](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/e3f098023b0f848e3d84f74e3824041b34db8bad))
23+
324
## [1.2.1](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v1.2.0...hobbies-helsinki-v1.2.1) (2023-02-28)
425

526

apps/hobbies-helsinki/package.json

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

0 commit comments

Comments
 (0)