Skip to content

Commit 34ac46d

Browse files
bump
1 parent 5b5e777 commit 34ac46d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unicornstudio-react",
3-
"version": "1.4.33",
3+
"version": "1.4.35",
44
"description": "React component for embedding Unicorn.Studio interactive scenes with TypeScript support. Compatible with React (Vite) and Next.js.",
55
"keywords": [
66
"react",

src/shared/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ValidFPS, ScaleRange } from "./types";
22

33
// UnicornStudio configuration constants
4-
export const UNICORN_STUDIO_VERSION = "1.4.33";
4+
export const UNICORN_STUDIO_VERSION = "1.4.35";
55
export const UNICORN_STUDIO_CDN_URL = `https://cdn.jsdelivr.net/gh/hiunicornstudio/unicornstudio.js@v${UNICORN_STUDIO_VERSION}/dist/unicornStudio.umd.js`;
66

77
// Default values for UnicornScene props

0 commit comments

Comments
 (0)