Skip to content

Commit

Permalink
chore: update versions (#331)
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
lottiefiles-bot and github-actions[bot] authored Aug 23, 2024
1 parent e34ac54 commit dec22e8
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-cycles-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-falcons-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-seahorses-hide.md

This file was deleted.

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

## 0.8.9

### Patch Changes

- Updated dependencies [03311db]
- Updated dependencies [e34ac54]
- Updated dependencies [8e6f572]
- @lottiefiles/dotlottie-web@0.31.0

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"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.0.14

### Patch Changes

- Updated dependencies [03311db]
- Updated dependencies [e34ac54]
- Updated dependencies [8e6f572]
- @lottiefiles/dotlottie-web@0.31.0

## 0.0.13

### 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.13",
"version": "0.0.14",
"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.3.16

### Patch Changes

- Updated dependencies [03311db]
- Updated dependencies [e34ac54]
- Updated dependencies [8e6f572]
- @lottiefiles/dotlottie-web@0.31.0

## 0.3.15

### 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.15",
"version": "0.3.16",
"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.4.11

### Patch Changes

- Updated dependencies [03311db]
- Updated dependencies [e34ac54]
- Updated dependencies [8e6f572]
- @lottiefiles/dotlottie-web@0.31.0

## 0.4.10

### 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.10",
"version": "0.4.11",
"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.2.17

### Patch Changes

- Updated dependencies [03311db]
- Updated dependencies [e34ac54]
- Updated dependencies [8e6f572]
- @lottiefiles/dotlottie-web@0.31.0

## 0.2.16

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

## 0.31.0

### Minor Changes

- 03311db: feat(web): 🎸 adjust default dpr to 75% of the machine dpr if greater than 1

### Patch Changes

- e34ac54: fix(web): 🐛 Resolved Parcel build failure by creating Worker using a Blob instead of a string literal.
- 8e6f572: fix(web): address canvas resizing issue in DotLottieWorker after transferControlToOffscreen()

## 0.30.3

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

0 comments on commit dec22e8

Please sign in to comment.