Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Feb 3, 2022
1 parent f6f53b9 commit e13e61c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@




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

#### :house: Internal
* `client`, `mock`
* [#121](https://github.com/fabscale/ember-graphql-client/pull/121) Update dev dependendencies ([@mydea](https://github.com/mydea))
* [#117](https://github.com/fabscale/ember-graphql-client/pull/117) chore(deps): bump ember-auto-import from 2.2.4 to 2.4.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#112](https://github.com/fabscale/ember-graphql-client/pull/112) chore(deps): bump graphql-request from 3.6.1 to 4.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#120](https://github.com/fabscale/ember-graphql-client/pull/120) chore(deps): bump graphql from 16.2.0 to 16.3.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#116](https://github.com/fabscale/ember-graphql-client/pull/116) Update ember type packages to v4 ([@mydea](https://github.com/mydea))
* [#100](https://github.com/fabscale/ember-graphql-client/pull/100) chore(deps-dev): bump ember-cli from 3.28.4 to 4.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#99](https://github.com/fabscale/ember-graphql-client/pull/99) Update dev dependencies ([@mydea](https://github.com/mydea))
* [#92](https://github.com/fabscale/ember-graphql-client/pull/92) chore(deps): bump graphql from 16.0.0 to 16.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `mock`
* [#118](https://github.com/fabscale/ember-graphql-client/pull/118) chore(deps): bump @graphql-tools/utils from 8.5.2 to 8.6.1 ([@dependabot[bot]](https://github.com/apps/dependabot))

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

## v0.5.0 (2021-12-22)

#### :rocket: Enhancement
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.0",
"version": "0.5.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.5.0",
"version": "0.5.1",
"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.0",
"version": "0.5.1",
"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.0",
"@ember-graphql-client/client": "0.5.1",
"@graphql-tools/schema": "^8.3.1",
"@graphql-tools/utils": "^8.6.1",
"ember-auto-import": "^2.4.0",
Expand Down

0 comments on commit e13e61c

Please sign in to comment.