Skip to content

Commit

Permalink
chore: 🤖 update versions (#405)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 20, 2024
1 parent 0d65643 commit 5c46ed5
Show file tree
Hide file tree
Showing 13 changed files with 115 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .changeset/smart-coins-wonder.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
19 changes: 19 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
19 changes: 19 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
19 changes: 19 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
19 changes: 19 additions & 0 deletions packages/wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/wc/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 14 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5c46ed5

Please sign in to comment.