chore: version packages for initial release
This commit is contained in:
parent
78e6b9f4b5
commit
03021682ce
9 changed files with 68 additions and 10 deletions
14
packages/types/CHANGELOG.md
Normal file
14
packages/types/CHANGELOG.md
Normal 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.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tpmjs/types",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./tool": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue