diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d6ee9..8630514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.3](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.10.2...v1.10.3) (2024-05-06) + + +### Bug Fixes + +* more css updates ([13715ab](https://github.com/TheBigSasha/tbsui-ssr/commit/13715ab4af1c678f14f38e432b2b8c16cb951cb6)) + ## [1.10.2](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.10.1...v1.10.2) (2024-05-06) diff --git a/package.json b/package.json index 828244d..5960f27 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "thebigsasha ", "description": "A React component library which is capable of being deployed with javascript on the client.", "private": false, - "version": "1.10.2", + "version": "1.10.3", "packageManager": "pnpm@8.4.0", "type": "module", "main": "dist/index.js",