File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
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" ,
You can’t perform that action at this time.
0 commit comments