chore: version packages

This commit is contained in:
Ajax Davis 2025-11-26 03:15:35 +10:00
parent 8b8612a1cf
commit db1088ec1d
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# @tpmjs/ui
## 0.1.3
### Patch Changes
- refactor(ui): convert all components from createElement to JSX syntax
All UI components now use JSX instead of createElement for better readability and maintainability.
## 0.1.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@tpmjs/ui",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"exports": {
"./Button/Button": {
@ -48,7 +48,9 @@
"default": "./dist/Header/Header.js"
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",