Skip to content

Commit

Permalink
Prepare v0.1 release of Valibot
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jul 12, 2023
1 parent 442e9fa commit 190e03d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

All notable changes to the library will be documented in this file.

## v0.1.0 (Month DD, YYYY)
## v0.1.0 (July 12, 2023)

- Initial release
7 changes: 3 additions & 4 deletions library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit",
"format": "prettier --write .",
"format.check": "prettier --check .",
"format": "prettier --write ./src",
"format.check": "prettier --check ./src",
"build": "vite build --mode lib && tsc",
"publish": "npm publish"
},
Expand All @@ -54,7 +54,6 @@
"jsdom": "^22.1.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.33.0",
"zod": "^3.21.4"
"vitest": "^0.33.0"
}
}
Empty file added library/src/playground.ts
Empty file.
7 changes: 0 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 190e03d

Please sign in to comment.