diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcb5f49f..a7ef0fdc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.4](https://github.com/jmcdo29/ogma/compare/v0.4.3...v0.4.4) (2021-01-01) + +### Bug Fixes + +- **gql:** interceptors now work with subscriptions ([55ba385](https://github.com/jmcdo29/ogma/commit/55ba385d2635ac5c9bf92bbd4ea2555d5c14bcd7)) + ## [0.4.3](https://github.com/jmcdo29/ogma/compare/v0.4.2...v0.4.3) (2020-10-30) ### Features diff --git a/lerna.json b/lerna.json index 326d6abfe..f31c40a03 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "0.4.3", + "version": "0.4.4", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/platform-fastify/CHANGELOG.md b/packages/platform-fastify/CHANGELOG.md index 30069021d..e238b9c6c 100644 --- a/packages/platform-fastify/CHANGELOG.md +++ b/packages/platform-fastify/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.4](https://github.com/jmcdo29/ogma/compare/v0.4.3...v0.4.4) (2021-01-01) + +**Note:** Version bump only for package @ogma/platform-fastify + ## [0.4.3](https://github.com/jmcdo29/ogma/compare/v0.4.2...v0.4.3) (2020-10-30) **Note:** Version bump only for package @ogma/platform-fastify diff --git a/packages/platform-fastify/package.json b/packages/platform-fastify/package.json index 6ffa9bc6f..1ad21177b 100644 --- a/packages/platform-fastify/package.json +++ b/packages/platform-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@ogma/platform-fastify", - "version": "0.4.3", + "version": "0.4.4", "description": "A plugin for the OgmaInterceptor to properly handle HTTP requests from Fastify", "keywords": [ "fastify", diff --git a/packages/platform-graphql-fastify/CHANGELOG.md b/packages/platform-graphql-fastify/CHANGELOG.md index f9a00ef74..b9f8266f6 100644 --- a/packages/platform-graphql-fastify/CHANGELOG.md +++ b/packages/platform-graphql-fastify/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.4](https://github.com/jmcdo29/ogma/compare/v0.4.3...v0.4.4) (2021-01-01) + +### Bug Fixes + +- **gql:** interceptors now work with subscriptions ([55ba385](https://github.com/jmcdo29/ogma/commit/55ba385d2635ac5c9bf92bbd4ea2555d5c14bcd7)) + ## [0.4.3](https://github.com/jmcdo29/ogma/compare/v0.4.2...v0.4.3) (2020-10-30) **Note:** Version bump only for package @ogma/platform-graphql-fastify diff --git a/packages/platform-graphql-fastify/package.json b/packages/platform-graphql-fastify/package.json index fa1c15087..3a3eaf1ec 100644 --- a/packages/platform-graphql-fastify/package.json +++ b/packages/platform-graphql-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@ogma/platform-graphql-fastify", - "version": "0.4.3", + "version": "0.4.4", "description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Fastify server", "keywords": [ "fastify", @@ -40,7 +40,7 @@ "@nestjs/core": "^7.0.6", "@nestjs/graphql": "^7.0.6", "@ogma/nestjs-module": "^0.4.3", - "@ogma/platform-fastify": "^0.4.3", + "@ogma/platform-fastify": "^0.4.4", "apollo-server-fastify": "^2.16.0", "graphql": "^15.3.0", "graphql-tools": "^7.0.0", @@ -48,6 +48,6 @@ }, "peerDependencies": { "@ogma/nestjs-module": "^0.4.3", - "@ogma/platform-fastify": "^0.4.3" + "@ogma/platform-fastify": "^0.4.4" } } diff --git a/packages/platform-graphql/CHANGELOG.md b/packages/platform-graphql/CHANGELOG.md index bd34cac91..fd808e88b 100644 --- a/packages/platform-graphql/CHANGELOG.md +++ b/packages/platform-graphql/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.4](https://github.com/jmcdo29/ogma/compare/v0.4.3...v0.4.4) (2021-01-01) + +### Bug Fixes + +- **gql:** interceptors now work with subscriptions ([55ba385](https://github.com/jmcdo29/ogma/commit/55ba385d2635ac5c9bf92bbd4ea2555d5c14bcd7)) + ## [0.4.3](https://github.com/jmcdo29/ogma/compare/v0.4.2...v0.4.3) (2020-10-30) **Note:** Version bump only for package @ogma/platform-graphql diff --git a/packages/platform-graphql/package.json b/packages/platform-graphql/package.json index 73df1e436..ee2e5077e 100644 --- a/packages/platform-graphql/package.json +++ b/packages/platform-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@ogma/platform-graphql", - "version": "0.4.3", + "version": "0.4.4", "description": "A plugin for the OgmaInterceptor to proplery handle GQL requests with an Express server", "keywords": [ "GraphQL",