Skip to content

Commit 7f1f3b9

Browse files
committed
Release 0.4.0
1 parent 078bcf8 commit 7f1f3b9

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11

22

33

4+
5+
## v0.4.0 (2021-11-03)
6+
7+
#### :house: Internal
8+
* `client`, `mock`
9+
* [#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))
10+
* [#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))
11+
* [#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))
12+
* [#68](https://github.com/fabscale/ember-graphql-client/pull/68) Update dev dependencies ([@mydea](https://github.com/mydea))
13+
* `mock`
14+
* [#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))
15+
16+
#### Committers: 1
17+
- Francesco Novy ([@mydea](https://github.com/mydea))
18+
419
## v0.3.3 (2021-09-23)
520

621
#### :house: Internal

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.3",
2+
"version": "0.4.0",
33
"license": "MIT",
44
"private": true,
55
"repository": "https://github.com/fabscale/ember-graphql-client",

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-graphql-client/client",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "A small client to use GraphQL in your ember app, with easy to use caching.",
55
"keywords": [
66
"ember-addon"

packages/mock/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-graphql-client/mock",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "A package to allow mocking the GraphQL layer from @ember-graphql-client/client.",
55
"keywords": [
66
"ember-addon"
@@ -27,7 +27,7 @@
2727
"test:ember-compatibility": "ember try:each"
2828
},
2929
"dependencies": {
30-
"@ember-graphql-client/client": "0.3.3",
30+
"@ember-graphql-client/client": "0.4.0",
3131
"@graphql-tools/schema": "^8.3.1",
3232
"@graphql-tools/utils": "^8.2.2",
3333
"ember-auto-import": "^2.2.0",

0 commit comments

Comments
 (0)