Skip to content

Commit

Permalink
Initial changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 2, 2024
1 parent 5eb120a commit 4ca6a7d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
6 changes: 6 additions & 0 deletions .changeset/chilled-wombats-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@evalite/core": patch
"evalite": patch
---

Initial
10 changes: 1 addition & 9 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@total-typescript/env",
"@total-typescript/internal-cli",
"scriptkit-sync",
"example-app",
"remotion-code-hike",
"example-package"
]
"updateInternalDependencies": "patch"
}
1 change: 0 additions & 1 deletion packages/evalite-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@evalite/core",
"version": "0.0.2",
"private": true,
"type": "module",
"files": [
"./dist/*"
Expand Down
1 change: 0 additions & 1 deletion packages/evalite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "evalite",
"version": "0.0.2",
"private": true,
"type": "module",
"bin": {
"evalite": "./dist/bin.js"
Expand Down

0 comments on commit 4ca6a7d

Please sign in to comment.