From 5c46ed5aca3d793ff4156918bfa622da75d55823 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:30:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20versions=20(#4?= =?UTF-8?q?05)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/smart-coins-wonder.md | 18 ------------------ packages/react/CHANGELOG.md | 19 +++++++++++++++++++ packages/react/package.json | 2 +- packages/solid/CHANGELOG.md | 19 +++++++++++++++++++ packages/solid/package.json | 2 +- packages/svelte/CHANGELOG.md | 19 +++++++++++++++++++ packages/svelte/package.json | 2 +- packages/vue/CHANGELOG.md | 19 +++++++++++++++++++ packages/vue/package.json | 2 +- packages/wc/CHANGELOG.md | 19 +++++++++++++++++++ packages/wc/package.json | 2 +- packages/web/CHANGELOG.md | 14 ++++++++++++++ packages/web/package.json | 2 +- 13 files changed, 115 insertions(+), 24 deletions(-) delete mode 100644 .changeset/smart-coins-wonder.md diff --git a/.changeset/smart-coins-wonder.md b/.changeset/smart-coins-wonder.md deleted file mode 100644 index fc241769..00000000 --- a/.changeset/smart-coins-wonder.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@lottiefiles/dotlottie-svelte': minor -'@lottiefiles/dotlottie-react': minor -'@lottiefiles/dotlottie-solid': minor -'@lottiefiles/dotlottie-vue': minor -'@lottiefiles/dotlottie-web': minor -'@lottiefiles/dotlottie-wc': minor ---- - -feat: updated dotLottie-rs wasm bindings to v0.1.33 which includes the new v2 dotLottiespecs and theming support. -feat: Added `setSlots` methods to `DotLottie` class to set lottie slots in runtime. -feat: Added `themeId` prop to the `DotLottie` class config to initially load a .lottie with a specific theme. -feat: Added `resetTheme` method to the `DotLottie` class to reset the theme to the default one. - -BREAKING CHANGE: - -* DotLottie's `loadTheme` method is no longer supported, use `setTheme` instead. -* DotLottie's `setThemeData` method is no longer supported, use `setThemeData` instead. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 572d1757..5621fdd3 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,24 @@ # @lottiefiles/dotlottie-react +## 0.10.0 + +### Minor Changes + +- 0d65643: feat: updated dotLottie-rs wasm bindings to v0.1.33 which includes the new v2 dotLottiespecs and theming + support. feat: Added `setSlots` methods to `DotLottie` class to set lottie slots in runtime. feat: Added `themeId` + prop to the `DotLottie` class config to initially load a .lottie with a specific theme. feat: Added `resetTheme` + method to the `DotLottie` class to reset the theme to the default one. + + BREAKING CHANGE: + + - DotLottie's `loadTheme` method is no longer supported, use `setTheme` instead. + - DotLottie's `setThemeData` method is no longer supported, use `setThemeData` instead. + +### Patch Changes + +- Updated dependencies [0d65643] + - @lottiefiles/dotlottie-web@0.37.0 + ## 0.9.3-beta.9 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 12dab78f..83293840 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-react", - "version": "0.9.3", + "version": "0.10.0", "type": "module", "description": "React wrapper around the dotlottie-web library", "repository": { diff --git a/packages/solid/CHANGELOG.md b/packages/solid/CHANGELOG.md index aedd31b8..477f3069 100644 --- a/packages/solid/CHANGELOG.md +++ b/packages/solid/CHANGELOG.md @@ -1,5 +1,24 @@ # @lottiefiles/dotlottie-solid +## 0.1.0 + +### Minor Changes + +- 0d65643: feat: updated dotLottie-rs wasm bindings to v0.1.33 which includes the new v2 dotLottiespecs and theming + support. feat: Added `setSlots` methods to `DotLottie` class to set lottie slots in runtime. feat: Added `themeId` + prop to the `DotLottie` class config to initially load a .lottie with a specific theme. feat: Added `resetTheme` + method to the `DotLottie` class to reset the theme to the default one. + + BREAKING CHANGE: + + - DotLottie's `loadTheme` method is no longer supported, use `setTheme` instead. + - DotLottie's `setThemeData` method is no longer supported, use `setThemeData` instead. + +### Patch Changes + +- Updated dependencies [0d65643] + - @lottiefiles/dotlottie-web@0.37.0 + ## 0.0.21-beta.11 ### Patch Changes diff --git a/packages/solid/package.json b/packages/solid/package.json index f077d800..aba1c9bf 100644 --- a/packages/solid/package.json +++ b/packages/solid/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-solid", - "version": "0.0.21", + "version": "0.1.0", "type": "module", "description": "Solid wrapper around the dotlottie-web library", "repository": { diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index b5657542..7146ea72 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,24 @@ # @lottiefiles/dotlottie-svelte +## 0.4.0 + +### Minor Changes + +- 0d65643: feat: updated dotLottie-rs wasm bindings to v0.1.33 which includes the new v2 dotLottiespecs and theming support. + feat: Added `setSlots` methods to `DotLottie` class to set lottie slots in runtime. + feat: Added `themeId` prop to the `DotLottie` class config to initially load a .lottie with a specific theme. + feat: Added `resetTheme` method to the `DotLottie` class to reset the theme to the default one. + + BREAKING CHANGE: + + - DotLottie's `loadTheme` method is no longer supported, use `setTheme` instead. + - DotLottie's `setThemeData` method is no longer supported, use `setThemeData` instead. + +### Patch Changes + +- Updated dependencies [0d65643] + - @lottiefiles/dotlottie-web@0.37.0 + ## 0.3.23-beta.9 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 67f5905d..c7ceb4ff 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-svelte", - "version": "0.3.23", + "version": "0.4.0", "type": "module", "description": "Svelte component wrapper around the dotlottie-web library to render Lottie and dotLottie animations", "repository": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 401d589e..fe8bbb27 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,24 @@ # @lottiefiles/dotlottie-vue +## 0.5.0 + +### Minor Changes + +- 0d65643: feat: updated dotLottie-rs wasm bindings to v0.1.33 which includes the new v2 dotLottiespecs and theming + support. feat: Added `setSlots` methods to `DotLottie` class to set lottie slots in runtime. feat: Added `themeId` + prop to the `DotLottie` class config to initially load a .lottie with a specific theme. feat: Added `resetTheme` + method to the `DotLottie` class to reset the theme to the default one. + + BREAKING CHANGE: + + - DotLottie's `loadTheme` method is no longer supported, use `setTheme` instead. + - DotLottie's `setThemeData` method is no longer supported, use `setThemeData` instead. + +### Patch Changes + +- Updated dependencies [0d65643] + - @lottiefiles/dotlottie-web@0.37.0 + ## 0.4.18-beta.9 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index be214fb5..7ace4203 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-vue", - "version": "0.4.18", + "version": "0.5.0", "type": "module", "description": "Vue wrapper around the dotlottie-web library", "repository": { diff --git a/packages/wc/CHANGELOG.md b/packages/wc/CHANGELOG.md index 8a85f89a..2d8c8229 100644 --- a/packages/wc/CHANGELOG.md +++ b/packages/wc/CHANGELOG.md @@ -1,5 +1,24 @@ # @lottiefiles/dotlottie-wc +## 0.3.0 + +### Minor Changes + +- 0d65643: feat: updated dotLottie-rs wasm bindings to v0.1.33 which includes the new v2 dotLottiespecs and theming + support. feat: Added `setSlots` methods to `DotLottie` class to set lottie slots in runtime. feat: Added `themeId` + prop to the `DotLottie` class config to initially load a .lottie with a specific theme. feat: Added `resetTheme` + method to the `DotLottie` class to reset the theme to the default one. + + BREAKING CHANGE: + + - DotLottie's `loadTheme` method is no longer supported, use `setTheme` instead. + - DotLottie's `setThemeData` method is no longer supported, use `setThemeData` instead. + +### Patch Changes + +- Updated dependencies [0d65643] + - @lottiefiles/dotlottie-web@0.37.0 + ## 0.3.0-beta.10 ### Patch Changes diff --git a/packages/wc/package.json b/packages/wc/package.json index c8814176..83fd86bf 100644 --- a/packages/wc/package.json +++ b/packages/wc/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-wc", - "version": "0.2.24", + "version": "0.3.0", "type": "module", "description": "Web component wrapper around the dotlottie-web library", "repository": { diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index fd22f9db..15221522 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,19 @@ # @lottiefiles/dotlottie-web +## 0.37.0 + +### Minor Changes + +- 0d65643: feat: updated dotLottie-rs wasm bindings to v0.1.33 which includes the new v2 dotLottiespecs and theming + support. feat: Added `setSlots` methods to `DotLottie` class to set lottie slots in runtime. feat: Added `themeId` + prop to the `DotLottie` class config to initially load a .lottie with a specific theme. feat: Added `resetTheme` + method to the `DotLottie` class to reset the theme to the default one. + + BREAKING CHANGE: + + - DotLottie's `loadTheme` method is no longer supported, use `setTheme` instead. + - DotLottie's `setThemeData` method is no longer supported, use `setThemeData` instead. + ## 0.37.0-beta.9 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index 3cec2492..50d64f76 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-web", - "version": "0.36.1", + "version": "0.37.0", "type": "module", "description": "Lottie and DotLottie player for the web", "repository": {