Skip to content

Commit

Permalink
Release 0.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Feb 19, 2024
1 parent dcfa08f commit 6e4ddc1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.20.9 (2024-02-19)

### Bug fixes
* Fix error in LiveViewTest when a `phx-update="ignore"` containing is added dynamically do the DOM

## 0.20.8 (2024-02-19)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix_live_view",
"version": "0.20.8",
"version": "0.20.9",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"repository": {},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Phoenix.LiveView.MixProject do
use Mix.Project

@version "0.20.8"
@version "0.20.9"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phoenix_live_view",
"version": "0.20.8",
"version": "0.20.9",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"module": "./priv/static/phoenix_live_view.esm.js",
Expand Down

0 comments on commit 6e4ddc1

Please sign in to comment.