We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84d7ed commit b378f19Copy full SHA for b378f19
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.12.3 (2026-03-25)
4
+
5
+* Force triggering the surface compiler on JS hooks changes (#775)
6
+* Remove compile-time dependency between catalogue examples and subjects (#774)
7
8
## v0.12.2 (2026-01-29)
9
10
* Fix compile errors/warnings with Elixir `v1.19`
mix.exs
@@ -1,7 +1,7 @@
defmodule Surface.MixProject do
use Mix.Project
- @version "0.12.2"
+ @version "0.12.3"
@source_url "https://github.com/surface-ui/surface"
@homepage_url "https://surface-ui.org"
0 commit comments