Skip to content

Commit 649494e

Browse files
committed
Release 0.3.2
1 parent 21c8644 commit 649494e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
## v0.3.2 (2021-09-22)
4+
35
## v0.3.1 (2021-09-22)
46

57
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.1",
2+
"version": "0.3.2",
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.1",
3+
"version": "0.3.2",
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.3.1",
3+
"version": "0.3.2",
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.3.1",
30+
"@ember-graphql-client/client": "0.3.2",
3131
"@graphql-tools/schema": "^8.2.0",
3232
"@graphql-tools/utils": "^8.2.2",
3333
"ember-auto-import": "^2.2.0",

0 commit comments

Comments
 (0)