Skip to content

Commit

Permalink
chore: 🤖 update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2023
1 parent 4a54598 commit 7247da7
Show file tree
Hide file tree
Showing 16 changed files with 262 additions and 111 deletions.
6 changes: 0 additions & 6 deletions .changeset/hungry-feet-repair.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lucky-rivers-float.md

This file was deleted.

86 changes: 0 additions & 86 deletions .changeset/sixty-candles-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-knives-wave.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/last-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lottiefiles/last-builder

## 1.2.0

### Patch Changes

- 4a54598: chore: bump lottie-types to v1.4.0
- Updated dependencies [4a54598]
- Updated dependencies [4a54598]
- Updated dependencies [4a54598]
- @lottiefiles/last@1.2.0

## 1.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/last-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/last-builder",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"description": "Composable functions to easily build last structures",
"repository": {
Expand Down
106 changes: 106 additions & 0 deletions packages/last/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,111 @@
# @lottiefiles/last

## 1.2.0

### Minor Changes

- 4a54598: feat: find unique titles for string and number constant nodes: blendMode, composite, fillRule, lineCap,
lineJoin, shapeDirection, trimMultipleShapes, matteMode & maskMode
- 4a54598: - feat(titles): add constant blendMode titles

- feat(titles): add keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle prefixes to xAxisValue & yAxisValue

- feat(titles): add bezier prefix to inTangents, outTangents and vertices

- feat(titles): add keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle, shapeKeyframe to inTangent and outTangent

- feat(titles): add text- prefix to fillBrightness, fillColor, fillHue, fillOpacity, fillSaturation

- feat(titles): add shapeFillOpacity, shapeGradientFillOpacity, shapeGradientStrokeOpacity, layerStyleOpacity,
shapeStrokeOpacity prefixes to opacity

- feat(titles): add audio prefix to level

- feat(titles): add text prefix to maxAmount, maxEase, minEase

- feat(titles): add shapeTrim prefix to offset

- feat(titles): add layerTransform, shapeTransform, transformRepeater, textStyle prefix to orientation

- feat(titles): add shapeRectangleSize,layerStyleStrokeSize prefixes to size

- feat(titles): rename valueOutTangent to positionKeyframeOutTangents

- feat(titles): rename valueInTangent to positionKeyframeInTangents

- feat(titles): add layerTransform, shapeTransform, transformRepeater, textStyle prefixes to skew & skewAxis

- feat(titles): add layerTransforms, shapeTransforms, transformRepeaters, textStyles prefixes to scale

- feat(titles): add shapePolygon & shapeStar prefixes to outerRoundness & outerRadius

- feat(titles): add shapeGradientFill, shapeGradientStroke prefixes to startPoint & endPoint

- feat(titles): add assetImage, assetPrecomposition, assetDataSource, assetFile prefixes to id

- feat(titles): rename blur to textBlur

- feat(titles): rename center to shapeTrimCenter

- feat(titles): add shapePolygon, shapeStar, shapeZigZags prefixes to points

- feat(titles): rename multiple to trimMultipleShapes

- feat(titles): rename closed to bezierClosed

- feat: add time titles for keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle, shapeKeyframe

- fix: effectIgnoredValue.v title and placement

- fix: numberOfProperties parent titles

- fix: rename effectList numberOfProperties title to effectPropertyCount

- refactor: remove unused ind titles for effectList and effectParams

- feat: rename effectValueAngle, effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer,
effectValuePoint, effectValueSlider to effectParamAngle, effectParamCheckbox, effectParamColor, effectParamDropdown,
effectParamLayer, effectParamPoint, effectParamSlider

- feat: rename effectParameters to effectParamList

- feat: add effectPropertyCount title

- feat(titles): rename effectValueAngleValue, effectValueCheckboxValue, effectValueColorValue,
effectValueDropdownValue, effectValueLayerValue, effectValuePointValue, effectValueSliderValue to effectValueAngle,
effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer, effectValuePoint, effectValueSlider

- feat: remove unused OT.effect title

- feat(titles): replace textTypeCaps with textCaps, textCapsRegular, textCapsAll, textCapsSmall

- feat(titles): add textBasedCharacters, textBasedCharacterExcludingSpaces, textBasedWords, textBasedLines

- feat(titles): replace textTypeGrouping with textGrouping, textGroupingCharacters, textGroupingWords,
textGroupingLine, textGroupingAll

- feat(titles): replace textTypeJustify with textJustityLeft, textJustityRight, textJustityCenter,
textJustityWithLastLineLeft, textJustityWithLastLineRight, textJustityWithLastLineCenter,
textJustityWithLastLineFull

- feat(titles): replace textTypeShape with textShape, textShapeSquare, textShapeRampUp, textShapeRampDown,
textShapeTriangle, textShapeRound, textShapeSmooth

- feat(titles): replace textType with fontPathOrigin, fontPathOriginLocal, fontPathOriginCssUrl,
fontPathOriginScriptUrl, fontPathOriginFonturl

- feat(titles): replace textTypeVerticalJustify with textVerticalJustify, textVerticalJustifyTop,
textVerticalJustifyCenter, textVerticalJustifyBottom

- feat(titles): detect & add rangeUnitsPercent & rangeUnitsIndex

### Patch Changes

- 4a54598: chore: bump lottie-types to v1.4.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/last/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/last",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"description": "Type definitions for Lottie Abstract Syntax Tree (LAST)",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/relottie-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lottiefiles/relottie-cli

## 1.2.0

### Patch Changes

- @lottiefiles/relottie@1.2.0

## 1.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/relottie-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/relottie-cli",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"description": "Command line interface to inspect and change Lottie files with relottie",
"repository": {
Expand Down
112 changes: 112 additions & 0 deletions packages/relottie-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,117 @@
# @lottiefiles/relottie-parse

## 1.2.0

### Minor Changes

- 4a54598: feat: find unique titles for string and number constant nodes: blendMode, composite, fillRule, lineCap,
lineJoin, shapeDirection, trimMultipleShapes, matteMode & maskMode
- 4a54598: - feat(titles): add constant blendMode titles

- feat(titles): add keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle prefixes to xAxisValue & yAxisValue

- feat(titles): add bezier prefix to inTangents, outTangents and vertices

- feat(titles): add keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle, shapeKeyframe to inTangent and outTangent

- feat(titles): add text- prefix to fillBrightness, fillColor, fillHue, fillOpacity, fillSaturation

- feat(titles): add shapeFillOpacity, shapeGradientFillOpacity, shapeGradientStrokeOpacity, layerStyleOpacity,
shapeStrokeOpacity prefixes to opacity

- feat(titles): add audio prefix to level

- feat(titles): add text prefix to maxAmount, maxEase, minEase

- feat(titles): add shapeTrim prefix to offset

- feat(titles): add layerTransform, shapeTransform, transformRepeater, textStyle prefix to orientation

- feat(titles): add shapeRectangleSize,layerStyleStrokeSize prefixes to size

- feat(titles): rename valueOutTangent to positionKeyframeOutTangents

- feat(titles): rename valueInTangent to positionKeyframeInTangents

- feat(titles): add layerTransform, shapeTransform, transformRepeater, textStyle prefixes to skew & skewAxis

- feat(titles): add layerTransforms, shapeTransforms, transformRepeaters, textStyles prefixes to scale

- feat(titles): add shapePolygon & shapeStar prefixes to outerRoundness & outerRadius

- feat(titles): add shapeGradientFill, shapeGradientStroke prefixes to startPoint & endPoint

- feat(titles): add assetImage, assetPrecomposition, assetDataSource, assetFile prefixes to id

- feat(titles): rename blur to textBlur

- feat(titles): rename center to shapeTrimCenter

- feat(titles): add shapePolygon, shapeStar, shapeZigZags prefixes to points

- feat(titles): rename multiple to trimMultipleShapes

- feat(titles): rename closed to bezierClosed

- feat: add time titles for keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle, shapeKeyframe

- fix: effectIgnoredValue.v title and placement

- fix: numberOfProperties parent titles

- fix: rename effectList numberOfProperties title to effectPropertyCount

- refactor: remove unused ind titles for effectList and effectParams

- feat: rename effectValueAngle, effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer,
effectValuePoint, effectValueSlider to effectParamAngle, effectParamCheckbox, effectParamColor, effectParamDropdown,
effectParamLayer, effectParamPoint, effectParamSlider

- feat: rename effectParameters to effectParamList

- feat: add effectPropertyCount title

- feat(titles): rename effectValueAngleValue, effectValueCheckboxValue, effectValueColorValue,
effectValueDropdownValue, effectValueLayerValue, effectValuePointValue, effectValueSliderValue to effectValueAngle,
effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer, effectValuePoint, effectValueSlider

- feat: remove unused OT.effect title

- feat(titles): replace textTypeCaps with textCaps, textCapsRegular, textCapsAll, textCapsSmall

- feat(titles): add textBasedCharacters, textBasedCharacterExcludingSpaces, textBasedWords, textBasedLines

- feat(titles): replace textTypeGrouping with textGrouping, textGroupingCharacters, textGroupingWords,
textGroupingLine, textGroupingAll

- feat(titles): replace textTypeJustify with textJustityLeft, textJustityRight, textJustityCenter,
textJustityWithLastLineLeft, textJustityWithLastLineRight, textJustityWithLastLineCenter,
textJustityWithLastLineFull

- feat(titles): replace textTypeShape with textShape, textShapeSquare, textShapeRampUp, textShapeRampDown,
textShapeTriangle, textShapeRound, textShapeSmooth

- feat(titles): replace textType with fontPathOrigin, fontPathOriginLocal, fontPathOriginCssUrl,
fontPathOriginScriptUrl, fontPathOriginFonturl

- feat(titles): replace textTypeVerticalJustify with textVerticalJustify, textVerticalJustifyTop,
textVerticalJustifyCenter, textVerticalJustifyBottom

- feat(titles): detect & add rangeUnitsPercent & rangeUnitsIndex

### Patch Changes

- 4a54598: chore: bump lottie-types to v1.4.0
- 4a54598: feat: improve Momoa primitive types
- Updated dependencies [4a54598]
- Updated dependencies [4a54598]
- Updated dependencies [4a54598]
- @lottiefiles/last@1.2.0
- @lottiefiles/last-builder@1.2.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/relottie-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/relottie-parse",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"description": "Parse Lottie JSON format to LAST",
"repository": {
Expand Down
Loading

0 comments on commit 7247da7

Please sign in to comment.