From 528d22493548cbe64e663c6c9c5d15c39688d93b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 06:04:17 +0000 Subject: [PATCH] chore(main): release 1.10.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",