diff --git a/.changeset/spotty-forks-battle.md b/.changeset/spotty-forks-battle.md deleted file mode 100644 index 731a8ae3..00000000 --- a/.changeset/spotty-forks-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lottiefiles/dotlottie-web': patch ---- - -fix: 🐛 load animation url with response content-type of text/plain diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 568b129f..b01812c2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # @lottiefiles/dotlottie-react +## 0.2.4 + +### Patch Changes + +- Updated dependencies [09116cb] + - @lottiefiles/dotlottie-web@0.12.4 + ## 0.2.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index a309ef9b..464c39e5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-react", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "description": "React wrapper around the dotlottie-web library", "repository": { diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index bb491cae..fccfb71b 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @lottiefiles/dotlottie-vue +## 0.1.5 + +### Patch Changes + +- Updated dependencies [09116cb] + - @lottiefiles/dotlottie-web@0.12.4 + ## 0.1.4 ### Patch Changes diff --git a/packages/vue/package.json b/packages/vue/package.json index 1dd5ad5e..1c958189 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-vue", - "version": "0.1.4", + "version": "0.1.5", "type": "module", "description": "Vue wrapper around the dotlottie-web library", "repository": { diff --git a/packages/wc/CHANGELOG.md b/packages/wc/CHANGELOG.md index f85ab79a..77535020 100644 --- a/packages/wc/CHANGELOG.md +++ b/packages/wc/CHANGELOG.md @@ -1,5 +1,12 @@ # @lottiefiles/dotlottie-wc +## 0.0.8 + +### Patch Changes + +- Updated dependencies [09116cb] + - @lottiefiles/dotlottie-web@0.12.4 + ## 0.0.7 ### Patch Changes diff --git a/packages/wc/package.json b/packages/wc/package.json index b104875e..d88990a2 100644 --- a/packages/wc/package.json +++ b/packages/wc/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-wc", - "version": "0.0.7", + "version": "0.0.8", "type": "module", "description": "Web component wrapper around the dotlottie-web library", "repository": { diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index b1c97c98..fad8aed9 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,11 @@ # @lottiefiles/dotlottie-web +## 0.12.4 + +### Patch Changes + +- 09116cb: fix: 🐛 load animation url with response content-type of text/plain + ## 0.12.3 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index 2ad3b3be..ded6da30 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/dotlottie-web", - "version": "0.12.3", + "version": "0.12.4", "type": "module", "description": "Lottie and DotLottie player for the web", "repository": {