We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74c133 commit e0b0fa2Copy full SHA for e0b0fa2
3 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
## Unreleased
6
7
+## [0.13.3] - 2026-03-14
8
+
9
+### Changed
10
11
+- Allow `popovertarget` attribute on button component.
12
13
## [0.13.2] - 2026-03-04
14
15
### Changed
README.md
@@ -16,7 +16,7 @@ The package can be installed by adding `doggo` to your list of dependencies in
16
```elixir
17
def deps do
18
[
19
- {:doggo, "~> 0.13.2"}
+ {:doggo, "~> 0.13.3"}
20
]
21
end
22
```
mix.exs
@@ -2,7 +2,7 @@ defmodule Doggo.MixProject do
2
use Mix.Project
3
@source_url "https://github.com/woylie/doggo"
- @version "0.13.2"
+ @version "0.13.3"
def project do
0 commit comments