@papanasi/html
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -0,0 +0,0 @@ module.exports = (api) => { |
@@ -6,2 +6,11 @@ # Change Log | ||
## [0.0.17](https://github.com/CKGrafico/papanasi/compare/v0.0.16...v0.0.17) (2022-05-26) | ||
**Note:** Version bump only for package @papanasi/html | ||
## [0.0.16](https://github.com/CKGrafico/papanasi/compare/v0.0.15...v0.0.16) (2022-05-25) | ||
@@ -8,0 +17,0 @@ |
export { Button } from './button'; |
{ | ||
"name": "@papanasi/html", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"author": "ckgrafico/papanasi", | ||
@@ -15,3 +15,3 @@ "description": "Papanasi HTML UI Library", | ||
"types": "./src/html.d.ts", | ||
"gitHead": "968935960b194693d634adec2d3e80002dc78a86" | ||
"gitHead": "b7180a54433dbb6cabd84d6191ab0f6be04fbc45" | ||
} |
export { default as Button } from './button'; |
5403