Skip to content

Commit 62229c0

Browse files
committed
Release 1.0.4
1 parent a757b81 commit 62229c0

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ generated user module:
112112
if valid_password?(changeset.data, password) do
113113
```
114114

115-
## 1.0.4
115+
## 1.0.4 (2025-02-04)
116116

117117
### Bug fixes
118118
* Fix elements with `phx-remove` inside sticky LiveViews being unintentionally removed on navigation ([#3658](https://github.com/phoenixframework/phoenix_live_view/issues/3658))

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Phoenix.LiveView.MixProject do
22
use Mix.Project
33

4-
@version "1.0.3"
4+
@version "1.0.4"
55

66
def project do
77
[

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phoenix_live_view",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "The Phoenix LiveView JavaScript client.",
55
"license": "MIT",
66
"module": "./priv/static/phoenix_live_view.esm.js",

priv/static/phoenix_live_view.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/static/phoenix_live_view.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/static/phoenix_live_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4794,7 +4794,7 @@ removing illegal node: "${(childNode.outerHTML || childNode.nodeValue).trim()}"
47944794
}
47954795
// public
47964796
version() {
4797-
return "1.0.3";
4797+
return "1.0.4";
47984798
}
47994799
isProfileEnabled() {
48004800
return this.sessionStorage.getItem(PHX_LV_PROFILE) === "true";

priv/static/phoenix_live_view.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)