Skip to content

Commit ab5e25c

Browse files
authored
chore: update ignore list in changeset config to exclude specific packages (#310)
1 parent f9fdb87 commit ab5e25c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": ["@react-simplikit/root", "with-vite", "with-nextjs", "@examples/shared"]
1111
}

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.1.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)