Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 20, 2021
1 parent 27e7eb3 commit 565e040
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@

## v0.3.0 (2021-08-20)

#### :house: Internal
* `client`, `mock`
* [#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))
* [#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))
* [#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))
* `mock`
* [#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))
* [#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))

#### Committers: 1
- Francesco Novy ([@mydea](https://github.com/mydea))

## v0.2.9 (2021-07-27)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.9",
"version": "0.3.0",
"license": "MIT",
"private": true,
"repository": "https://github.com/fabscale/ember-graphql-client",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-graphql-client/client",
"version": "0.2.9",
"version": "0.3.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember-graphql-client/mock",
"version": "0.2.9",
"version": "0.3.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand All @@ -27,7 +27,7 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@ember-graphql-client/client": "0.2.9",
"@ember-graphql-client/client": "0.3.0",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.1",
"ember-auto-import": "^2.1.0",
Expand Down

0 comments on commit 565e040

Please sign in to comment.