Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 22, 2021
1 parent 280bd3a commit aa11b46
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@


## v0.3.1 (2021-09-22)

#### :bug: Bug Fix
* `client`
* [#52](https://github.com/fabscale/ember-graphql-client/pull/52) fix: Ensure it runs before ember-cli-babel ([@mydea](https://github.com/mydea))

#### :house: Internal
* `client`, `mock`
* [#56](https://github.com/fabscale/ember-graphql-client/pull/56) Update dev dependencies ([@mydea](https://github.com/mydea))
* [#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))
* `mock`
* [#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))
* [#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))
* `client`
* [#52](https://github.com/fabscale/ember-graphql-client/pull/52) fix: Ensure it runs before ember-cli-babel ([@mydea](https://github.com/mydea))

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

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

#### :house: Internal
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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"@ember-graphql-client/client": "0.3.1",
"@graphql-tools/schema": "^8.2.0",
"@graphql-tools/utils": "^8.2.2",
"ember-auto-import": "^2.2.0",
Expand Down

0 comments on commit aa11b46

Please sign in to comment.