From 3ef0926fca7acac7f6ddecd66f0ca8d2e053123e Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Wed, 11 Oct 2023 12:09:33 -0400 Subject: [PATCH] Release 1.7.9 --- CHANGELOG.md | 6 ++++++ assets/package-lock.json | 4 ++-- assets/package.json | 2 +- installer/mix.exs | 2 +- mix.exs | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c22f6a5cec..3622ba4c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,12 @@ styled with Tailwind CSS by default. You can opt-out of Tailwind CSS with the `- flag (the Tailwind CSS classes are kept in the generated components as reference for future styling). +## 1.7.9 (2023-10-11) + +### Bug fixes + * [Phoenix.CodeReloader] - Fix error in code reloader causing compilation errors + * [phx.new] – fix LiveView debug heex configuration being generated when `--no-html` pas passed + ## 1.7.8 (2023-10-09) ### Bug fixes diff --git a/assets/package-lock.json b/assets/package-lock.json index a3e0fead3b..0368d1e6b5 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -1,12 +1,12 @@ { "name": "phoenix", - "version": "1.7.8", + "version": "1.7.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "phoenix", - "version": "1.7.8", + "version": "1.7.9", "license": "MIT", "devDependencies": { "@babel/cli": "7.14.3", diff --git a/assets/package.json b/assets/package.json index 42cc87fbbb..a5e88c4dfc 100644 --- a/assets/package.json +++ b/assets/package.json @@ -1,6 +1,6 @@ { "name": "phoenix", - "version": "1.7.8", + "version": "1.7.9", "description": "The official JavaScript client for the Phoenix web framework.", "license": "MIT", "main": "./assets/js/phoenix/index.js", diff --git a/installer/mix.exs b/installer/mix.exs index dcf84908ab..2073f8d6f7 100644 --- a/installer/mix.exs +++ b/installer/mix.exs @@ -6,7 +6,7 @@ end defmodule Phx.New.MixProject do use Mix.Project - @version "1.7.8" + @version "1.7.9" @scm_url "https://github.com/phoenixframework/phoenix" # If the elixir requirement is updated, we need to update: diff --git a/mix.exs b/mix.exs index 532691d248..d7dba14ee9 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Phoenix.MixProject do end end - @version "1.7.8" + @version "1.7.9" @scm_url "https://github.com/phoenixframework/phoenix" # If the elixir requirement is updated, we need to make the installer diff --git a/package.json b/package.json index 73ffe9e3b0..574d59732d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phoenix", - "version": "1.7.8", + "version": "1.7.9", "description": "The official JavaScript client for the Phoenix web framework.", "license": "MIT", "module": "./priv/static/phoenix.mjs",