Skip to content

Commit

Permalink
[ci] release (#207)
Browse files Browse the repository at this point in the history
* [ci] release

* updated package lock

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2024
1 parent 4d1a955 commit f27e4f6
Show file tree
Hide file tree
Showing 14 changed files with 90 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-foxes-build.md

This file was deleted.

54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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",
"types": "./index.d.ts",
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": "^3.1.3",
"robot3": "^0.4.1"
"robot3": "^1.0.0"
},
"devDependencies": {
"lit": "^3.1.3",
"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 @@ -36,16 +36,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 f27e4f6

Please sign in to comment.