File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.2.9 (2021-07-27)
2
+
3
+ #### :bug : Bug Fix
4
+ * ` client ` , ` mock `
5
+ * [ #16 ] ( https://github.com/fabscale/ember-graphql-client/pull/16 ) Handle changing headers/options ([ @mydea ] ( https://github.com/mydea ) )
6
+
7
+ #### Committers: 1
8
+ - Francesco Novy ([ @mydea ] ( https://github.com/mydea ) )
9
+
1
10
## v0.2.8 (2021-07-21)
2
11
3
12
#### :bug : Bug Fix
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.2.8 " ,
2
+ "version" : " 0.2.9 " ,
3
3
"license" : " MIT" ,
4
4
"private" : true ,
5
5
"repository" : " https://github.com/fabscale/ember-graphql-client" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ember-graphql-client/client" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.2.9 " ,
4
4
"description" : " The default blueprint for ember-cli addons." ,
5
5
"keywords" : [
6
6
" ember-addon"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ember-graphql-client/mock" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.2.9 " ,
4
4
"description" : " The default blueprint for ember-cli addons." ,
5
5
"keywords" : [
6
6
" ember-addon"
27
27
"test:ember-compatibility" : " ember try:each"
28
28
},
29
29
"dependencies" : {
30
- "@ember-graphql-client/client" : " 0.2.8 " ,
30
+ "@ember-graphql-client/client" : " 0.2.9 " ,
31
31
"@graphql-tools/schema" : " ^7.1.5" ,
32
32
"@graphql-tools/utils" : " ^7.10.0" ,
33
33
"ember-auto-import" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments