Skip to content

Commit 639d5ce

Browse files
chore: version packages (toss#315)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 347ed21 commit 639d5ce

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.changeset/pink-cars-happen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/mobile/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @react-simplikit/mobile
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#313](https://github.com/toss/react-simplikit/pull/313) [`347ed21`](https://github.com/toss/react-simplikit/commit/347ed216155d6a22239ce6d9b778d8e3242f80c1) Thanks [@kimyouknow](https://github.com/kimyouknow)! - 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)

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-simplikit/mobile",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Mobile web utilities for React - fixing viewport, keyboard, and layout issues",
55
"type": "module",
66
"main": "./src/index.ts",

0 commit comments

Comments
 (0)