Skip to content

Commit f738b76

Browse files
committed
Release v0.0.17
1 parent 38abac4 commit f738b76

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It's important that you understand GraphQL first and then Relay second. Relay is
2323
1. Add graphql_relay to your list of dependencies in `mix.exs`:
2424

2525
def deps do
26-
[{:graphql_relay, "~> 0.0.16"}]
26+
[{:graphql_relay, "~> 0.0.17"}]
2727
end
2828

2929
## Configuration

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GraphQL.Relay.Mixfile do
22
use Mix.Project
33

4-
@version "0.0.16"
4+
@version "0.0.17"
55
@description "Elixir implementation of Relay for GraphQL"
66
@repo_url "https://github.com/graphql-elixir/graphql_relay"
77

@@ -32,7 +32,7 @@ defmodule GraphQL.Relay.Mixfile do
3232

3333
defp deps do
3434
[
35-
{:graphql, "~> 0.2"},
35+
{:graphql, "~> 0.3"},
3636
{:poison, "~> 1.5 or ~> 2.0"}, # For .generate_schema_json!
3737
{:ecto, "~> 1.1.4", optional: true},
3838
{:sqlite_ecto, "~> 1.0.0", only: [:dev, :test]},

mix.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
%{"decimal": {:hex, :decimal, "1.1.1"},
2-
"ecto": {:hex, :ecto, "1.1.5"},
3-
"esqlite": {:hex, :esqlite, "0.2.2"},
4-
"graphql": {:hex, :graphql, "0.2.0"},
5-
"pipe": {:hex, :pipe, "0.0.2"},
6-
"poison": {:hex, :poison, "1.5.2"},
7-
"poolboy": {:hex, :poolboy, "1.5.1"},
8-
"sqlite_ecto": {:hex, :sqlite_ecto, "1.0.2"},
9-
"sqlitex": {:hex, :sqlitex, "0.8.3"}}
1+
%{"decimal": {:hex, :decimal, "1.1.2", "79a769d4657b2d537b51ef3c02d29ab7141d2b486b516c109642d453ee08e00c", [:mix], []},
2+
"ecto": {:hex, :ecto, "1.1.7", "c37127248756e725eb8254b371764b40c05a90c104b2065d1d4f7e32573fdbec", [:mix], [{:sbroker, "~> 0.7", [hex: :sbroker, optional: true]}, {:postgrex, "~> 0.11.0", [hex: :postgrex, optional: true]}, {:poolboy, "~> 1.4", [hex: :poolboy, optional: false]}, {:poison, "~> 1.0 or ~> 2.0", [hex: :poison, optional: true]}, {:mariaex, "~> 0.5.0 or ~> 0.6.0", [hex: :mariaex, optional: true]}, {:decimal, "~> 1.0", [hex: :decimal, optional: false]}]},
3+
"esqlite": {:hex, :esqlite, "0.2.2", "e4e8b39062a075e0bd4756b894dd2aa8edbf94c9081c1fb5c72dc705bf2f2d88", [:rebar, :make], []},
4+
"graphql": {:hex, :graphql, "0.3.0", "4894f81e0010ff04a0349845f63a19f7f8cce754273bb06ecfe00b30dc685a86", [:mix], []},
5+
"pipe": {:hex, :pipe, "0.0.2", "eff98a868b426745acef103081581093ff5c1b88100f8ff5949b4a30e81d0d9f", [:mix], []},
6+
"poison": {:hex, :poison, "1.5.2", "560bdfb7449e3ddd23a096929fb9fc2122f709bcc758b2d5d5a5c7d0ea848910", [:mix], []},
7+
"poolboy": {:hex, :poolboy, "1.5.1", "6b46163901cfd0a1b43d692657ed9d7e599853b3b21b95ae5ae0a777cf9b6ca8", [:rebar], []},
8+
"sqlite_ecto": {:hex, :sqlite_ecto, "1.0.2", "adb31ed7a5428a78456e2ea0c7c35e509148de93a7378ca342edf006bdb225ce", [:mix], [{:sqlitex, "~> 0.8", [hex: :sqlitex, optional: false]}, {:poison, "~> 1.0", [hex: :poison, optional: false]}, {:ecto, "~> 1.0", [hex: :ecto, optional: false]}]},
9+
"sqlitex": {:hex, :sqlitex, "0.8.3", "226901fe73fb9d74a5bc742594074dc3cac725ee632d595a704dd8bf92661044", [:mix], [{:pipe, "~> 0.0.2", [hex: :pipe, optional: false]}, {:esqlite, "~> 0.2.0", [hex: :esqlite, optional: false]}, {:decimal, "~> 1.1.0", [hex: :decimal, optional: false]}]}}

0 commit comments

Comments
 (0)