From 9fc091e1c4172dd2ed6c463e2cded0f1fd9d6a1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 07:49:12 +0000 Subject: [PATCH] chore(main): release hobbies-helsinki 2.17.1 --- .release-please-manifest.json | 2 +- apps/hobbies-helsinki/CHANGELOG.md | 9 +++++++++ apps/hobbies-helsinki/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6eaade076..2d2e8e353 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "apps/events-helsinki": "1.16.0", - "apps/hobbies-helsinki": "2.17.0", + "apps/hobbies-helsinki": "2.17.1", "apps/sports-helsinki": "1.22.0", "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 c2e8d0cb6..1b3630eb1 100644 --- a/apps/hobbies-helsinki/CHANGELOG.md +++ b/apps/hobbies-helsinki/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [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-07) + + +### Bug Fixes + +* Archive search button styles ([#680](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/680)) ([7cfee1e](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7cfee1e126a023454bbec1f382c7886678d6998d)) +* Ssr rendering and meta tags ([#683](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/683)) ([f427e1c](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/f427e1cca8f1fef07997e7bdca9f65195cf0625d)) +* Temporary possible fix to ssr issues ([#686](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/686)) ([bbe5c6b](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/bbe5c6b072ab11062c64d3866f290ffd90990c4c)) + ## [2.17.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v2.16.2...hobbies-helsinki-v2.17.0) (2024-04-25) diff --git a/apps/hobbies-helsinki/package.json b/apps/hobbies-helsinki/package.json index b90beb5b9..eae354ec4 100644 --- a/apps/hobbies-helsinki/package.json +++ b/apps/hobbies-helsinki/package.json @@ -1,6 +1,6 @@ { "name": "hobbies-helsinki", - "version": "2.17.0", + "version": "2.17.1", "private": true, "scripts": { "clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",