From 012ac25b46d310632da199bce90d3ffcc1a6d745 Mon Sep 17 00:00:00 2001 From: yiiqii Date: Mon, 18 Nov 2024 14:53:54 +0800 Subject: [PATCH] chore: udpate version --- package.json | 2 +- src/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 5fa7213..0e98254 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@galacean/effects-specification", - "version": "2.0.2", + "version": "2.1.0", "description": "Galacean Effects JSON Specification", "module": "./es/index.js", "main": "./es/index.js", diff --git a/src/index.ts b/src/index.ts index b9de7b3..753c75c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,7 +27,6 @@ export * from './animation-clip-data'; export * from './binary'; export * from './text'; export * from './components'; -export * from './vfx-item-data'; export * from './buitin-object-guid'; export * from './shape'; export * from './timeline';