Skip to content

Commit

Permalink
Release 1.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Dec 2, 2024
1 parent 34ab2ae commit 63c1178
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ generated user module:
if valid_password?(changeset.data, password) do
```

## 1.0.0-rc.8
## 1.0.0-rc.8 (2024-12-02)

### Backwards incompatible changes
* Require Elixir v1.14+
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": "1.0.0-rc.7",
"version": "1.0.0-rc.8",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"repository": {},
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": "1.0.0-rc.7",
"version": "1.0.0-rc.8",
"description": "The Phoenix LiveView JavaScript client.",
"license": "MIT",
"module": "./priv/static/phoenix_live_view.esm.js",
Expand Down

0 comments on commit 63c1178

Please sign in to comment.