Skip to content

Commit

Permalink
[ci] release (#239)
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] authored Feb 5, 2025
1 parent 1d6179a commit a17a3c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-balloons-confess.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

## 1.1.1

### Patch Changes

- 1d6179a: Fixes types for the state() function.

## 1.1.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": "1.1.0",
"version": "1.1.1",
"description": "A functional, immutable Finite State Machine library",
"main": "dist/machine.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"lit": "^3.1.3",
"robot3": "1.1.0"
"robot3": "1.1.1"
},
"wireit": {
"test": {
Expand Down

0 comments on commit a17a3c3

Please sign in to comment.