Skip to content

Commit

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

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abdelrahman Ashraf <a.theashraf@gmail.com>
  • Loading branch information
3 people authored Jan 27, 2025
1 parent 5b6ec2f commit 84f313d
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-actors-work.md

This file was deleted.

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

## 0.12.3

### Patch Changes

- Updated dependencies [5b6ec2f]
- @lottiefiles/dotlottie-web@0.40.1

## 0.12.2

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

## 0.1.7

### Patch Changes

- Updated dependencies [5b6ec2f]
- @lottiefiles/dotlottie-web@0.40.1

## 0.1.6

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

## 0.4.6

### Patch Changes

- Updated dependencies [5b6ec2f]
- @lottiefiles/dotlottie-web@0.40.1

## 0.4.5

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

## 0.5.6

### Patch Changes

- Updated dependencies [5b6ec2f]
- @lottiefiles/dotlottie-web@0.40.1

## 0.5.5

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

## 0.4.4

### Patch Changes

- Updated dependencies [5b6ec2f]
- @lottiefiles/dotlottie-web@0.40.1

## 0.4.3

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

## 0.40.1

### Patch Changes

- 5b6ec2f: fix(web): 🐛 fail to resize when canvas element is hidden

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

0 comments on commit 84f313d

Please sign in to comment.