Skip to content

Commit

Permalink
chore: 🤖 update versions (#106)
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 Jan 23, 2024
1 parent 121474d commit 039c75b
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-fireants-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-cycles-exist.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hungry-otters-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-rules-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-swans-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-seals-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-onions-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-emus-fly.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 121474d: feat: add `playOnHover` prop
- 121474d: feat: reactivity of DotLottieReact component props

### Patch Changes

- 121474d: chore: bundle the esm build artifacts to work with webpack
- 121474d: fix: debounce resize\&intersection observers callbacks
- 121474d: fix: stability of dotLottieRefCallback prop using useStableCallback hooks
- Updated dependencies [121474d]
- Updated dependencies [121474d]
- Updated dependencies [121474d]
- Updated dependencies [121474d]
- @lottiefiles/dotlottie-web@0.12.0

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

## 0.1.1

### Patch Changes

- 121474d: chore: bundle the esm build artifacts to work with webpack
- Updated dependencies [121474d]
- Updated dependencies [121474d]
- Updated dependencies [121474d]
- Updated dependencies [121474d]
- @lottiefiles/dotlottie-web@0.12.0

## 0.1.0

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

## 0.0.4

### Patch Changes

- Updated dependencies [121474d]
- Updated dependencies [121474d]
- Updated dependencies [121474d]
- Updated dependencies [121474d]
- @lottiefiles/dotlottie-web@0.12.0

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

## 0.12.0

### Minor Changes

- 121474d: feat: expose `setRenderConfig` method & `renderConfig` property

### Patch Changes

- 121474d: fix: nodejs env check
- 121474d: chore: bundle the esm build artifacts to work with webpack
- 121474d: fix: skip rendering when canvas width or height is less than or equal zero

## 0.11.1

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

0 comments on commit 039c75b

Please sign in to comment.