Skip to content

Commit 82c9fc2

Browse files
[ci] release (#245)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 950b6fa commit 82c9fc2

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.changeset/odd-fans-cough.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/soft-swans-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# robot3
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 0cf6366: '/logging' is now exported, so you can import it in your dev environment to log state changes.
8+
9+
```ts
10+
import 'robot3/logging';
11+
12+
import {...} from 'robot3';
13+
```
14+
15+
### Patch Changes
16+
17+
- 950b6fa: Fix syntax error in state function type definition that caused TypeScript compilation failures. The previous change had a missing space in a conditional type expression, breaking type inference for state transitions.
18+
319
## 1.1.1
420

521
### Patch Changes

packages/core/package.json

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

packages/lit-robot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"lit": "^3.1.3",
35-
"robot3": "1.1.1"
35+
"robot3": "1.2.0"
3636
},
3737
"wireit": {
3838
"test": {

0 commit comments

Comments
 (0)