Skip to content

Commit 80adaaa

Browse files
committed
Release 0.5.0
1 parent 54c351f commit 80adaaa

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33

44

5+
6+
## v0.5.0 (2021-12-22)
7+
8+
#### :rocket: Enhancement
9+
* `client`
10+
* [#88](https://github.com/fabscale/ember-graphql-client/pull/88) Cache pending queries ([@mydea](https://github.com/mydea))
11+
12+
#### :house: Internal
13+
* `client`, `mock`
14+
* [#85](https://github.com/fabscale/ember-graphql-client/pull/85) Update dev dependencies ([@mydea](https://github.com/mydea))
15+
16+
#### Committers: 1
17+
- Francesco Novy ([@mydea](https://github.com/mydea))
18+
519
## v0.4.0 (2021-11-03)
620

721
#### :house: Internal

package.json

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

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-graphql-client/client",
3-
"version": "0.4.0",
3+
"version": "0.5.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-graphql-client/mock",
3-
"version": "0.4.0",
3+
"version": "0.5.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.4.0",
30+
"@ember-graphql-client/client": "0.5.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)