From a8923e172b988314a8ac1035756be1f284c5f3b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 05:14:43 +0000 Subject: [PATCH] chore(main): release 1.8.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 835022c..3490546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.3](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.8.2...v1.8.3) (2024-04-11) + + +### Bug Fixes + +* styling the css ([8e233f4](https://github.com/TheBigSasha/tbsui-ssr/commit/8e233f457b0d49d66efc09f4b2916599cbb2db57)) + ## [1.8.2](https://github.com/TheBigSasha/tbsui-ssr/compare/v1.8.1...v1.8.2) (2024-04-11) diff --git a/package.json b/package.json index c0afe98..8d20fc5 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.8.2", + "version": "1.8.3", "packageManager": "pnpm@8.4.0", "type": "module", "main": "dist/index.js",