Skip to content

Commit

Permalink
Merge branch 'main' into fix-reactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
puria authored Jul 29, 2024
2 parents 65e1ca1 + a00d6de commit ecadfa0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.3](https://github.com/dyne/components/compare/v1.2.2...v1.2.3) (2024-07-29)


### Bug Fixes

* add pre to preserve whitespace ([#16](https://github.com/dyne/components/issues/16)) ([4b4c2ce](https://github.com/dyne/components/commit/4b4c2cefc347f62e0b9f8aa6f73bc86dbe173205))

## [1.2.2](https://github.com/dyne/components/compare/v1.2.1...v1.2.2) (2024-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dyne/components",
"version": "1.2.2",
"version": "1.2.3",
"description": " ♻️ Recycled UI for dyners",
"publishConfig": {
"access": "public"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ function ErrorRenderer(props: { error: SlangroomError }) {
} else {
return (
<Section title="Error">
<p class="bg-red-50 text-red-800 rounded-lg border border-red-300 divide-red-300 p-4 gap-3 text-sm flex items-center">
<pre class="bg-red-50 text-red-800 rounded-lg border border-red-300 divide-red-300 p-4 gap-3 text-sm flex items-center">
{error}
</p>
</pre>
</Section>
);
}
Expand Down

0 comments on commit ecadfa0

Please sign in to comment.