diff --git a/.changeset/short-months-sing.md b/.changeset/short-months-sing.md deleted file mode 100644 index 98400100..00000000 --- a/.changeset/short-months-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"robot3": patch ---- - -Adding an export property to the core package.json for 'import' so that destructured imports work, in addition to the default imports handled by the 'default' property diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ce9f9c23..e30f2426 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # robot3 +## 0.4.1 + +### Patch Changes + +- fc4806e: Adding an export property to the core package.json for 'import' so that destructured imports work, in addition to the default imports handled by the 'default' property + ## 0.4.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 618ca6d6..1f0a1baf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "robot3", - "version": "0.4.0", + "version": "0.4.1", "description": "A functional, immutable Finite State Machine library", "main": "dist/machine.js", "exports": { diff --git a/packages/lit-robot/package.json b/packages/lit-robot/package.json index c55e9a13..045967f4 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": "^2.6.1", - "robot3": "^0.4.0" + "robot3": "^0.4.1" }, "devDependencies": { "lit": "^2.6.1", - "robot3": "0.4.0" + "robot3": "0.4.1" }, "wireit": { "test": {