From 5d020cce29c22c66d95a7e6370e6f0223f82d542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 09:43:39 +0000 Subject: [PATCH] chore(main): release hobbies-helsinki 2.4.0 --- .release-please-manifest.json | 2 +- apps/hobbies-helsinki/CHANGELOG.md | 17 +++++++++++++++++ apps/hobbies-helsinki/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0a3b19f43..860641fc0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "apps/hobbies-helsinki": "2.3.0", + "apps/hobbies-helsinki": "2.4.0", "apps/events-helsinki": "1.3.1", "apps/sports-helsinki": "1.5.1", "proxies/events-graphql-federation": "1.2.1", diff --git a/apps/hobbies-helsinki/CHANGELOG.md b/apps/hobbies-helsinki/CHANGELOG.md index e4ff2a788..d3d11ad1d 100644 --- a/apps/hobbies-helsinki/CHANGELOG.md +++ b/apps/hobbies-helsinki/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.4.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v2.3.0...hobbies-helsinki-v2.4.0) (2023-07-05) + + +### Features + +* React and share (Askem) component ([#361](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/361)) ([ed076be](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/ed076bedf908c4f9c59358f1ae1da2952ee70049)) + + +### Bug Fixes + +* Added missing translation namespaces ([#356](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/356)) ([69d8939](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/69d8939881d1801011ca1833c7d76449d34d5047)) +* Articles load more button cache issues ([#360](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/360)) ([bb7bbd0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/bb7bbd03dd936c013d460266f304abf9c41c5e3d)) +* Improve logic of buy button in hero ([#365](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/365)) ([788545a](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/788545a0c1c6614aa3e489544b86ec1cc823e1b4)) +* New implementation hero buttons ([#369](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/369)) ([c5d9ae3](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/c5d9ae343b76e7d7746cdeb45e21a302420705dc)) +* Page styles and sidebar links ([#371](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/371)) ([4a64fa4](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/4a64fa4d1e30d76ce4553d9452d770522a8896a1)) +* Pipeline build and runtime parameters ([#370](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/370)) ([df3db91](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/df3db919dcefd2a9a4f2e90b183d70205d2055e1)) + ## [2.3.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/hobbies-helsinki-v2.2.0...hobbies-helsinki-v2.3.0) (2023-06-02) diff --git a/apps/hobbies-helsinki/package.json b/apps/hobbies-helsinki/package.json index 846041b6e..d5759d797 100644 --- a/apps/hobbies-helsinki/package.json +++ b/apps/hobbies-helsinki/package.json @@ -1,6 +1,6 @@ { "name": "hobbies-helsinki", - "version": "2.3.0", + "version": "2.4.0", "private": true, "scripts": { "clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",