Skip to content

Commit 565e040

Browse files
committed
Release 0.3.0
1 parent 27e7eb3 commit 565e040

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2+
## v0.3.0 (2021-08-20)
3+
4+
#### :house: Internal
5+
* `client`, `mock`
6+
* [#42](https://github.com/fabscale/ember-graphql-client/pull/42) chore(deps): bump @ember/test-waiters from 2.4.5 to 3.0.0 ([@mydea](https://github.com/mydea))
7+
* [#33](https://github.com/fabscale/ember-graphql-client/pull/33) chore(deps): bump ember-auto-import from 2.0.2 to 2.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
8+
* [#22](https://github.com/fabscale/ember-graphql-client/pull/22) chore(deps): bump graphql-request from 3.4.0 to 3.5.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
9+
* `mock`
10+
* [#34](https://github.com/fabscale/ember-graphql-client/pull/34) chore(deps): bump @graphql-tools/utils from 7.10.0 to 8.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
11+
* [#41](https://github.com/fabscale/ember-graphql-client/pull/41) chore(deps): bump @graphql-tools/schema from 7.1.5 to 8.1.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
12+
13+
#### Committers: 1
14+
- Francesco Novy ([@mydea](https://github.com/mydea))
15+
116
## v0.2.9 (2021-07-27)
217

318
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.9",
2+
"version": "0.3.0",
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.9",
3+
"version": "0.3.0",
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.9",
3+
"version": "0.3.0",
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.9",
30+
"@ember-graphql-client/client": "0.3.0",
3131
"@graphql-tools/schema": "^8.1.2",
3232
"@graphql-tools/utils": "^8.1.1",
3333
"ember-auto-import": "^2.1.0",

0 commit comments

Comments
 (0)