Skip to content

Commit 8aabe0b

Browse files
[ci] release (#225)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9fbdbcb commit 8aabe0b

File tree

7 files changed

+22
-17
lines changed

7 files changed

+22
-17
lines changed

Diff for: .changeset/hungry-planes-brush.md

-6
This file was deleted.

Diff for: .changeset/tender-humans-brush.md

-5
This file was deleted.

Diff for: packages/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# robot3
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 9fbdbcb: Set the most deeply nested current service to current
8+
- 0409089: Documentation for advanced use of 'invoke()'
9+
310
## 1.0.1
411

512
### Patch Changes

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robot3",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A functional, immutable Finite State Machine library",
55
"main": "dist/machine.js",
66
"types": "./index.d.ts",

Diff for: packages/lit-robot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"homepage": "https://github.com/matthewp/lit-robot#readme",
2929
"peerDependencies": {
3030
"lit": "^3.1.3",
31-
"robot3": "^1.0.1"
31+
"robot3": "^1.0.2"
3232
},
3333
"devDependencies": {
3434
"lit": "^3.1.3",
35-
"robot3": "1.0.1"
35+
"robot3": "1.0.2"
3636
},
3737
"wireit": {
3838
"test": {

Diff for: packages/robot-hooks/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# robot-hooks
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 9fbdbcb: Set the most deeply nested current service to current
8+
- Updated dependencies [9fbdbcb]
9+
- Updated dependencies [0409089]
10+
11+
312
## 1.0.0
413

514
### Patch Changes

Diff for: packages/robot-hooks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robot-hooks",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Hooks for use with Robot finite state machines",
55
"main": "dist/machine.js",
66
"module": "machine.js",
@@ -25,10 +25,10 @@
2525
},
2626
"homepage": "https://github.com/matthewp/robot-hooks#readme",
2727
"peerDependencies": {
28-
"robot3": "^1.0.0"
28+
"robot3": "^1.0.2"
2929
},
3030
"devDependencies": {
31-
"robot3": "^1.0.0",
31+
"robot3": "^1.0.2",
3232
"haunted": "^5.0.0"
3333
},
3434
"wireit": {

0 commit comments

Comments
 (0)