Skip to content

Commit

Permalink
bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Jul 29, 2021
1 parent a4036d5 commit d25f80a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headlessui",
"version": "0.0.2",
"version": "0.0.0",
"description": "Headless UI components for various libraries like React and Vue",
"main": "index.js",
"repository": "https://github.com/tailwindlabs/headlessui",
Expand Down
2 changes: 1 addition & 1 deletion packages/@headlessui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@headlessui/react",
"version": "1.3.0",
"version": "1.4.0",
"description": "A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@headlessui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@headlessui/vue",
"version": "1.3.0",
"version": "1.4.0",
"description": "A set of completely unstyled, fully accessible UI components for Vue 3, designed to integrate beautifully with Tailwind CSS.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit d25f80a

Please sign in to comment.