diff --git a/CHANGELOG.md b/CHANGELOG.md index ca16f0d..678b233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ + +## v0.4.0 (2021-11-03) + +#### :house: Internal +* `client`, `mock` + * [#77](https://github.com/fabscale/ember-graphql-client/pull/77) chore(deps): bump graphql-request from 3.5.0 to 3.6.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) + * [#75](https://github.com/fabscale/ember-graphql-client/pull/75) chore(deps): bump ember-cli-htmlbars from 5.7.1 to 6.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) + * [#80](https://github.com/fabscale/ember-graphql-client/pull/80) chore(deps): bump graphql from 15.6.0 to 16.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) + * [#68](https://github.com/fabscale/ember-graphql-client/pull/68) Update dev dependencies ([@mydea](https://github.com/mydea)) +* `mock` + * [#73](https://github.com/fabscale/ember-graphql-client/pull/73) chore(deps): bump @graphql-tools/schema from 8.2.0 to 8.3.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### Committers: 1 +- Francesco Novy ([@mydea](https://github.com/mydea)) + ## v0.3.3 (2021-09-23) #### :house: Internal diff --git a/package.json b/package.json index 80b6240..c2e73bf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "private": true, "repository": "https://github.com/fabscale/ember-graphql-client", diff --git a/packages/client/package.json b/packages/client/package.json index 22b6d57..9c59da4 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@ember-graphql-client/client", - "version": "0.3.3", + "version": "0.4.0", "description": "A small client to use GraphQL in your ember app, with easy to use caching.", "keywords": [ "ember-addon" diff --git a/packages/mock/package.json b/packages/mock/package.json index 2dbd7f2..e56569a 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -1,6 +1,6 @@ { "name": "@ember-graphql-client/mock", - "version": "0.3.3", + "version": "0.4.0", "description": "A package to allow mocking the GraphQL layer from @ember-graphql-client/client.", "keywords": [ "ember-addon" @@ -27,7 +27,7 @@ "test:ember-compatibility": "ember try:each" }, "dependencies": { - "@ember-graphql-client/client": "0.3.3", + "@ember-graphql-client/client": "0.4.0", "@graphql-tools/schema": "^8.3.1", "@graphql-tools/utils": "^8.2.2", "ember-auto-import": "^2.2.0",