Skip to content

Commit 8acbd6e

Browse files
committed
0.1.3 - @headlessui/tailwindcss
1 parent c5d2e3b commit 8acbd6e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/@headlessui-tailwindcss/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [0.1.3] - 2023-04-12
13+
1014
### Fixed
1115

1216
- Add ESM and `types` paths to `package.json` for Tailwind CSS plugin ([#2382](https://github.com/tailwindlabs/headlessui/pull/2382))
@@ -29,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933

3034
- Add `@headlessui/tailwindcss` plugin ([#1487](https://github.com/tailwindlabs/headlessui/pull/1487))
3135

32-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
36+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
37+
[0.1.3]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
3338
[0.1.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
3439
[0.1.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
3540
[0.1.0]: https://github.com/tailwindlabs/headlessui/releases/tag/@headlessui/[email protected]

packages/@headlessui-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headlessui/tailwindcss",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A complementary Tailwind CSS plugin",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)