Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 19, 2021
1 parent bd6aef6 commit 3a5cb49
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.1.6 (2021-07-19)

#### :house: Internal
* `client`, `mock`, `release-it-generate-types`
* [#5](https://github.com/fabscale/ember-graphql-client/pull/5) chore: Remove typescript from mock package for simplicity ([@mydea](https://github.com/mydea))

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

## v0.1.5 (2021-07-19)

## v0.1.4 (2021-07-19)
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.1.5",
"version": "0.1.6",
"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.1.5",
"version": "0.1.6",
"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.1.5",
"version": "0.1.6",
"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.1.5",
"@ember-graphql-client/client": "0.1.6",
"@graphql-tools/schema": "^7.1.5",
"@graphql-tools/utils": "^7.10.0",
"ember-auto-import": "^2.0.2",
Expand Down

0 comments on commit 3a5cb49

Please sign in to comment.