Skip to content

Commit

Permalink
2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed May 7, 2024
1 parent cb1dfe8 commit 6fbf658
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -87,7 +87,7 @@ export function App() {
<seam-device-table publishable-key="your_publishable_key"></seam-device-table>
<script
type="module"
src="https://react.seam.co/v/2.17.0/dist/elements.js"
src="https://react.seam.co/v/2.17.1/dist/elements.js"
></script>
</body>
```
Expand Down Expand Up @@ -215,7 +215,7 @@ or place the following in the `<head>` tag:
```html
<link
rel="stylesheet"
href="https://react.seam.co/v/2.17.0/dist/index.min.css"
href="https://react.seam.co/v/2.17.1/dist/index.min.css"
/>
```

Expand Down
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
@@ -1,6 +1,6 @@
{
"name": "@seamapi/react",
"version": "2.17.0",
"version": "2.17.1",
"description": "Seam Components.",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 6fbf658

Please sign in to comment.