Skip to content

Commit f97e237

Browse files
chore: update versions
1 parent 601b721 commit f97e237

7 files changed

Lines changed: 25 additions & 10 deletions

File tree

.changeset/fifty-suns-leave.md

Lines changed: 0 additions & 7 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.15.2
4+
5+
### Patch Changes
6+
7+
- @lottiefiles/relottie@1.15.2
8+
39
## 1.15.1
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.15.1",
3+
"version": "1.15.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @lottiefiles/relottie-parse
22

3+
## 1.15.2
4+
5+
### Patch Changes
6+
7+
- 601b721: fix: type imports for `@humanwhocodes/momoa@3.3.10``ContainerNode` no longer re-exported from main entry.
8+
Replace with inline `DocumentNode | MemberNode | ElementNode` union, and relax `traverse` visitor parameter types to
9+
match upstream signature.
10+
311
## 1.15.0
412

513
### 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.15.0",
3+
"version": "1.15.2",
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.15.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [601b721]
8+
- @lottiefiles/relottie-parse@1.15.2
9+
- @lottiefiles/relottie-stringify@1.15.0
10+
311
## 1.15.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.15.0",
3+
"version": "1.15.2",
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)