chore: version packages
This commit is contained in:
parent
8b8612a1cf
commit
db1088ec1d
2 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue