Skip to content

Commit

Permalink
chore: 🤖 update versions (beta) (#116)
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
2 people authored and theashraf committed Feb 6, 2024
1 parent 5ec07da commit ad94839
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"@lottiefiles/dotlottie-react": "0.2.3",
"@lottiefiles/dotlottie-vue": "0.1.4",
"@lottiefiles/dotlottie-wc": "0.0.7",
"@lottiefiles/dotlottie-web": "0.12.3"
"@lottiefiles/dotlottie-web": "0.12.3",
"dotlottie-react-example": "0.0.0",
"dotlottie-vue-example": "0.0.0",
"dotlottie-wc-example": "0.0.0",
"dotlottie-web-example": "0.0.0",
"dotlottie-web-node-example": "0.0.0"
},
"changesets": []
"changesets": ["empty-owls-add", "little-dingos-happen"]
}
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

- Updated dependencies [09116cb]
- @lottiefiles/dotlottie-web@0.12.4

## 0.2.4-beta.0

### Patch Changes

- Updated dependencies [4810361]
- Updated dependencies [4810361]
- @lottiefiles/dotlottie-web@0.13.0-beta.0

## 0.2.3

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.2.4",
"version": "0.2.4-beta.0",
"type": "module",
"description": "React wrapper around the dotlottie-web library",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@

- Updated dependencies [09116cb]
- @lottiefiles/dotlottie-web@0.12.4

## 0.1.5-beta.0

### Patch Changes

- Updated dependencies [4810361]
- Updated dependencies [4810361]
- @lottiefiles/dotlottie-web@0.13.0-beta.0

## 0.1.4

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

- Updated dependencies [09116cb]
- @lottiefiles/dotlottie-web@0.12.4

## 0.0.8-beta.0

### Patch Changes

- Updated dependencies [4810361]
- Updated dependencies [4810361]
- @lottiefiles/dotlottie-web@0.13.0-beta.0

## 0.0.7

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

- 09116cb: fix: 🐛 load animation url with response content-type of text/plain

## 0.13.0-beta.0

### Minor Changes

- 4810361: refactor: 💡 dotlottie-rs wasm bindings integration
- 4810361: feat: 🎸 emit `render` event when a new frame is rendered

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

0 comments on commit ad94839

Please sign in to comment.