Skip to content

Commit 2b13f4c

Browse files
committed
Release 0.2.8
1 parent 007ab16 commit 2b13f4c

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v0.2.8 (2021-07-21)
2+
3+
#### :bug: Bug Fix
4+
* `client`
5+
* [#15](https://github.com/fabscale/ember-graphql-client/pull/15) refactor: Put test waiters in graphql service instead of client ([@mydea](https://github.com/mydea))
6+
7+
#### Committers: 1
8+
- Francesco Novy ([@mydea](https://github.com/mydea))
9+
110
## v0.2.7 (2021-07-21)
211

312
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.7",
2+
"version": "0.2.8",
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.2.7",
3+
"version": "0.2.8",
44
"description": "The default blueprint for ember-cli addons.",
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.2.7",
3+
"version": "0.2.8",
44
"description": "The default blueprint for ember-cli addons.",
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.2.7",
30+
"@ember-graphql-client/client": "0.2.8",
3131
"@graphql-tools/schema": "^7.1.5",
3232
"@graphql-tools/utils": "^7.10.0",
3333
"ember-auto-import": "^2.0.2",

0 commit comments

Comments
 (0)