Skip to content

Commit

Permalink
feature: release search component version 0.2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Dec 18, 2024
1 parent e9c495d commit 8b41389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/search-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"import": "./dist/vanilla/index.js"
}
},
"version": "0.2.29",
"version": "0.2.30",
"license": "MIT",
"homepage": "https://github.com/devflowinc/trieve/tree/main/clients/search-component",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions server/src/public/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="/static/output.css" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected].29/dist/index.css"
href="https://unpkg.com/[email protected].30/dist/index.css"
/>
<link
rel="apple-touch-icon"
Expand Down Expand Up @@ -291,7 +291,7 @@
</style>

<script type="module">
import {renderToDiv} from 'https://unpkg.com/[email protected].29/dist/vanilla/index.js';
import {renderToDiv} from 'https://unpkg.com/[email protected].30/dist/vanilla/index.js';
const root = document.getElementById('root');
renderToDiv(root, {
... {{params | tojson}}
Expand Down

0 comments on commit 8b41389

Please sign in to comment.