chore: version packages for initial release
This commit is contained in:
parent
78e6b9f4b5
commit
da603fedf8
9 changed files with 68 additions and 10 deletions
|
|
@ -9,12 +9,11 @@
|
||||||
"updateInternalDependencies": "patch",
|
"updateInternalDependencies": "patch",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"@tpmjs/config",
|
"@tpmjs/config",
|
||||||
"@tpmjs/eslint-config",
|
|
||||||
"@tpmjs/tailwind-config",
|
|
||||||
"@tpmjs/tsconfig",
|
|
||||||
"@tpmjs/test",
|
|
||||||
"@tpmjs/mocks",
|
|
||||||
"@tpmjs/storybook",
|
"@tpmjs/storybook",
|
||||||
"@tpmjs/web"
|
"@tpmjs/web"
|
||||||
]
|
],
|
||||||
|
"privatePackages": {
|
||||||
|
"version": false,
|
||||||
|
"tag": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
14
packages/env/CHANGELOG.md
vendored
Normal file
14
packages/env/CHANGELOG.md
vendored
Normal 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.
|
||||||
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tpmjs/env",
|
"name": "@tpmjs/env",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
|
|
|
||||||
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",
|
"name": "@tpmjs/types",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./tool": {
|
"./tool": {
|
||||||
|
|
|
||||||
17
packages/ui/CHANGELOG.md
Normal file
17
packages/ui/CHANGELOG.md
Normal 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
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tpmjs/ui",
|
"name": "@tpmjs/ui",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./Button/Button": {
|
"./Button/Button": {
|
||||||
|
|
|
||||||
14
packages/utils/CHANGELOG.md
Normal file
14
packages/utils/CHANGELOG.md
Normal 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.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@tpmjs/utils",
|
"name": "@tpmjs/utils",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./cn": {
|
"./cn": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue