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

@ -9,12 +9,11 @@
"updateInternalDependencies": "patch",
"ignore": [
"@tpmjs/config",
"@tpmjs/eslint-config",
"@tpmjs/tailwind-config",
"@tpmjs/tsconfig",
"@tpmjs/test",
"@tpmjs/mocks",
"@tpmjs/storybook",
"@tpmjs/web"
]
],
"privatePackages": {
"version": false,
"tag": false
}
}

14
packages/env/CHANGELOG.md vendored Normal file
View file

@ -0,0 +1,14 @@
# @tpmjs/env
## 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/env",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"exports": {
".": {

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": {

17
packages/ui/CHANGELOG.md Normal file
View file

@ -0,0 +1,17 @@
# @tpmjs/ui
## 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.
- Updated dependencies
- @tpmjs/utils@0.1.1

View file

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

View file

@ -0,0 +1,14 @@
# @tpmjs/utils
## 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/utils",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"exports": {
"./cn": {