diff --git a/README.md b/README.md index eb8f7caa..4829ed26 100644 --- a/README.md +++ b/README.md @@ -142,4 +142,8 @@ A few events are emitted from the component. Look at the [Demos](#demos) for exa - onResume - This event is emitted if you have either `pauseOnHover` or `pauseOnClick` enabled. It will notify if the animation resumes. -[![forthebadge](https://forthebadge.com/images/badges/made-with-vue.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) +## Credits + +- [@krishnaguragain](https://github.com/krishnaguragain) - PR [#217](https://github.com/megasanjay/vue3-marquee/pull/217) - Add the `pause` prop + +[![forthebadge](https://forthebadge.shorty.systems/images/badges/made-with-vue.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.shorty.systems/images/badges/built-with-love.svg)](https://forthebadge.com) diff --git a/docs/package.json b/docs/package.json index 48102c5a..3ee221d8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,6 +20,6 @@ }, "dependencies": { "vue3-lottie": "^3.0.0", - "vue3-marquee": "4.0.0" + "vue3-marquee": "4.1.0" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index b12e51c6..f7b78b69 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -8661,10 +8661,10 @@ vue3-lottie@^3.0.0: lodash-es "^4.17.21" lottie-web "5.12.2" -vue3-marquee@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/vue3-marquee/-/vue3-marquee-4.0.0.tgz#137002148db3d81eead68e989fd4fcf37e9421b6" - integrity sha512-/CPyAi0TQM2Cdcf8PBT/A7uXRVHHncN3MyKRcFBqkj5ph2tlVk08D5K6fyY2S5tYscgLJc3ma2vhPTrrkZih1A== +vue3-marquee@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/vue3-marquee/-/vue3-marquee-4.1.0.tgz#145baa65dd40059358e4079d51ab596c2ccf1299" + integrity sha512-AkvpNC6+7CwvIBgiAr8qMs1XvhGhfSS2ahlMEp80YXAmDOP8nDdn/smQ6eWtusf+hLX21yTaSOoKGcill4bCRg== vue@^3.3.4: version "3.3.4" diff --git a/packages/vue3-marquee/README.md b/packages/vue3-marquee/README.md index eb8f7caa..4829ed26 100644 --- a/packages/vue3-marquee/README.md +++ b/packages/vue3-marquee/README.md @@ -142,4 +142,8 @@ A few events are emitted from the component. Look at the [Demos](#demos) for exa - onResume - This event is emitted if you have either `pauseOnHover` or `pauseOnClick` enabled. It will notify if the animation resumes. -[![forthebadge](https://forthebadge.com/images/badges/made-with-vue.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) +## Credits + +- [@krishnaguragain](https://github.com/krishnaguragain) - PR [#217](https://github.com/megasanjay/vue3-marquee/pull/217) - Add the `pause` prop + +[![forthebadge](https://forthebadge.shorty.systems/images/badges/made-with-vue.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.shorty.systems/images/badges/built-with-love.svg)](https://forthebadge.com)