Skip to content

Commit

Permalink
feat: trigger app version change
Browse files Browse the repository at this point in the history
  • Loading branch information
nakzyu committed May 15, 2024
1 parent b6fb97c commit 0adb19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headlessui-react-native-docs",
"version": "0.0.1",
"version": "0.0.3",
"private": true,
"dependencies": {
"headlessui-react-native-example-ui": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "headlessui-react-native-showcase",
"main": "index.js",
"version": "1.0.1",
"version": "0.0.3",
"scripts": {
"dev": "expo start --web",
"start": "expo start",
Expand Down

2 comments on commit 0adb19f

@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-q2e98bjad-nakzyus-projects.vercel.app

Built with commit 0adb19f.
This pull request is being automatically deployed with vercel-action

@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-docs ready!

✅ Preview
https://headlessui-react-native-docs-5qjkilorp-nakzyus-projects.vercel.app

Built with commit 0adb19f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.