Skip to content

Commit 98b39b6

Browse files
chore: update versions (#154)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77768ef commit 98b39b6

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/soft-buttons-protect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/relottie-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lottiefiles/relottie-cli
22

3+
## 1.14.0
4+
5+
### Patch Changes
6+
7+
- @lottiefiles/relottie@1.14.0
8+
39
## 1.13.0
410

511
### Patch Changes

packages/relottie-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lottiefiles/relottie-cli",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"type": "module",
55
"description": "Command line interface to inspect and change Lottie files with relottie",
66
"repository": {

packages/relottie-parse/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lottiefiles/relottie-parse
22

3+
## 1.14.0
4+
5+
### Minor Changes
6+
7+
- 77768ef: fix(slots): titles detection
8+
39
## 1.13.0
410

511
### Minor Changes

packages/relottie-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lottiefiles/relottie-parse",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"type": "module",
55
"description": "Parse Lottie JSON format to LAST",
66
"repository": {

packages/relottie/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @lottiefiles/relottie
22

3+
## 1.14.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [77768ef]
8+
- @lottiefiles/relottie-parse@1.14.0
9+
- @lottiefiles/relottie-stringify@1.13.0
10+
311
## 1.13.0
412

513
### Patch Changes

packages/relottie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lottiefiles/relottie",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"type": "module",
55
"description": "unified processor with support for parsing Lottie input and serializing Lottie as output",
66
"repository": {

0 commit comments

Comments
 (0)