Skip to content

Commit

Permalink
chore(main): release sports-helsinki 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jannetalvio committed Aug 30, 2023
1 parent eef46c2 commit ce7c3c6
Show file tree
Hide file tree
Showing 3 changed files with 10 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/hobbies-helsinki": "2.4.0",
"apps/events-helsinki": "1.4.0",
"apps/sports-helsinki": "1.7.0",
"apps/sports-helsinki": "1.7.1",
"proxies/events-graphql-federation": "1.3.0",
"proxies/venue-graphql-proxy": "1.1.0",
"proxies/events-graphql-proxy": "1.1.0"
Expand Down
8 changes: 8 additions & 0 deletions apps/sports-helsinki/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.7.1](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v1.7.0...sports-helsinki-v1.7.1) (2023-08-30)


### Bug Fixes

* Similar venues for an empty result from the venues proxy ([d081188](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/d0811884b985837d9f53c1db456ab15ac482d250))
* **sports:** Fix CombinedSearchFormAdapter's clean function ([d7853c1](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/d7853c105650fe832057b162c9f3e771e101766e))

## [1.7.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/sports-helsinki-v1.6.0...sports-helsinki-v1.7.0) (2023-08-24)


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.7.0",
"version": "1.7.1",
"private": true,
"scripts": {
"clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo",
Expand Down

0 comments on commit ce7c3c6

Please sign in to comment.