Skip to content

Commit

Permalink
🔖 release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Sep 2, 2024
1 parent ca059a7 commit 0347d9f
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 50 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,6 @@ A big thank you goes to [@reslear](https://github.com/reslear) for adding Typesc
- [@Mini-ghost](https://github.com/Mini-ghost) - PR[#525](https://github.com/megasanjay/vue3-lottie/pull/525) - Reduce bundle size by swapping `lodash-es` for `klona` and `fast-deep-equal`
- [@Mini-ghost](https://github.com/Mini-ghost) - PR[#526](https://github.com/megasanjay/vue3-lottie/pull/526) - Improve rendering performance
- [@Mini-ghost](https://github.com/Mini-ghost) - PR[#527](https://github.com/megasanjay/vue3-lottie/pull/527) - Fix lottie renders in `suspense` components
- [@brandondv](https://github.com/brandondv) - PR[#560](https://github.com/megasanjay/vue3-lottie/pull/560) - Updating typing of `playSegments` method

![forthebadge](https://forthebadge.shorty.systems/images/badges/made-with-vue.svg) ![forthebadge](https://forthebadge.shorty.systems/images/badges/built-with-love.svg)
2 changes: 1 addition & 1 deletion packages/playground/nuxt-project/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ClientOnly>
<Vue3Lottie
animationLink="https://assets1.lottiefiles.com/packages/lf20_xvz0dpbn.json"
assetsPath="https://source.unsplash.com/user/wsanter"
:assetsPath="`https://api.dicebear.com/9.x/micah/svg?seed=${Math.random()}&scale=50`"
:height="200"
:width="200"
/>
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/vite-project/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:animationLink="link[1]"
:animationData="data"
@click="linkClick"
assetsPath="https://source.unsplash.com/user/wsanter"
:assetsPath="`https://api.dicebear.com/9.x/micah/svg?seed=${Math.random()}&scale=50`"
:height="200"
:width="200"
/>
Expand Down
1 change: 1 addition & 0 deletions packages/vue3-lottie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,6 @@ A big thank you goes to [@reslear](https://github.com/reslear) for adding Typesc
- [@Mini-ghost](https://github.com/Mini-ghost) - PR[#525](https://github.com/megasanjay/vue3-lottie/pull/525) - Reduce bundle size by swapping `lodash-es` for `klona` and `fast-deep-equal`
- [@Mini-ghost](https://github.com/Mini-ghost) - PR[#526](https://github.com/megasanjay/vue3-lottie/pull/526) - Improve rendering performance
- [@Mini-ghost](https://github.com/Mini-ghost) - PR[#527](https://github.com/megasanjay/vue3-lottie/pull/527) - Fix lottie renders in `suspense` components
- [@brandondv](https://github.com/brandondv) - PR[#560](https://github.com/megasanjay/vue3-lottie/pull/560) - Updating typing of `playSegments` method

![forthebadge](https://forthebadge.shorty.systems/images/badges/made-with-vue.svg) ![forthebadge](https://forthebadge.shorty.systems/images/badges/built-with-love.svg)
4 changes: 2 additions & 2 deletions packages/vue3-lottie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-lottie",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",
"author": "Sanjay Soundarajan <info@sanjaysoundarajan.dev> (https://sanjaysoundarajan.dev)",
"type": "module",
Expand Down Expand Up @@ -52,7 +52,7 @@
"vite-plugin-css-injected-by-js": "^3.1.1",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-vue-type-imports": "^0.2.4",
"vue": "3.4.34",
"vue": "3.4.38",
"vue-tsc": "0.40.13",
"vue-typegen": "0.2.0"
},
Expand Down
Loading

0 comments on commit 0347d9f

Please sign in to comment.