Skip to content

Commit 6c3a8ee

Browse files
committed
Release v3.3.0
1 parent 0a6d8e3 commit 6c3a8ee

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Changelog
22

3-
# v3.3.0-dev
4-
5-
With the addition of the HEEx template engine to Phoenix applications,
6-
some functions from the `Phoenix.HTML.{Format, Link, Tag}` modules lost
7-
relevance. Those modules are no longer imported in new apps and they
8-
will be moved to a separate project in the future. This means code using
9-
those modules shall continue working in the future by adding one dependency.
3+
# v3.3.0 (2023-02-10)
104

115
* Enhancements
126
* Support deeply nested class lists

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule PhoenixHTML.Mixfile do
33

44
# Also change package.json version
55
@source_url "https://github.com/phoenixframework/phoenix_html"
6-
@version "3.3.0-dev"
6+
@version "3.3.0"
77

88
def project do
99
[

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phoenix_html",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"main": "./priv/static/phoenix_html.js",
55
"repository": {
66
},

0 commit comments

Comments
 (0)