diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2d693..69b41dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,3 @@ -# [5.7.0](https://github.com/koordinates/xstate-tree/compare/v5.6.0...v5.7.0) (2026-09-01) - - -### feat - -* **routing:** accept zod 4 route schemas ([9573278](https://github.com/koordinates/xstate-tree/commit/9573278b695e16bce21377d1e1bf8b91fb8b1832)) -* **routing:** accept zod 4 route schemas ([90a2303](https://github.com/koordinates/xstate-tree/commit/90a2303b923ec78b7ae14eea60053326b4f2e7b2)) - # [5.6.0](https://github.com/koordinates/xstate-tree/compare/v5.5.2...v5.6.0) (2026-08-26) diff --git a/package-lock.json b/package-lock.json index 4a5650d..c193177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@koordinates/xstate-tree", - "version": "5.7.0", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@koordinates/xstate-tree", - "version": "5.7.0", + "version": "5.6.0", "license": "MIT", "dependencies": { "fast-memoize": "^2.5.2", @@ -64,7 +64,7 @@ "@xstate/react": "^4.x", "react": ">= 16.8.0 < 19.0.0", "xstate": "^5.x", - "zod": "^3.x || ^4.x" + "zod": "^3.x" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 1c928d7..8fa63ac 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.7.0", + "version": "5.6.0", "license": "MIT", "description": "Build UIs with Actors using xstate and React", "keywords": [