Skip to content

Commit

Permalink
lottie: Release v1.0.0-beta.29
Browse files Browse the repository at this point in the history
- Update v0.14.6 released wasm binary
- Fix `getVersion` function
- Bump up version for perf-test
  • Loading branch information
tinyjin authored and hermet committed Aug 16, 2024
1 parent 37ac515 commit 7fcefd8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thorvg/lottie-player",
"version": "1.0.0-beta.28",
"version": "1.0.0-beta.29",
"description": "A web lottie player using ThorVG as a renderer",
"main": "./dist/lottie-player.cjs.js",
"module": "./dist/lottie-player.esm.js",
Expand Down
8 changes: 4 additions & 4 deletions perf-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion perf-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@heroicons/react": "^2.1.3",
"@lottiefiles/dotlottie-react": "^0.6.3",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@thorvg/lottie-player": "^1.0.0-beta.28",
"@thorvg/lottie-player": "^1.0.0-beta.29",
"canvaskit-wasm": "^0.39.1",
"i": "^0.3.7",
"next": "14.2.3",
Expand Down

0 comments on commit 7fcefd8

Please sign in to comment.