Skip to content

Commit 1e98470

Browse files
committed
Fix tailwind plugin package version
1 parent 54fbaa6 commit 1e98470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/dev/docs/pages/releases/2023-09-07.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,6 @@ Fixes to pre-released components are listed below. Please feel free to try them
283283
- react-aria@3.28.0
284284
- react-aria-components@1.0.0-beta.0
285285
- react-stately@3.26.0
286-
- tailwindcss-react-aria-components@3.0.0-beta.0
286+
- tailwindcss-react-aria-components@1.0.0-beta.0
287287
```
288288

packages/tailwindcss-react-aria-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-react-aria-components",
3-
"version": "3.0.0-beta.0",
3+
"version": "1.0.0-beta.0",
44
"description": "A Tailwind plugin that adds variants for data attributes in React Aria Components",
55
"license": "Apache-2.0",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)