Skip to content

Commit

Permalink
chore: 🤖 update versions (#415)
Browse files Browse the repository at this point in the history
* chore: 🤖 update versions

* run ci

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abdelrahman Ashraf <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent de079cc commit 9f8973d
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-parrots-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-dolls-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-kings-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-llamas-glow.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lottiefiles/dotlottie-react

## 0.11.0

### Minor Changes

- fb3ba0f: chore(react): update JSX transform to "react-jsx" and drop React 16 support

### Patch Changes

- Updated dependencies [898084e]
- Updated dependencies [de079cc]
- Updated dependencies [30ff412]
- @lottiefiles/dotlottie-web@0.38.1

## 0.10.1

### 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.10.1",
"version": "0.11.0",
"type": "module",
"description": "React wrapper around the dotlottie-web library",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lottiefiles/dotlottie-solid

## 0.1.2

### Patch Changes

- Updated dependencies [898084e]
- Updated dependencies [de079cc]
- Updated dependencies [30ff412]
- @lottiefiles/dotlottie-web@0.38.1

## 0.1.1

### 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.1.1",
"version": "0.1.2",
"type": "module",
"description": "Solid wrapper around the dotlottie-web library",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lottiefiles/dotlottie-svelte

## 0.4.2

### Patch Changes

- Updated dependencies [898084e]
- Updated dependencies [de079cc]
- Updated dependencies [30ff412]
- @lottiefiles/dotlottie-web@0.38.1

## 0.4.1

### 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.4.1",
"version": "0.4.2",
"type": "module",
"description": "Svelte component wrapper around the dotlottie-web library to render Lottie and dotLottie animations",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lottiefiles/dotlottie-vue

## 0.5.2

### Patch Changes

- Updated dependencies [898084e]
- Updated dependencies [de079cc]
- Updated dependencies [30ff412]
- @lottiefiles/dotlottie-web@0.38.1

## 0.5.1

### 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.5.1",
"version": "0.5.2",
"type": "module",
"description": "Vue wrapper around the dotlottie-web library",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lottiefiles/dotlottie-wc

## 0.3.2

### Patch Changes

- Updated dependencies [898084e]
- Updated dependencies [de079cc]
- Updated dependencies [30ff412]
- @lottiefiles/dotlottie-web@0.38.1

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"type": "module",
"description": "Web component wrapper around the dotlottie-web library",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lottiefiles/dotlottie-web

## 0.38.1

### Patch Changes

- 898084e: fix: animation with PNG sequence
- de079cc: fix: runtime error when loading external image asset
- 30ff412: fix: cancel animation frame before loading a new animation

## 0.38.0

### Minor 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.38.0",
"version": "0.38.1",
"type": "module",
"description": "Lottie and DotLottie player for the web",
"repository": {
Expand Down

0 comments on commit 9f8973d

Please sign in to comment.