Skip to content

Commit

Permalink
[ci] release (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 23, 2023
1 parent fc4806e commit 987fc5a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-months-sing.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lit-robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 987fc5a

Please sign in to comment.