Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pink-cars-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@react-simplikit/mobile': patch
---

Add `@react-simplikit/mobile` package with monorepo structure. Mobile web utilities (viewport, keyboard, body scroll lock, safe area, etc.). [#308](https://github.com/toss/react-simplikit/pull/308)
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-simplikit/mobile",
"version": "0.0.1",
"version": "0.0.0",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

is 0.0.0 right?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Since this is the first release, it was set to 0.0.0.

I’m expecting it to bump to 0.0.1 after the initial release 😄

"description": "Mobile web utilities for React - fixing viewport, keyboard, and layout issues",
"type": "module",
"main": "./src/index.ts",
Expand Down
Loading