From 87fcdbc6370819275507f5fca30d7c760ee455a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 14:05:51 +0300 Subject: [PATCH] chore(main): release hobbies-helsinki 2.18.0 (#693) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- apps/hobbies-helsinki/CHANGELOG.md | 12 ++++++++++++ apps/hobbies-helsinki/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9074f08e3..df7a77b5a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "apps/events-helsinki": "1.17.0", - "apps/hobbies-helsinki": "2.17.1", + "apps/hobbies-helsinki": "2.18.0", "apps/sports-helsinki": "1.22.1", "proxies/events-graphql-federation": "1.8.0", "proxies/venue-graphql-proxy": "1.4.0", diff --git a/apps/hobbies-helsinki/CHANGELOG.md b/apps/hobbies-helsinki/CHANGELOG.md index a6131b778..ae32f4903 100644 --- a/apps/hobbies-helsinki/CHANGELOG.md +++ b/apps/hobbies-helsinki/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.18.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v2.17.1...hobbies-helsinki-v2.18.0) (2024-05-23) + + +### Features + +* Show neighborhood, not district in Linked Events location info ([95add25](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/95add250ed5676950c993bca78d39c828d4302c4)) + + +### Bug Fixes + +* Archive page title improvements ([#692](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/692)) ([766b0c4](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/766b0c4fe26abe0a26d279e5ab4dc185215e5d2e)) + ## [2.17.1](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v2.17.0...hobbies-helsinki-v2.17.1) (2024-05-13) diff --git a/apps/hobbies-helsinki/package.json b/apps/hobbies-helsinki/package.json index 4a8441985..cad43b9cf 100644 --- a/apps/hobbies-helsinki/package.json +++ b/apps/hobbies-helsinki/package.json @@ -1,6 +1,6 @@ { "name": "hobbies-helsinki", - "version": "2.17.1", + "version": "2.18.0", "private": true, "scripts": { "clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",