Skip to content

Commit ae341a4

Browse files
committed
4.0.0-beta.1
1 parent 41068ef commit ae341a4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function App() {
8787
<seam-device-table publishable-key="your_publishable_key"></seam-device-table>
8888
<script
8989
type="module"
90-
src="https://react.seam.co/v/3.1.2/dist/elements.js"
90+
src="https://react.seam.co/v/4.0.0-beta.1/dist/elements.js"
9191
></script>
9292
</body>
9393
```
@@ -215,7 +215,7 @@ or place the following in the `<head>` tag:
215215
```html
216216
<link
217217
rel="stylesheet"
218-
href="https://react.seam.co/v/3.1.2/dist/index.min.css"
218+
href="https://react.seam.co/v/4.0.0-beta.1/dist/index.min.css"
219219
/>
220220
```
221221

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seamapi/react",
3-
"version": "3.1.2",
3+
"version": "4.0.0-beta.1",
44
"description": "Seam Components.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)