Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2023
1 parent 52742ab commit 587f1e5
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-foxes-build.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.0

### Major Changes

- 52742ab: Call onChange callbacks for immediate states too

## 0.4.1

### Patch 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.1",
"version": "1.0.0",
"description": "A functional, immutable Finite State Machine library",
"main": "dist/machine.js",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/haunted-robot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# haunted-robot

## 1.0.0

### Patch Changes

- Updated dependencies [52742ab]
- [email protected]
- [email protected]

## 0.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/haunted-robot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haunted-robot",
"version": "0.3.0",
"version": "1.0.0",
"description": "Haunted hooks for Robot finite state machines",
"main": "machine.js",
"module": "machine.js",
Expand Down Expand Up @@ -28,14 +28,14 @@
"homepage": "https://github.com/matthewp/haunted-robot#readme",
"peerDependencies": {
"haunted": "^5.0.0",
"robot3": "^0.4.0"
"robot3": "^1.0.0"
},
"dependencies": {
"robot-hooks": "^0.4.0"
"robot-hooks": "^1.0.0"
},
"devDependencies": {
"haunted": "^5.0.0",
"robot3": "^0.4.0"
"robot3": "^1.0.0"
},
"wireit": {
"test": {
Expand Down
7 changes: 7 additions & 0 deletions packages/lit-robot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# lit-robot

## 1.0.0

### Patch Changes

- Updated dependencies [52742ab]
- [email protected]

## 0.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/lit-robot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit-robot",
"version": "0.3.0",
"version": "1.0.0",
"description": "LitElement hooks for Robot finite state machines",
"main": "machine.js",
"module": "machine.js",
Expand Down Expand Up @@ -28,11 +28,11 @@
"homepage": "https://github.com/matthewp/lit-robot#readme",
"peerDependencies": {
"lit": "^2.6.1",
"robot3": "^0.4.1"
"robot3": "^1.0.0"
},
"devDependencies": {
"lit": "^2.6.1",
"robot3": "0.4.1"
"robot3": "1.0.0"
},
"wireit": {
"test": {
Expand Down
8 changes: 8 additions & 0 deletions packages/preact-robot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# preact-robot

## 1.0.0

### Patch Changes

- Updated dependencies [52742ab]
- [email protected]
- [email protected]

## 0.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/preact-robot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-robot",
"version": "0.3.0",
"version": "1.0.0",
"description": "Preact hooks for Robot finite state machines",
"main": "dist/machine.js",
"module": "machine.js",
Expand Down Expand Up @@ -34,16 +34,16 @@
"homepage": "https://github.com/matthewp/preact-robot#readme",
"peerDependencies": {
"preact": "^10.11.3",
"robot3": "^0.4.0"
"robot3": "^1.0.0"
},
"dependencies": {
"robot-hooks": "^0.4.0",
"robot-hooks": "^1.0.0",
"rollup": "^2.8.2"
},
"devDependencies": {
"preact": "^10.11.3",
"htm": "^3.1.1",
"robot3": "^0.4.0"
"robot3": "^1.0.0"
},
"wireit": {
"test": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-robot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# react-robot

## 1.0.0

### Patch Changes

- Updated dependencies [52742ab]
- [email protected]
- [email protected]

## 0.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react-robot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-robot",
"version": "0.3.0",
"version": "1.0.0",
"description": "React hooks for Robot finite state machines",
"main": "machine.js",
"module": "machine.js",
Expand Down Expand Up @@ -28,14 +28,14 @@
"homepage": "https://github.com/matthewp/react-robot#readme",
"peerDependencies": {
"react": "^16.9.0 || ^17.0.0 || ^18.2.0",
"robot3": "^0.4.0"
"robot3": "^1.0.0"
},
"dependencies": {
"robot-hooks": "^0.4.0"
"robot-hooks": "^1.0.0"
},
"devDependencies": {
"react-dom": "^18.2.0",
"robot3": "^0.4.0"
"robot3": "^1.0.0"
},
"wireit": {
"test": {
Expand Down
7 changes: 7 additions & 0 deletions packages/robot-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# robot-hooks

## 1.0.0

### Patch Changes

- Updated dependencies [52742ab]
- [email protected]

## 0.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/robot-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robot-hooks",
"version": "0.4.0",
"version": "1.0.0",
"description": "Hooks for use with Robot finite state machines",
"main": "dist/machine.js",
"module": "machine.js",
Expand All @@ -25,10 +25,10 @@
},
"homepage": "https://github.com/matthewp/robot-hooks#readme",
"peerDependencies": {
"robot3": "^0.4.0"
"robot3": "^1.0.0"
},
"devDependencies": {
"robot3": "^0.4.0",
"robot3": "^1.0.0",
"haunted": "^5.0.0"
},
"wireit": {
Expand Down

0 comments on commit 587f1e5

Please sign in to comment.