Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
tborychowski committed May 22, 2024
2 parents e9e8606 + 4c02e99 commit ce6b1b9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Changelog
=========


## v9.5.3 *(2024-05-18)*
- Fix `Combobox` issue for some edge cases.


## v9.5.2 *(2024-05-15)*
- Fix `--ui-shadow-large` in light-mode (was a bit too dark).
Expand Down
4 changes: 4 additions & 0 deletions docs-src/pages/changelog.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<h1>Changelog</h1>
<h2>v9.5.3 <em>(2024-05-18)</em></h2>
<ul>
<li>Fix <code>Combobox</code> issue for some edge cases.</li>
</ul>
<h2>v9.5.2 <em>(2024-05-15)</em></h2>
<ul>
<li>Fix <code>--ui-shadow-large</code> in light-mode (was a bit too dark).</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
<script type="module" src="zxcvbn.js"></script>
<link rel="stylesheet" href="prism-tomorrow.min.css">
<script defer data-domain="ui.perfectthings.dev" src="https://plausible.borychowski.net/js/script.hash.outbound-links.js"></script>
<script>window.UI_VERSION='9.5.2';</script>
<script>window.UI_VERSION='9.5.3';</script>
</body>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perfectthings/ui",
"description": "Perfect UI components",
"version": "9.5.2",
"version": "9.5.3",
"type": "module",
"main": "src/index.js",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit ce6b1b9

Please sign in to comment.