Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Mar 1, 2022
1 parent 359b7ab commit 5ce014d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@




## v0.5.2 (2022-03-01)

#### :house: Internal
* `client`, `mock`
* [#131](https://github.com/fabscale/ember-graphql-client/pull/131) Update dev dependencies ([@mydea](https://github.com/mydea))
* `client`
* [#122](https://github.com/fabscale/ember-graphql-client/pull/122) chore(deps): bump ember-cli-typescript from 4.2.1 to 5.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot))

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

## v0.5.1 (2022-02-03)

#### :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.5.1",
"version": "0.5.2",
"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.5.1",
"version": "0.5.2",
"description": "A small client to use GraphQL in your ember app, with easy to use caching.",
"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.5.1",
"version": "0.5.2",
"description": "A package to allow mocking the GraphQL layer from @ember-graphql-client/client.",
"keywords": [
"ember-addon"
Expand All @@ -27,7 +27,7 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@ember-graphql-client/client": "0.5.1",
"@ember-graphql-client/client": "0.5.2",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.6.1",
"ember-auto-import": "^2.4.0",
Expand Down

0 comments on commit 5ce014d

Please sign in to comment.