Skip to content

Commit 07bc35a

Browse files
authored
Merge pull request #22 from diegopeixoto/bump-2.0.0
2 parents e135563 + 5ae70c0 commit 07bc35a

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.5.2",
3+
"version": "2.0.0",
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.5.2";
4+
export const UNICORN_STUDIO_VERSION = "2.0.0";
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)