Current section
43 Versions
Jump to
Current section
43 Versions
Compare versions
4
files changed
+8
additions
-4
deletions
| @@ -1,5 +1,9 @@ | |
| 1 1 | # CHANGELOG |
| 2 2 | |
| 3 | + ## v0.6.5 (2022-02-20) |
| 4 | + |
| 5 | + * Support and require Phoenix.LiveView 0.17.7 |
| 6 | + |
| 3 7 | ## v0.6.4 (2022-02-03) |
| 4 8 | |
| 5 9 | * Fix crash on PID info modal when remote pids were present |
unknowndist/js/app.js
File is too large to be displayed (100 KB limit).
| @@ -68,7 +68,7 @@ | |
| 68 68 | {<<"name">>,<<"phoenix_live_view">>}, |
| 69 69 | {<<"optional">>,false}, |
| 70 70 | {<<"repository">>,<<"hexpm">>}, |
| 71 | - {<<"requirement">>,<<"~> 0.17.1">>}], |
| 71 | + {<<"requirement">>,<<"~> 0.17.7">>}], |
| 72 72 | [{<<"app">>,<<"telemetry_metrics">>}, |
| 73 73 | {<<"name">>,<<"telemetry_metrics">>}, |
| 74 74 | {<<"optional">>,false}, |
| @@ -89,4 +89,4 @@ | |
| 89 89 | {<<"optional">>,true}, |
| 90 90 | {<<"repository">>,<<"hexpm">>}, |
| 91 91 | {<<"requirement">>,<<"~> 3.6.2 or ~> 3.7">>}]]}. |
| 92 | - {<<"version">>,<<"0.6.4">>}. |
| 92 | + {<<"version">>,<<"0.6.5">>}. |
| @@ -1,7 +1,7 @@ | |
| 1 1 | defmodule Phoenix.LiveDashboard.MixProject do |
| 2 2 | use Mix.Project |
| 3 3 | |
| 4 | - @version "0.6.4" |
| 4 | + @version "0.6.5" |
| 5 5 | |
| 6 6 | def project do |
| 7 7 | [ |
| @@ -42,7 +42,7 @@ defmodule Phoenix.LiveDashboard.MixProject do | |
| 42 42 | [ |
| 43 43 | # Actual deps |
| 44 44 | {:mime, "~> 1.6 or ~> 2.0"}, |
| 45 | - {:phoenix_live_view, "~> 0.17.1", phoenix_live_view_opts()}, |
| 45 | + {:phoenix_live_view, "~> 0.17.7", phoenix_live_view_opts()}, |
| 46 46 | {:telemetry_metrics, "~> 0.6.0"}, |
| 47 47 | {:ecto_psql_extras, "~> 0.7", optional: true}, |
| 48 48 | {:ecto_mysql_extras, "~> 0.3", optional: true}, |