diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d8c5c..d77aaea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0-next.11](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.10...v5.1.0-next.11) (2024-03-17) + + +### fix + +* **builders:** patch provide to function correctly ([e1b128f](https://github.com/koordinates/xstate-tree/commit/e1b128f329f1e88d027ca99f949feb135858a276)) + # [5.1.0-next.10](https://github.com/koordinates/xstate-tree/compare/v5.1.0-next.9...v5.1.0-next.10) (2024-03-05) diff --git a/package-lock.json b/package-lock.json index 3368c6a..ebaf783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@koordinates/xstate-tree", - "version": "5.1.0-next.10", + "version": "5.1.0-next.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@koordinates/xstate-tree", - "version": "5.1.0-next.10", + "version": "5.1.0-next.11", "license": "MIT", "dependencies": { "fast-memoize": "^2.5.2", diff --git a/package.json b/package.json index ba4d8aa..834da6d 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.10", + "version": "5.1.0-next.11", "license": "MIT", "description": "Build UIs with Actors using xstate and React", "keywords": [