Skip to content

Commit 28498a0

Browse files
committed
4.12.0
1 parent 95039d4 commit 28498a0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export function App() {
102102
<seam-device-table publishable-key="your_publishable_key"></seam-device-table>
103103
<script
104104
type="module"
105-
src="https://react.seam.co/v/4.11.2/dist/elements.js"
105+
src="https://react.seam.co/v/4.12.0/dist/elements.js"
106106
></script>
107107
</body>
108108
```
@@ -230,7 +230,7 @@ or place the following in the `<head>` tag:
230230
```html
231231
<link
232232
rel="stylesheet"
233-
href="https://react.seam.co/v/4.11.2/dist/index.min.css"
233+
href="https://react.seam.co/v/4.12.0/dist/index.min.css"
234234
/>
235235
```
236236

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.11.2",
3+
"version": "4.12.0",
44
"description": "Seam Components.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)