Skip to content

Commit e13e61c

Browse files
committed
Release 0.5.1
1 parent f6f53b9 commit e13e61c

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33

44

55

6+
7+
## v0.5.1 (2022-02-03)
8+
9+
#### :house: Internal
10+
* `client`, `mock`
11+
* [#121](https://github.com/fabscale/ember-graphql-client/pull/121) Update dev dependendencies ([@mydea](https://github.com/mydea))
12+
* [#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))
13+
* [#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))
14+
* [#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))
15+
* [#116](https://github.com/fabscale/ember-graphql-client/pull/116) Update ember type packages to v4 ([@mydea](https://github.com/mydea))
16+
* [#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))
17+
* [#99](https://github.com/fabscale/ember-graphql-client/pull/99) Update dev dependencies ([@mydea](https://github.com/mydea))
18+
* [#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))
19+
* `mock`
20+
* [#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))
21+
22+
#### Committers: 1
23+
- Francesco Novy ([@mydea](https://github.com/mydea))
24+
625
## v0.5.0 (2021-12-22)
726

827
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.0",
2+
"version": "0.5.1",
33
"license": "MIT",
44
"private": true,
55
"repository": "https://github.com/fabscale/ember-graphql-client",

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-graphql-client/client",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A small client to use GraphQL in your ember app, with easy to use caching.",
55
"keywords": [
66
"ember-addon"

packages/mock/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember-graphql-client/mock",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A package to allow mocking the GraphQL layer from @ember-graphql-client/client.",
55
"keywords": [
66
"ember-addon"
@@ -27,7 +27,7 @@
2727
"test:ember-compatibility": "ember try:each"
2828
},
2929
"dependencies": {
30-
"@ember-graphql-client/client": "0.5.0",
30+
"@ember-graphql-client/client": "0.5.1",
3131
"@graphql-tools/schema": "^8.3.1",
3232
"@graphql-tools/utils": "^8.6.1",
3333
"ember-auto-import": "^2.4.0",

0 commit comments

Comments
 (0)