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 5901e60 commit e3d8906
Show file tree
Hide file tree
Showing 13 changed files with 76 additions and 40 deletions.
6 changes: 0 additions & 6 deletions .changeset/quiet-masks-grin.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- Updated dependencies [5901e60]
- @lottiefiles/last@1.2.1

## 1.2.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.2.0",
"version": "1.2.1",
"type": "module",
"description": "Composable functions to easily build last structures",
"repository": {
Expand Down
33 changes: 19 additions & 14 deletions packages/last/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lottiefiles/last

## 1.2.1

### Patch Changes

- 5901e60: feat: layer-threedimensional title

## 1.2.0

### Minor Changes
Expand All @@ -8,13 +14,13 @@
lineJoin, shapeDirection, trimMultipleShapes, matteMode & maskMode
- 4a54598: feat(titles): add constant blendMode titles
- 4a54598: feat(titles): add keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle prefixes to xAxisValue & yAxisValue
keyframeBezierHandle prefixes to xAxisValue & yAxisValue
- 4a54598: feat(titles): add bezier prefix to inTangents, outTangents and vertices
- 4a54598: feat(titles): add keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle, shapeKeyframe to inTangent and outTangent
keyframeBezierHandle, shapeKeyframe to inTangent and outTangent
- 4a54598: feat(titles): add text- prefix to fillBrightness, fillColor, fillHue, fillOpacity, fillSaturation
- 4a54598: feat(titles): add shapeFillOpacity, shapeGradientFillOpacity, shapeGradientStrokeOpacity, layerStyleOpacity,
shapeStrokeOpacity prefixes to opacity
shapeStrokeOpacity prefixes to opacity
- 4a54598: feat(titles): add audio prefix to level
- 4a54598: feat(titles): add text prefix to maxAmount, maxEase, minEase
- 4a54598: feat(titles): add shapeTrim prefix to offset
Expand All @@ -33,33 +39,32 @@
- 4a54598: feat(titles): rename multiple to trimMultipleShapes
- 4a54598: feat(titles): rename closed to bezierClosed
- 4a54598: feat: add time titles for keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle, shapeKeyframe
keyframeBezierHandle, shapeKeyframe
- 4a54598: fix: effectIgnoredValue.v title and placement
- 4a54598: fix: numberOfProperties parent titles
- 4a54598: fix: rename effectList numberOfProperties title to effectPropertyCount
- 4a54598: refactor: remove unused ind titles for effectList and effectParams
- 4a54598: feat: rename effectValueAngle, effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer,
effectValuePoint, effectValueSlider to effectParamAngle, effectParamCheckbox, effectParamColor, effectParamDropdown,
effectParamLayer, effectParamPoint, effectParamSlider
effectValuePoint, effectValueSlider to effectParamAngle, effectParamCheckbox, effectParamColor, effectParamDropdown,
effectParamLayer, effectParamPoint, effectParamSlider
- 4a54598: feat: rename effectParameters to effectParamList
- 4a54598: feat: add effectPropertyCount title
- 4a54598: feat(titles): rename effectValueAngleValue, effectValueCheckboxValue, effectValueColorValue,
effectValueDropdownValue, effectValueLayerValue, effectValuePointValue, effectValueSliderValue to effectValueAngle,
effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer, effectValuePoint, effectValueSlider
effectValueDropdownValue, effectValueLayerValue, effectValuePointValue, effectValueSliderValue to effectValueAngle,
effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer, effectValuePoint, effectValueSlider
- 4a54598: feat: remove unused OT.effect title
- 4a54598: feat(titles): replace textTypeCaps with textCaps, textCapsRegular, textCapsAll, textCapsSmall
- 4a54598: feat(titles): add textBasedCharacters, textBasedCharacterExcludingSpaces, textBasedWords, textBasedLines
- 4a54598: feat(titles): replace textTypeGrouping with textGrouping, textGroupingCharacters, textGroupingWords,
textGroupingLine, textGroupingAll
textGroupingLine, textGroupingAll
- 4a54598: feat(titles): replace textTypeJustify with textJustityLeft, textJustityRight, textJustityCenter,
textJustityWithLastLineLeft, textJustityWithLastLineRight, textJustityWithLastLineCenter,
textJustityWithLastLineFull
textJustityWithLastLineLeft, textJustityWithLastLineRight, textJustityWithLastLineCenter, textJustityWithLastLineFull
- 4a54598: feat(titles): replace textTypeShape with textShape, textShapeSquare, textShapeRampUp, textShapeRampDown,
textShapeTriangle, textShapeRound, textShapeSmooth
textShapeTriangle, textShapeRound, textShapeSmooth
- 4a54598: feat(titles): replace textType with fontPathOrigin, fontPathOriginLocal, fontPathOriginCssUrl,
fontPathOriginScriptUrl, fontPathOriginFonturl
fontPathOriginScriptUrl, fontPathOriginFonturl
- 4a54598: feat(titles): replace textTypeVerticalJustify with textVerticalJustify, textVerticalJustifyTop,
textVerticalJustifyCenter, textVerticalJustifyBottom
textVerticalJustifyCenter, textVerticalJustifyBottom
- 4a54598: feat(titles): detect & add rangeUnitsPercent & rangeUnitsIndex

### Patch 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.2.0",
"version": "1.2.1",
"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.1

### Patch Changes

- @lottiefiles/relottie@1.2.1

## 1.2.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.2.0",
"version": "1.2.1",
"type": "module",
"description": "Command line interface to inspect and change Lottie files with relottie",
"repository": {
Expand Down
36 changes: 22 additions & 14 deletions packages/relottie-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lottiefiles/relottie-parse

## 1.2.1

### Patch Changes

- 5901e60: feat: layer-threedimensional title
- Updated dependencies [5901e60]
- @lottiefiles/last@1.2.1
- @lottiefiles/last-builder@1.2.1

## 1.2.0

### Minor Changes
Expand All @@ -8,13 +17,13 @@
lineJoin, shapeDirection, trimMultipleShapes, matteMode & maskMode
- 4a54598: feat(titles): add constant blendMode titles
- 4a54598: feat(titles): add keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle prefixes to xAxisValue & yAxisValue
keyframeBezierHandle prefixes to xAxisValue & yAxisValue
- 4a54598: feat(titles): add bezier prefix to inTangents, outTangents and vertices
- 4a54598: feat(titles): add keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle, shapeKeyframe to inTangent and outTangent
keyframeBezierHandle, shapeKeyframe to inTangent and outTangent
- 4a54598: feat(titles): add text- prefix to fillBrightness, fillColor, fillHue, fillOpacity, fillSaturation
- 4a54598: feat(titles): add shapeFillOpacity, shapeGradientFillOpacity, shapeGradientStrokeOpacity, layerStyleOpacity,
shapeStrokeOpacity prefixes to opacity
shapeStrokeOpacity prefixes to opacity
- 4a54598: feat(titles): add audio prefix to level
- 4a54598: feat(titles): add text prefix to maxAmount, maxEase, minEase
- 4a54598: feat(titles): add shapeTrim prefix to offset
Expand All @@ -33,33 +42,32 @@
- 4a54598: feat(titles): rename multiple to trimMultipleShapes
- 4a54598: feat(titles): rename closed to bezierClosed
- 4a54598: feat: add time titles for keyframe, keyframeList, keyframeValue, positionKeyframe, positionKeyframeList,
keyframeBezierHandle, shapeKeyframe
keyframeBezierHandle, shapeKeyframe
- 4a54598: fix: effectIgnoredValue.v title and placement
- 4a54598: fix: numberOfProperties parent titles
- 4a54598: fix: rename effectList numberOfProperties title to effectPropertyCount
- 4a54598: refactor: remove unused ind titles for effectList and effectParams
- 4a54598: feat: rename effectValueAngle, effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer,
effectValuePoint, effectValueSlider to effectParamAngle, effectParamCheckbox, effectParamColor, effectParamDropdown,
effectParamLayer, effectParamPoint, effectParamSlider
effectValuePoint, effectValueSlider to effectParamAngle, effectParamCheckbox, effectParamColor, effectParamDropdown,
effectParamLayer, effectParamPoint, effectParamSlider
- 4a54598: feat: rename effectParameters to effectParamList
- 4a54598: feat: add effectPropertyCount title
- 4a54598: feat(titles): rename effectValueAngleValue, effectValueCheckboxValue, effectValueColorValue,
effectValueDropdownValue, effectValueLayerValue, effectValuePointValue, effectValueSliderValue to effectValueAngle,
effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer, effectValuePoint, effectValueSlider
effectValueDropdownValue, effectValueLayerValue, effectValuePointValue, effectValueSliderValue to effectValueAngle,
effectValueCheckbox, effectValueColor, effectValueDropdown, effectValueLayer, effectValuePoint, effectValueSlider
- 4a54598: feat: remove unused OT.effect title
- 4a54598: feat(titles): replace textTypeCaps with textCaps, textCapsRegular, textCapsAll, textCapsSmall
- 4a54598: feat(titles): add textBasedCharacters, textBasedCharacterExcludingSpaces, textBasedWords, textBasedLines
- 4a54598: feat(titles): replace textTypeGrouping with textGrouping, textGroupingCharacters, textGroupingWords,
textGroupingLine, textGroupingAll
textGroupingLine, textGroupingAll
- 4a54598: feat(titles): replace textTypeJustify with textJustityLeft, textJustityRight, textJustityCenter,
textJustityWithLastLineLeft, textJustityWithLastLineRight, textJustityWithLastLineCenter,
textJustityWithLastLineFull
textJustityWithLastLineLeft, textJustityWithLastLineRight, textJustityWithLastLineCenter, textJustityWithLastLineFull
- 4a54598: feat(titles): replace textTypeShape with textShape, textShapeSquare, textShapeRampUp, textShapeRampDown,
textShapeTriangle, textShapeRound, textShapeSmooth
textShapeTriangle, textShapeRound, textShapeSmooth
- 4a54598: feat(titles): replace textType with fontPathOrigin, fontPathOriginLocal, fontPathOriginCssUrl,
fontPathOriginScriptUrl, fontPathOriginFonturl
fontPathOriginScriptUrl, fontPathOriginFonturl
- 4a54598: feat(titles): replace textTypeVerticalJustify with textVerticalJustify, textVerticalJustifyTop,
textVerticalJustifyCenter, textVerticalJustifyBottom
textVerticalJustifyCenter, textVerticalJustifyBottom
- 4a54598: feat(titles): detect & add rangeUnitsPercent & rangeUnitsIndex

### Patch 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.2.0",
"version": "1.2.1",
"type": "module",
"description": "Parse Lottie JSON format to LAST",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/relottie-stringify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lottiefiles/relottie-stringify

## 1.2.1

### Patch Changes

- Updated dependencies [5901e60]
- @lottiefiles/last@1.2.1

## 1.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/relottie-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/relottie-stringify",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"description": "relottie plugin to add support for serializing LAST",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/relottie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lottiefiles/relottie

## 1.2.1

### Patch Changes

- Updated dependencies [5901e60]
- @lottiefiles/last@1.2.1
- @lottiefiles/relottie-parse@1.2.1
- @lottiefiles/relottie-stringify@1.2.1

## 1.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/relottie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lottiefiles/relottie",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",
"description": "unified processor with support for parsing Lottie input and serializing Lottie as output",
"repository": {
Expand Down

0 comments on commit e3d8906

Please sign in to comment.