diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1e5898c1f..28d1f1bd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "apps/events-helsinki": "1.15.2", - "apps/hobbies-helsinki": "2.16.1", + "apps/hobbies-helsinki": "2.16.2", "apps/sports-helsinki": "1.21.2", "proxies/events-graphql-federation": "1.7.0", "proxies/venue-graphql-proxy": "1.4.0", diff --git a/apps/hobbies-helsinki/CHANGELOG.md b/apps/hobbies-helsinki/CHANGELOG.md index 65d802340..eff507c58 100644 --- a/apps/hobbies-helsinki/CHANGELOG.md +++ b/apps/hobbies-helsinki/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.16.2](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v2.16.1...hobbies-helsinki-v2.16.2) (2024-04-12) + + +### Bug Fixes + +* Upgrade to HDS v3.7 & RHHC v1.0.0-alpha272, remove menu workaround ([67b2bc1](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/67b2bc1fea2fef884a7e5515dc1c461eccb0b26c)) + ## [2.16.1](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v2.16.0...hobbies-helsinki-v2.16.1) (2024-04-11) diff --git a/apps/hobbies-helsinki/package.json b/apps/hobbies-helsinki/package.json index f60851371..a8f13b520 100644 --- a/apps/hobbies-helsinki/package.json +++ b/apps/hobbies-helsinki/package.json @@ -1,6 +1,6 @@ { "name": "hobbies-helsinki", - "version": "2.16.1", + "version": "2.16.2", "private": true, "scripts": { "clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",