Skip to content

Commit

Permalink
chore: 🤖 update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2023
1 parent 9f4da7e commit e2a510f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/thirty-bees-move.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dotlottie/common

## 0.7.2

### Patch Changes

- 65a151b: fix: replace structuredClone with Object.assign

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotlottie/common",
"version": "0.7.1",
"version": "0.7.2",
"type": "module",
"description": "",
"author": "Afsal <afsal@lottiefiles.com>, Sam Osborne <sam@lottiefiles.com>",
Expand Down
7 changes: 7 additions & 0 deletions packages/player-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dotlottie/player-component

## 2.7.1

### Patch Changes

- Updated dependencies [65a151b]
- @dotlottie/common@0.7.2

## 2.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/player-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotlottie/player-component",
"version": "2.7.0",
"version": "2.7.1",
"description": "dotLottie animation player web component.",
"repository": "https://github.com/dotlottie/player-component.git",
"homepage": "https://dotlottie.com/players",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dotlottie/react-player

## 1.6.4

### Patch Changes

- Updated dependencies [65a151b]
- @dotlottie/common@0.7.2

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotlottie/react-player",
"version": "1.6.3",
"version": "1.6.4",
"type": "module",
"description": "dotlottie animation player react component.",
"repository": "https://github.com/dotlottie/player-component.git",
Expand Down

0 comments on commit e2a510f

Please sign in to comment.