Skip to content

Commit

Permalink
Release 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Jun 21, 2023
1 parent eb2be3e commit 4e40e4b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## 0.19.3
## 0.19.3 (2023-06-21)

### Bug fixes
* Fix `push_event` inside component update not being sent in some cases
* Bring back accidentally deprecated `upload_errors/1`

## 0.19.2 (2023-06-12)
Expand Down
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.19.2",
"version": "0.19.3",
"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.19.2"
@version "0.19.3"

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

0 comments on commit 4e40e4b

Please sign in to comment.