Skip to content

Commit c8217d1

Browse files
committed
5.0.0
1 parent 10ef6aa commit c8217d1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function App() {
8686
<seam-device-table publishable-key="your_publishable_key"></seam-device-table>
8787
<script
8888
type="module"
89-
src="https://react.seam.co/v/4.14.2/dist/elements.js"
89+
src="https://react.seam.co/v/5.0.0/dist/elements.js"
9090
></script>
9191
</body>
9292
```
@@ -214,7 +214,7 @@ or place the following in the `<head>` tag:
214214
```html
215215
<link
216216
rel="stylesheet"
217-
href="https://react.seam.co/v/4.14.2/dist/index.min.css"
217+
href="https://react.seam.co/v/5.0.0/dist/index.min.css"
218218
/>
219219
```
220220

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seamapi/react",
3-
"version": "4.14.2",
3+
"version": "5.0.0",
44
"description": "Seam Components.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)