From 528e1029d09412b4934f5114505441bb738f526f Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Tue, 28 Feb 2023 11:18:40 -0800 Subject: [PATCH] release: prep for v2.5 --- README.md | 1 + packages/vue3-lottie/README.md | 1 + packages/vue3-lottie/package.json | 2 +- pnpm-lock.yaml | 20 +++++++++++++------- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 48495a68..3d322905 100644 --- a/README.md +++ b/README.md @@ -255,5 +255,6 @@ A big thank you goes to [@reslear](https://github.com/reslear) for adding Typesc - [@DamianGlowala](https://github.com/DamianGlowala) - PR [#29](https://github.com/megasanjay/vue3-lottie/pull/29) - Fix `watch` function - [@Doyeon Eum](https://lottiefiles.com/user/283677) - For the hero [image](https://lottiefiles.com/20574-mongryong-hi) in this repo. +- [@Tafel](https://github.com/tafelnl) - PR[#296](https://github.com/megasanjay/vue3-lottie/pull/296) - Update lodash to the tree-shakeable versions ![forthebadge](https://forthebadge.com/images/badges/made-with-vue.svg) ![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg) diff --git a/packages/vue3-lottie/README.md b/packages/vue3-lottie/README.md index 3266d98a..03c4a864 100644 --- a/packages/vue3-lottie/README.md +++ b/packages/vue3-lottie/README.md @@ -251,5 +251,6 @@ A big thank you goes to [@reslear](https://github.com/reslear) for adding Typesc - [@DamianGlowala](https://github.com/DamianGlowala) - PR [#29](https://github.com/megasanjay/vue3-lottie/pull/29) - Fix `watch` function - [@Doyeon Eum](https://lottiefiles.com/user/283677) - For the hero [image](https://lottiefiles.com/20574-mongryong-hi) in this repo. +- [@Tafel](https://github.com/tafelnl) - PR[#296](https://github.com/megasanjay/vue3-lottie/pull/296) - Update lodash to the tree-shakeable versions ![forthebadge](https://forthebadge.com/images/badges/made-with-vue.svg) ![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg) diff --git a/packages/vue3-lottie/package.json b/packages/vue3-lottie/package.json index 48e0ded0..be0298ea 100644 --- a/packages/vue3-lottie/package.json +++ b/packages/vue3-lottie/package.json @@ -1,6 +1,6 @@ { "name": "vue3-lottie", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "author": "Sanjay Soundarajan (https://sanjaysoundarajan.dev)", "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 889477aa..bf84f029 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: 5.4 +lockfileVersion: 5.3 importers: @@ -25,10 +25,10 @@ importers: packages/vue3-lottie: specifiers: '@babel/types': 7.21.2 - '@types/lodash': 4.14.191 + '@types/lodash-es': 4.17.6 '@types/node': 18.11.19 '@vitejs/plugin-vue': 2.3.4 - lodash: ^4.17.21 + lodash-es: ^4.17.21 lottie-web: ^5.8.1 typescript: 4.9.5 vite: 2.9.15 @@ -36,11 +36,11 @@ importers: vue-tsc: 0.40.13 vue-typegen: 0.2.0 dependencies: - lodash: 4.17.21 + lodash-es: 4.17.21 lottie-web: 5.8.1 devDependencies: '@babel/types': 7.21.2 - '@types/lodash': 4.14.191 + '@types/lodash-es': 4.17.6 '@types/node': 18.11.19 '@vitejs/plugin-vue': 2.3.4_vite@2.9.15+vue@3.2.47 typescript: 4.9.5 @@ -95,6 +95,12 @@ packages: fastq: 1.13.0 dev: true + /@types/lodash-es/4.17.6: + resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==} + dependencies: + '@types/lodash': 4.14.191 + dev: true + /@types/lodash/4.14.191: resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} dev: true @@ -550,8 +556,8 @@ packages: graceful-fs: 4.2.9 dev: true - /lodash/4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + /lodash-es/4.17.21: + resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} dev: false /lottie-web/5.8.1: