Skip to content

Commit

Permalink
Release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed May 14, 2021
1 parent 561b5ef commit 8fcb630
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add `workbench` to your list of dependencies in `mix.exs`

```elixir
def deps do
[{:workbench, "~> 0.0.9"}]
[{:workbench, "~> 0.0.10"}]
end
```

Expand Down
8 changes: 2 additions & 6 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Workbench.MixProject do
def project do
[
app: :workbench,
version: "0.0.9",
version: "0.0.10",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down Expand Up @@ -45,11 +45,7 @@ defmodule Workbench.MixProject do
{:jason, "~> 1.0"},
{:libcluster, "~> 3.2"},
{:logger_json, "~> 4.0"},
# {:navigator, "~> 0.0.2"},
{:navigator, github: "fremantle-industries/navigator", branch: "take-socket-or-conn"},
# {:notified, github: "fremantle-industries/notified", branch: "main", override: true},
# {:notified, "~> 0.0.2"},
# {:notified_phoenix, github: "fremantle-industries/notified_phoenix", branch: "main"},
{:navigator, "~> 0.0.2"},
{:notified_phoenix, "~> 0.0.2"},
{:number, "~> 1.0.0"},
{:phoenix, "~> 1.5"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"mime": {:hex, :mime, "1.6.0", "dabde576a497cef4bbdd60aceee8160e02a6c89250d6c0b29e56c0dfb00db3d2", [:mix], [], "hexpm", "31a1a8613f8321143dde1dafc36006a17d28d02bdfecb9e95a880fa7aabd19a7"},
"mimerl": {:hex, :mimerl, "1.2.0", "67e2d3f571088d5cfd3e550c383094b47159f3eee8ffa08e64106cdf5e981be3", [:rebar3], [], "hexpm", "f278585650aa581986264638ebf698f8bb19df297f66ad91b18910dfc6e19323"},
"mock": {:hex, :mock, "0.3.6", "e810a91fabc7adf63ab5fdbec5d9d3b492413b8cda5131a2a8aa34b4185eb9b4", [:mix], [{:meck, "~> 0.8.13", [hex: :meck, repo: "hexpm", optional: false]}], "hexpm", "bcf1d0a6826fb5aee01bae3d74474669a3fa8b2df274d094af54a25266a1ebd2"},
"navigator": {:git, "https://github.com/fremantle-industries/navigator.git", "1106774f8269f4a06c654eab721a6a33c2582ec5", [branch: "take-socket-or-conn"]},
"navigator": {:hex, :navigator, "0.0.2", "c1a2d0fc54eeb41cd09c114c9a594da80dc545049570862b22509c7181532448", [:mix], [{:phoenix_html, "~> 2.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}], "hexpm", "39187d34fa575031a1fb60635138f24376c6e8a5c086c21009fa4ce82a009440"},
"nimble_parsec": {:hex, :nimble_parsec, "1.1.0", "3a6fca1550363552e54c216debb6a9e95bd8d32348938e13de5eda962c0d7f89", [:mix], [], "hexpm", "08eb32d66b706e913ff748f11694b17981c0b04a33ef470e33e11b3d3ac8f54b"},
"notified": {:hex, :notified, "0.0.3", "6dc7a3eff39310134979cb0290fe841a2193ce8f0a282c9e1a86d77615560c74", [:mix], [{:bamboo, "~> 2.1.0", [hex: :bamboo, repo: "hexpm", optional: false]}, {:bamboo_smtp, "~> 4.0.1", [hex: :bamboo_smtp, repo: "hexpm", optional: false]}, {:confex, "~> 3.5", [hex: :confex, repo: "hexpm", optional: false]}, {:ecto, "~> 3.6", [hex: :ecto, repo: "hexpm", optional: false]}, {:ecto_sql, "~> 3.6", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:etso, "~> 0.1.5", [hex: :etso, repo: "hexpm", optional: false]}, {:paged_query, "~> 0.0.2", [hex: :paged_query, repo: "hexpm", optional: false]}, {:phoenix_pubsub, "~> 2.0", [hex: :phoenix_pubsub, repo: "hexpm", optional: false]}], "hexpm", "2fb99067125a4b3f73838c0ef19f300dae59282437fd38811288fcfc7e20eb05"},
"notified_phoenix": {:hex, :notified_phoenix, "0.0.2", "9aff015e37a974bf4fa43db7d3f9c6caa6126ac377913c74608720376ef666ac", [:mix], [{:notified, "~> 0.0.3", [hex: :notified, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 2.14", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:phoenix_live_view, "~> 0.15", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}], "hexpm", "bc0cba399561ee98fe9cf39d4407a95c93f6f5d0a4c9e872216e243e85c6ab9a"},
Expand Down

0 comments on commit 8fcb630

Please sign in to comment.