Skip to content

Commit d4b6c72

Browse files
authored
v0.4.0 (#43)
1 parent 6d8c14a commit d4b6c72

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [0.4.0] - 2024-05-25
10+
911
### Changed
1012

11-
- Use `popover` attribute in the popover element
13+
- Use `popover` attribute in the popover element ([#40](https://github.com/abeidahmed/tailwindcss-elements/pull/40))
1214

1315
### Fixed
1416

15-
- Do not click menuitem again
17+
- Do not click menuitem again ([#39](https://github.com/abeidahmed/tailwindcss-elements/pull/39))
1618

1719
## [0.3.1] - 2024-04-26
1820

@@ -68,7 +70,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6870
- Add Popover element ([#3](https://github.com/abeidahmed/tailwindcss-elements/pull/3))
6971
- Add Switch element ([#2](https://github.com/abeidahmed/tailwindcss-elements/pull/2))
7072

71-
[unreleased]: https://github.com/abeidahmed/tailwindcss-elements/compare/v0.3.1...HEAD
73+
[unreleased]: https://github.com/abeidahmed/tailwindcss-elements/compare/v0.4.0...HEAD
74+
[0.4.0]: https://github.com/abeidahmed/tailwindcss-elements/compare/v0.3.1...v0.4.0
7275
[0.3.1]: https://github.com/abeidahmed/tailwindcss-elements/compare/v0.3.0...v0.3.1
7376
[0.3.0]: https://github.com/abeidahmed/tailwindcss-elements/compare/v0.2.0...v0.3.0
7477
[0.2.0]: https://github.com/abeidahmed/tailwindcss-elements/compare/v0.1.0...v0.2.0

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-elements",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A set of accessible custom elements that pairs beautifully with Tailwind CSS.",
55
"author": "abeidahmed",
66
"license": "MIT",

0 commit comments

Comments
 (0)