Skip to content

Commit aa11b46

Browse files
committed
Release 0.3.1
1 parent 280bd3a commit aa11b46

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11

2+
3+
## v0.3.1 (2021-09-22)
4+
5+
#### :bug: Bug Fix
6+
* `client`
7+
* [#52](https://github.com/fabscale/ember-graphql-client/pull/52) fix: Ensure it runs before ember-cli-babel ([@mydea](https://github.com/mydea))
8+
9+
#### :house: Internal
10+
* `client`, `mock`
11+
* [#56](https://github.com/fabscale/ember-graphql-client/pull/56) Update dev dependencies ([@mydea](https://github.com/mydea))
12+
* [#53](https://github.com/fabscale/ember-graphql-client/pull/53) Update ember-auto-import to 2.2.0 and relax all dependencies to caret ([@mydea](https://github.com/mydea))
13+
* `mock`
14+
* [#43](https://github.com/fabscale/ember-graphql-client/pull/43) chore(deps): bump @graphql-tools/schema from 8.1.2 to 8.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
* [#55](https://github.com/fabscale/ember-graphql-client/pull/55) chore(deps): bump @graphql-tools/utils from 8.1.1 to 8.2.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
16+
* `client`
17+
* [#52](https://github.com/fabscale/ember-graphql-client/pull/52) fix: Ensure it runs before ember-cli-babel ([@mydea](https://github.com/mydea))
18+
19+
#### Committers: 1
20+
- Francesco Novy ([@mydea](https://github.com/mydea))
21+
222
## v0.3.0 (2021-08-20)
323

424
#### :house: Internal

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.0",
2+
"version": "0.3.1",
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.0",
3+
"version": "0.3.1",
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.0",
3+
"version": "0.3.1",
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.0",
30+
"@ember-graphql-client/client": "0.3.1",
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)