Skip to content

Commit

Permalink
chore(main): release events-graphql-federation 1.2.0
Browse files Browse the repository at this point in the history
NOTE: Manually added commit -- not by the release-please process, because
a new PR was not created.
  • Loading branch information
nikomakela committed Mar 1, 2023
1 parent a3e39b4 commit 8ba9511
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apps/hobbies-helsinki": "1.2.1",
"apps/events-helsinki": "0.6.0",
"apps/sports-helsinki": "0.4.1",
"proxies/events-graphql-federation": "1.1.0",
"proxies/events-graphql-federation": "1.2.0",
"proxies/events-graphql-proxy": "0.3.0",
"proxies/venue-graphql-proxy": "0.2.0"
}
24 changes: 14 additions & 10 deletions proxies/events-graphql-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Changelog

## [1.1.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.0.0...federation-router-v1.1.0) (2023-02-09)

## [1.2.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.1.0...federation-router-v1.2.0) (2023-03-01)

### Features

* **liikunta-347:** Update events subgraph and supergraph ([94d39b9](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/94d39b909594176cb4afa3b7ef9a90d2fb4bf861))
* **liikunta-374:** Remove venue from sports and use it from liikunta federeation only ([1faf684](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/1faf68491a82bd82e3c0d9fb94f2fec7cacbb63b))
* **router:** Compose a new supergraph with venues schema and Tprek datasource ([33dc2f9](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/33dc2f9d2bf0c6b3da802a483c0fbbf8efe3e32f))
* **router:** Propagate the headers from the requests ([d28724e](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/d28724e3f59e72e370a8146900d56797de89b38d))
* **router:** Venues subgraph added to the federation router ([03dcb61](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/03dcb617ff144c6ac8afbe5d4c7da80300b9d3cd))
* Update gql schemas ([#149](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/149)) ([03decf2](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/03decf2856ff46a0cd8f3a22b3ac92bca5953282))
- **router:** Propagate errors from all subgraphs ([a3e39b4](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/a3e39b4f7fff934e0788d31d78af21d422efbd1b))

## [1.1.0](https://github.com/City-of-Helsinki/events-helsinki-monorepo/compare/federation-router-v1.0.0...federation-router-v1.1.0) (2023-02-09)

### Features

- **liikunta-347:** Update events subgraph and supergraph ([94d39b9](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/94d39b909594176cb4afa3b7ef9a90d2fb4bf861))
- **liikunta-374:** Remove venue from sports and use it from liikunta federeation only ([1faf684](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/1faf68491a82bd82e3c0d9fb94f2fec7cacbb63b))
- **router:** Compose a new supergraph with venues schema and Tprek datasource ([33dc2f9](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/33dc2f9d2bf0c6b3da802a483c0fbbf8efe3e32f))
- **router:** Propagate the headers from the requests ([d28724e](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/d28724e3f59e72e370a8146900d56797de89b38d))
- **router:** Venues subgraph added to the federation router ([03dcb61](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/03dcb617ff144c6ac8afbe5d4c7da80300b9d3cd))
- Update gql schemas ([#149](https://github.com/City-of-Helsinki/events-helsinki-monorepo/issues/149)) ([03decf2](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/03decf2856ff46a0cd8f3a22b3ac92bca5953282))

### Bug Fixes

* Check install issues ([7106b4b](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7106b4b9c5606eae708364b5e88fab63808ccc21))
* Remove .kuva from events-graphql-federation-*.test.kuva.hel.ninja ([7927024](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7927024a68f2de4172e213298431c8c027839a45))
- Check install issues ([7106b4b](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7106b4b9c5606eae708364b5e88fab63808ccc21))
- Remove .kuva from events-graphql-federation-\*.test.kuva.hel.ninja ([7927024](https://github.com/City-of-Helsinki/events-helsinki-monorepo/commit/7927024a68f2de4172e213298431c8c027839a45))

0 comments on commit 8ba9511

Please sign in to comment.