Skip to content

Commit

Permalink
fix: context type
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Aug 7, 2023
1 parent 7d2751c commit 8d2268b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"shy-laws-taste",
"silent-rabbits-dress",
"tasty-hotels-look",
"tricky-snails-mix",
"warm-ravens-punch"
]
}
5 changes: 5 additions & 0 deletions .changeset/tricky-snails-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dotlottie/dotlottie-js": patch
---

changed context type
6 changes: 6 additions & 0 deletions packages/dotlottie-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dotlottie/dotlottie-js

## 0.4.0-beta.17

### Patch Changes

- changed context type

## 0.4.0-beta.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dotlottie-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotlottie/dotlottie-js",
"version": "0.4.0-beta.16",
"version": "0.4.0-beta.17",
"type": "module",
"description": "This library helps in creating and modifying .lottie files.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dotlottie-js/src/common/dotlottie-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export interface XState {
}

export interface XStateMachineContext {
counter: number;
[key: string]: number;
}

export interface XStateMachineAction {
Expand Down

0 comments on commit 8d2268b

Please sign in to comment.