diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b01ab..014ff99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0-next.8](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.7...v5.1.0-next.8) (2024-02-14) + + +### feat + +* **xstate-tree:** allow supplying input with buildRootComponent ([9a17ecc](https://github.com/koordinates/xstate-tree/commit/9a17ecc92232a76c548aa76295a1f42f1270bc09)) + # [5.1.0-next.7](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.6...v5.1.0-next.7) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index d679eab..7b9f728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@koordinates/xstate-tree", - "version": "5.1.0-next.7", + "version": "5.1.0-next.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@koordinates/xstate-tree", - "version": "5.1.0-next.7", + "version": "5.1.0-next.8", "license": "MIT", "dependencies": { "fast-memoize": "^2.5.2", diff --git a/package.json b/package.json index eaffff0..e2e5f59 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@koordinates/xstate-tree", "main": "lib/index.js", "types": "lib/xstate-tree.d.ts", - "version": "5.1.0-next.7", + "version": "5.1.0-next.8", "license": "MIT", "description": "Build UIs with Actors using xstate and React", "keywords": [