Skip to content

Commit

Permalink
chore(main): release sports-helsinki 1.26.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 34642e8 commit 98ecbf5
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,7 +1,7 @@
{
"apps/events-helsinki": "1.19.0",
"apps/hobbies-helsinki": "2.22.0",
"apps/sports-helsinki": "1.25.0",
"apps/sports-helsinki": "1.26.0",
"proxies/events-graphql-federation": "1.9.0",
"proxies/venue-graphql-proxy": "1.4.0",
"proxies/events-graphql-proxy": "1.3.0"
Expand Down
13 changes: 13 additions & 0 deletions apps/sports-helsinki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.26.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v1.25.0...sports-helsinki-v1.26.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.25.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v1.24.0...sports-helsinki-v1.25.0) (2024-09-05)


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

0 comments on commit 98ecbf5

Please sign in to comment.