Skip to content

Commit

Permalink
Bump v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed May 23, 2021
1 parent 15a999d commit 006886f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## Main

Nothing yet

## 0.6.1

### Bug fixes

- Only collect slots in the root of a component instance #127
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,8 +16,8 @@ Add `temple` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:temple, "~> 0.6.0"},
{:phoenix, ">= 1.5.0"}, # requires at least Phoenix v1.5.0
{:temple, "~> 0.6.1"},
{:phoenix_view, github: "phoenixframework/phoenix_view"},
{:phoenix_live_view, github: "phoenixframework/phoenix_live_view"} # currently requires an unreleased version of phoenix_live_view if you are using live view
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -6,7 +6,7 @@ defmodule Temple.MixProject do
app: :temple,
name: "Temple",
description: "An HTML DSL for Elixir and Phoenix",
version: "0.6.0",
version: "0.6.1",
package: package(),
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.9",
Expand Down

0 comments on commit 006886f

Please sign in to comment.