diff --git a/.changeset/tall-horses-train.md b/.changeset/tall-horses-train.md new file mode 100644 index 00000000..38e0050a --- /dev/null +++ b/.changeset/tall-horses-train.md @@ -0,0 +1,5 @@ +--- +'@dotlottie/common': patch +--- + +fix: 🐛 deepClone to prevent lottie-web mutating lottie json obj #282 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f1219dd..56ba27dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,6 +62,7 @@ jobs: uses: actions/checkout@v2 with: token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} + fetch-depth: 0 - name: ⎔ Setup pnpm@v8 uses: pnpm/action-setup@v2