Skip to content

Commit

Permalink
chore(main): release events-helsinki 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nikomakela committed Sep 16, 2024
1 parent 98ecbf5 commit e545ed0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/events-helsinki": "1.19.0",
"apps/events-helsinki": "1.20.0",
"apps/hobbies-helsinki": "2.22.0",
"apps/sports-helsinki": "1.26.0",
"proxies/events-graphql-federation": "1.9.0",
Expand Down
13 changes: 13 additions & 0 deletions apps/events-helsinki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.20.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/events-helsinki-v1.19.0...events-helsinki-v1.20.0) (2024-09-16)


### Features

* **sports:** Add dynamic CMS configured redirect using middleware ([6170274](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/617027468b0ba9fa1fef08b0ae908867afbf8e8c))


### Bug Fixes

* Remove division related bad and dead code ([e99cf6b](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/e99cf6b4370bd16e9e0c38e0e066c44c7f217ca4))
* Ssr for head tags in articles ([#737](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/737)) ([7559f4c](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7559f4c876f9abd2a484b769c0cc2b270d5ff018))

## [1.19.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/events-helsinki-v1.18.0...events-helsinki-v1.19.0) (2024-09-05)


Expand Down
2 changes: 1 addition & 1 deletion apps/events-helsinki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "events-helsinki",
"version": "1.19.0",
"version": "1.20.0",
"private": true,
"scripts": {
"clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",
Expand Down

0 comments on commit e545ed0

Please sign in to comment.