Skip to content

Commit

Permalink
Merge pull request #74 from perimetre/5.2.3
Browse files Browse the repository at this point in the history
5.2.3
  • Loading branch information
dgonzalez-perimetre authored Jul 13, 2022
2 parents 268e038 + fe41886 commit 51ba6aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ 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

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.prose {
ol,
ul {
list-style: none;
list-style-type: inside;
margin: 0;
padding: 0;
}
Expand Down Expand Up @@ -34,4 +34,4 @@ body {

@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;

0 comments on commit 51ba6aa

Please sign in to comment.