diff --git a/.changeset/fluffy-phones-serve.md b/.changeset/fluffy-phones-serve.md deleted file mode 100644 index 2b4b6e73..00000000 --- a/.changeset/fluffy-phones-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lottiefiles/relottie-parse': minor ---- - -fix(blend-mode): include missing Add & HardMix consts diff --git a/.changeset/rich-beers-attend.md b/.changeset/rich-beers-attend.md deleted file mode 100644 index b542e1a3..00000000 --- a/.changeset/rich-beers-attend.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@lottiefiles/relottie-extract-features': minor -'@lottiefiles/relottie-stringify': minor -'@lottiefiles/relottie-parse': minor -'@lottiefiles/last-builder': minor -'@lottiefiles/last': minor ---- - -chore: bump lottie-types pkg to v1.2.0 diff --git a/packages/last-builder/CHANGELOG.md b/packages/last-builder/CHANGELOG.md index be55a0c6..37729de6 100644 --- a/packages/last-builder/CHANGELOG.md +++ b/packages/last-builder/CHANGELOG.md @@ -1,5 +1,16 @@ # @lottiefiles/last-builder +## 1.8.0 + +### Minor Changes + +- b6b912c: chore: bump lottie-types pkg to v1.2.0 + +### Patch Changes + +- Updated dependencies [b6b912c] + - @lottiefiles/last@1.8.0 + ## 1.5.0 ### Minor Changes diff --git a/packages/last-builder/package.json b/packages/last-builder/package.json index 4e4eed2e..e747ab9d 100644 --- a/packages/last-builder/package.json +++ b/packages/last-builder/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/last-builder", - "version": "1.5.0", + "version": "1.8.0", "type": "module", "description": "Composable functions to easily build last structures", "repository": { diff --git a/packages/last/CHANGELOG.md b/packages/last/CHANGELOG.md index bd6beb87..95a82071 100644 --- a/packages/last/CHANGELOG.md +++ b/packages/last/CHANGELOG.md @@ -1,5 +1,11 @@ # @lottiefiles/last +## 1.8.0 + +### Minor Changes + +- b6b912c: chore: bump lottie-types pkg to v1.2.0 + ## 1.5.0 ### Minor Changes diff --git a/packages/last/package.json b/packages/last/package.json index ecb1090d..0a40a79f 100644 --- a/packages/last/package.json +++ b/packages/last/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/last", - "version": "1.5.0", + "version": "1.8.0", "type": "module", "description": "Type definitions for Lottie Abstract Syntax Tree (LAST)", "repository": { diff --git a/packages/relottie-cli/CHANGELOG.md b/packages/relottie-cli/CHANGELOG.md index dd623f09..24aab78d 100644 --- a/packages/relottie-cli/CHANGELOG.md +++ b/packages/relottie-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @lottiefiles/relottie-cli +## 1.8.0 + +### Patch Changes + +- @lottiefiles/relottie@1.8.0 + ## 1.5.0 ### Patch Changes diff --git a/packages/relottie-cli/package.json b/packages/relottie-cli/package.json index 0cb602d3..9051f650 100644 --- a/packages/relottie-cli/package.json +++ b/packages/relottie-cli/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/relottie-cli", - "version": "1.5.0", + "version": "1.8.0", "type": "module", "description": "Command line interface to inspect and change Lottie files with relottie", "repository": { diff --git a/packages/relottie-extract-features/CHANGELOG.md b/packages/relottie-extract-features/CHANGELOG.md index 7ef3422a..f525f48e 100644 --- a/packages/relottie-extract-features/CHANGELOG.md +++ b/packages/relottie-extract-features/CHANGELOG.md @@ -1,5 +1,16 @@ # @lottiefiles/relottie-extract-features +## 1.8.0 + +### Minor Changes + +- b6b912c: chore: bump lottie-types pkg to v1.2.0 + +### Patch Changes + +- Updated dependencies [b6b912c] + - @lottiefiles/last@1.8.0 + ## 1.7.0 ### Minor Changes diff --git a/packages/relottie-extract-features/package.json b/packages/relottie-extract-features/package.json index 9007ab78..059e949d 100644 --- a/packages/relottie-extract-features/package.json +++ b/packages/relottie-extract-features/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/relottie-extract-features", - "version": "1.7.0", + "version": "1.8.0", "type": "module", "description": "relottie plugin to extract Lottie features", "repository": { diff --git a/packages/relottie-parse/CHANGELOG.md b/packages/relottie-parse/CHANGELOG.md index 904cdf2b..d4171fa7 100644 --- a/packages/relottie-parse/CHANGELOG.md +++ b/packages/relottie-parse/CHANGELOG.md @@ -1,5 +1,18 @@ # @lottiefiles/relottie-parse +## 1.8.0 + +### Minor Changes + +- b6b912c: fix(blend-mode): include missing Add & HardMix consts +- b6b912c: chore: bump lottie-types pkg to v1.2.0 + +### Patch Changes + +- Updated dependencies [b6b912c] + - @lottiefiles/last-builder@1.8.0 + - @lottiefiles/last@1.8.0 + ## 1.5.0 ### Minor Changes diff --git a/packages/relottie-parse/package.json b/packages/relottie-parse/package.json index da0e1525..2eae6715 100644 --- a/packages/relottie-parse/package.json +++ b/packages/relottie-parse/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/relottie-parse", - "version": "1.5.0", + "version": "1.8.0", "type": "module", "description": "Parse Lottie JSON format to LAST", "repository": { diff --git a/packages/relottie-stringify/CHANGELOG.md b/packages/relottie-stringify/CHANGELOG.md index 6fc6f7cc..354206fc 100644 --- a/packages/relottie-stringify/CHANGELOG.md +++ b/packages/relottie-stringify/CHANGELOG.md @@ -1,5 +1,16 @@ # @lottiefiles/relottie-stringify +## 1.8.0 + +### Minor Changes + +- b6b912c: chore: bump lottie-types pkg to v1.2.0 + +### Patch Changes + +- Updated dependencies [b6b912c] + - @lottiefiles/last@1.8.0 + ## 1.5.0 ### Minor Changes diff --git a/packages/relottie-stringify/package.json b/packages/relottie-stringify/package.json index cf99d9d2..b0b527da 100644 --- a/packages/relottie-stringify/package.json +++ b/packages/relottie-stringify/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/relottie-stringify", - "version": "1.5.0", + "version": "1.8.0", "type": "module", "description": "relottie plugin to add support for serializing LAST", "repository": { diff --git a/packages/relottie/CHANGELOG.md b/packages/relottie/CHANGELOG.md index e9344b01..a0d6a4b9 100644 --- a/packages/relottie/CHANGELOG.md +++ b/packages/relottie/CHANGELOG.md @@ -1,5 +1,15 @@ # @lottiefiles/relottie +## 1.8.0 + +### Patch Changes + +- Updated dependencies [b6b912c] +- Updated dependencies [b6b912c] + - @lottiefiles/relottie-parse@1.8.0 + - @lottiefiles/relottie-stringify@1.8.0 + - @lottiefiles/last@1.8.0 + ## 1.5.0 ### Patch Changes diff --git a/packages/relottie/package.json b/packages/relottie/package.json index 02d1ba79..10b3afe8 100644 --- a/packages/relottie/package.json +++ b/packages/relottie/package.json @@ -1,6 +1,6 @@ { "name": "@lottiefiles/relottie", - "version": "1.5.0", + "version": "1.8.0", "type": "module", "description": "unified processor with support for parsing Lottie input and serializing Lottie as output", "repository": {