diff --git a/.changeset/famous-pandas-grab.md b/.changeset/famous-pandas-grab.md deleted file mode 100644 index 13cc6351..00000000 --- a/.changeset/famous-pandas-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"robot3": patch ---- - -Add debug to package exports diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f8bc7217..667c8152 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # robot3 +## 1.0.1 + +### Patch Changes + +- cc17481: Add debug to package exports + ## 1.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index 381c1e16..f98f2fca 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "robot3", - "version": "1.0.0", + "version": "1.0.1", "description": "A functional, immutable Finite State Machine library", "main": "dist/machine.js", "types": "./index.d.ts", diff --git a/packages/lit-robot/package.json b/packages/lit-robot/package.json index fdbda411..2efe5fa6 100644 --- a/packages/lit-robot/package.json +++ b/packages/lit-robot/package.json @@ -28,11 +28,11 @@ "homepage": "https://github.com/matthewp/lit-robot#readme", "peerDependencies": { "lit": "^3.1.3", - "robot3": "^1.0.0" + "robot3": "^1.0.1" }, "devDependencies": { "lit": "^3.1.3", - "robot3": "1.0.0" + "robot3": "1.0.1" }, "wireit": { "test": {