From 295ba434dc01e3b10669b83ee1e78a63470ad736 Mon Sep 17 00:00:00 2001 From: Diego Gonzalez Date: Wed, 13 Jul 2022 15:27:03 -0400 Subject: [PATCH 1/2] fix: change base list styles that hide bullets inside the rich text elements CU-2ju2619 --- CHANGELOG.md | 2 ++ src/index.css | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c83385..ac9c763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Change base list styles that hide bullets inside the rich text elements + ## [5.2.2] 2022-07-05 ### Fixed diff --git a/src/index.css b/src/index.css index 8ab5525..a6bb176 100644 --- a/src/index.css +++ b/src/index.css @@ -6,7 +6,7 @@ .prose { ol, ul { - list-style: none; + list-style-type: inside; margin: 0; padding: 0; } @@ -34,4 +34,4 @@ body { @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; From fe418861837aa5c6d1dc4060eb68925abde6fade Mon Sep 17 00:00:00 2001 From: Diego Gonzalez Date: Wed, 13 Jul 2022 15:32:18 -0400 Subject: [PATCH 2/2] build: bumping version: 5.2.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9c763..b263218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [5.2.3] 2022-07-13 + +### Fixed + - Change base list styles that hide bullets inside the rich text elements ## [5.2.2] 2022-07-05 diff --git a/package.json b/package.json index a3c6b2e..ca89265 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@perimetre/ui", "description": "A component library made by @perimetre", - "version": "5.2.2", + "version": "5.2.3", "repository": { "type": "git", "url": "git+https://github.com/perimetre/ui.git"