Skip to content

Commit

Permalink
remove changesets for private packages
Browse files Browse the repository at this point in the history
  • Loading branch information
David Blass committed May 22, 2024
1 parent 524623a commit 3ce258d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [],
"ignore": ["@arktype/repo", "@arktype/docs", "@arktype/arkdark"],
"bumpVersionsWithWorkspaceProtocolOnly": true
}
3 changes: 2 additions & 1 deletion ark/dark/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "arkdark",
"name": "@arktype/arkdark",
"private": true,
"displayName": "ArkDark",
"description": "ArkType syntax highlighting and theme⛵",
"version": "5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion ark/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docs",
"name": "@arktype/docs",
"private": true,
"type": "module",
"version": "0.0.1",
Expand Down

0 comments on commit 3ce258d

Please sign in to comment.