chore: version packages for initial release

This commit is contained in:
Ajax Davis 2025-11-25 22:00:53 +10:00
parent 78e6b9f4b5
commit 03021682ce
9 changed files with 68 additions and 10 deletions

View file

@ -0,0 +1,14 @@
# @tpmjs/types
## 0.1.1
### Patch Changes
- Initial release of TPMJS packages
- @tpmjs/ui: React component library with .ts-only components (Button, Card)
- @tpmjs/utils: Utility functions (cn for Tailwind class merging, format functions)
- @tpmjs/types: TypeScript types and Zod schemas for tools and registry
- @tpmjs/env: Environment variable validation with Zod
All packages follow strict TypeScript practices and use ESM format.

View file

@ -1,6 +1,6 @@
{
"name": "@tpmjs/types",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"exports": {
"./tool": {