Skip to content

Commit

Permalink
[ci] release (#222)
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 Nov 20, 2024
1 parent cc17481 commit 2b92e9b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-pandas-grab.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.0.1

### Patch Changes

- cc17481: Add debug to package exports

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"description": "A functional, immutable Finite State Machine library",
"main": "dist/machine.js",
"types": "./index.d.ts",
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": "^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": {
Expand Down

0 comments on commit 2b92e9b

Please sign in to comment.