Skip to content

Commit

Permalink
feat: publish public packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nakzyu committed May 20, 2024
1 parent 42d5b13 commit 7ac5bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/example-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headlessui-react-native-example-ui",
"main": "src/index.ts",
"version": "0.0.4",
"version": "0.0.5",
"peerDependencies": {
"react": "*",
"react-native": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/headlessui-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headlessui-react-native",
"title": "HeadlessUI React Native",
"version": "1.0.1",
"version": "1.1.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"homepage": "https://headlessui-react-native.vercel.app",
Expand Down

1 comment on commit 7ac5bbd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for headlessui-react-native-showcase ready!

✅ Preview
https://headlessui-react-native-showcase-hii3swz83-nakzyus-projects.vercel.app

Built with commit 7ac5bbd.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.