Skip to content

Commit

Permalink
Release 0.20.16
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Jun 20, 2024
1 parent f9ab757 commit 8f39fd6
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 380 deletions.
4 changes: 2 additions & 2 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.15",
"version": "0.20.16",
"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.15"
@version "0.20.16"

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.15",
"version": "0.20.16",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"module": "./priv/static/phoenix_live_view.esm.js",
Expand Down
Loading

0 comments on commit 8f39fd6

Please sign in to comment.