Skip to content

Commit

Permalink
chore: 🤖 update versions (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lottiefiles-bot and github-actions[bot] committed Nov 27, 2023
1 parent a8e9a62 commit 4ca286e
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-needles-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-mice-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-queens-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-islands-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-mirrors-cross.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/relottie-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lottiefiles/relottie-cli

## 1.3.1

### Patch Changes

- Updated dependencies [a8e9a62]
- Updated dependencies [a8e9a62]
- @lottiefiles/relottie@1.3.1

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

## 1.3.1

### Patch Changes

- a8e9a62: feat: do not duplicate log messages with the vfile.messages and remove the unnecessary "warningMessage"
option
- a8e9a62: feat: rename export relottie-parse's FileData type into ParseFileData
- a8e9a62: feat: add position and sourceId info when adding a vfile message

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

## 1.3.1

### Patch Changes

- a8e9a62: feat: rename export FileData type into StringifyFileData

## 1.3.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.3.0",
"version": "1.3.1",
"type": "module",
"description": "relottie plugin to add support for serializing LAST",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/relottie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lottiefiles/relottie

## 1.3.1

### Patch Changes

- a8e9a62: feat: FileData extends StringifyFileData type
- a8e9a62: feat: rename export relottie-parse's FileData type into ParseFileData
- Updated dependencies [a8e9a62]
- Updated dependencies [a8e9a62]
- Updated dependencies [a8e9a62]
- Updated dependencies [a8e9a62]
- @lottiefiles/relottie-parse@1.3.1
- @lottiefiles/relottie-stringify@1.3.1

## 1.3.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.3.0",
"version": "1.3.1",
"type": "module",
"description": "unified processor with support for parsing Lottie input and serializing Lottie as output",
"repository": {
Expand Down

0 comments on commit 4ca286e

Please sign in to comment.