2 changed files with
8 additions and
1 deletions
-
CHANGELOG.md
-
package.json
|
|
@@ -1,3 +1,10 @@ |
|
|
|
## [1.5.3](https://git.dany.dev/dsluijk/teenyui/compare/v1.5.2...v1.5.3) (2021-02-08) |
|
|
|
|
|
|
|
|
|
|
|
### Bug Fixes |
|
|
|
|
|
|
|
* **colors:** fix small coloring issues ([40e975b](https://git.dany.dev/dsluijk/teenyui/commit/40e975b595e56511c55e5331eacad88cdb30ab27)) |
|
|
|
|
|
|
|
## [1.5.2](https://git.dany.dev/dsluijk/teenyui/compare/v1.5.1...v1.5.2) (2021-02-08) |
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "teenyui", |
|
|
|
"version": "1.5.2", |
|
|
|
"version": "1.5.3", |
|
|
|
"description": "Tiny UI library for Preact", |
|
|
|
"module": "./dist/index.js", |
|
|
|
"types": "./dist/index.d.ts", |
|
|
|