Skip to content

Commit

Permalink
chore(release): publish v0.4.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jan 1, 2021
1 parent 55ba385 commit 68f0903
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.4.3",
"version": "0.4.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/platform-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-fastify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/platform-graphql-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-graphql-fastify/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -40,14 +40,14 @@
"@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",
"rxjs": "^6.5.4"
},
"peerDependencies": {
"@ogma/nestjs-module": "^0.4.3",
"@ogma/platform-fastify": "^0.4.3"
"@ogma/platform-fastify": "^0.4.4"
}
}
6 changes: 6 additions & 0 deletions packages/platform-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-graphql/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 68f0903

Please sign in to comment.