Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
seambot committed Jan 31, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d00db0a commit cd18ae1
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/4.3.1/dist/elements.js"
src="https://react.seam.co/v/4.4.0/dist/elements.js"
></script>
</body>
```
@@ -215,7 +215,7 @@ or place the following in the `<head>` tag:
```html
<link
rel="stylesheet"
href="https://react.seam.co/v/4.3.1/dist/index.min.css"
href="https://react.seam.co/v/4.4.0/dist/index.min.css"
/>
```

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

0 comments on commit cd18ae1

Please sign in to comment.