Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-liu committed Feb 22, 2023
1 parent 04e4ac1 commit 3efb65f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fit-screen/monorepo",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fit-screen/react",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"author": "jp-liu <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/jp-liu/fit-screen/tree/main/packages/react#fit-screenreact",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fit-screen/shared",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"packageManager": "[email protected]",
"description": "",
"author": "jp-liu <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fit-screen/vue",
"type": "module",
"version": "0.0.1",
"version": "0.1.0",
"author": "jp-liu <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/jp-liu/fit-screen/tree/main/packages/vue#fit-screenvue",
Expand Down

3 comments on commit 3efb65f

@vercel
Copy link

@vercel vercel bot commented on 3efb65f Feb 22, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

fit-screen-example-vue3 – ./examples/vue2

fit-screen-example-vue3.vercel.app
fit-screen-example-vue3-jp-liu.vercel.app
fit-screen-example-vue3-git-main-jp-liu.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3efb65f Feb 22, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

fit-screen-example-react – ./examples/react

fit-screen-example-react.vercel.app
fit-screen-example-react-jp-liu.vercel.app
fit-screen-example-react-git-main-jp-liu.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3efb65f Feb 22, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

fit-screen-example-vue2 – ./examples/vue2

fit-screen-example-vue2.vercel.app
fit-screen-example-vue2-git-main-jp-liu.vercel.app
fit-screen-example-vue2-jp-liu.vercel.app

Please sign in to comment.