Skip to content

Commit efebedd

Browse files
chore: version packages (alpha)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 57b8bda commit efebedd

9 files changed

Lines changed: 52 additions & 9 deletions

File tree

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111
"canonical-invite": "0.0.0"
1212
},
1313
"changesets": [
14+
"five-ducks-sleep",
15+
"fresh-jokes-flow",
1416
"goofy-oranges-wish",
1517
"quiet-ligers-fetch",
18+
"shy-kids-grow",
1619
"silent-dragons-exist",
17-
"silent-goats-dance"
20+
"silent-goats-dance",
21+
"slow-readers-create"
1822
]
1923
}

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @intent-framework/core
22

3+
## 0.1.0-alpha.5
4+
5+
### Minor Changes
6+
7+
- 95cb82f: Add public `FlowDiagnosticMeta` type and optional `flow` metadata to `GraphDiagnostic` for future flow-scoped diagnostics.
8+
- b76a1e0: Add `flow-step-not-surfaced` diagnostic to `inspectScreen` for flow steps missing from surfaces.
9+
- 57b8bda: Add `orphaned-flow` diagnostic to `inspectScreen` for flows with no surfaced steps.
10+
11+
`inspectScreen` now reports `severity: "warning"` diagnostics with code `orphaned-flow`
12+
when a flow has one or more steps but none of its steps appear in any surface.
13+
314
## 0.1.0-alpha.4
415

516
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.0-alpha.4",
6+
"version": "0.1.0-alpha.5",
77
"description": "Platformless semantic graph and runtime for Intent applications",
88
"license": "MIT",
99
"repository": {

packages/dom/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @intent-framework/dom
22

3+
## 0.1.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [95cb82f]
8+
- Updated dependencies [b76a1e0]
9+
- Updated dependencies [57b8bda]
10+
- @intent-framework/core@0.1.0-alpha.5
11+
- @intent-framework/router@0.1.0-alpha.5
12+
313
## 0.1.0-alpha.4
414

515
### Patch Changes

packages/dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.0-alpha.4",
6+
"version": "0.1.0-alpha.5",
77
"description": "DOM materializer for Intent screens and router",
88
"license": "MIT",
99
"repository": {
@@ -32,8 +32,8 @@
3232
"lint": "tsc -b"
3333
},
3434
"dependencies": {
35-
"@intent-framework/core": "workspace:^0.1.0-alpha.4",
36-
"@intent-framework/router": "workspace:^0.1.0-alpha.4"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.5",
36+
"@intent-framework/router": "workspace:^0.1.0-alpha.5"
3737
},
3838
"devDependencies": {
3939
"jsdom": "^29.1.1",

packages/router/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @intent-framework/router
22

3+
## 0.1.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [95cb82f]
8+
- Updated dependencies [b76a1e0]
9+
- Updated dependencies [57b8bda]
10+
- @intent-framework/core@0.1.0-alpha.5
11+
312
## 0.1.0-alpha.4
413

514
### Patch Changes

packages/router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.0-alpha.4",
6+
"version": "0.1.0-alpha.5",
77
"description": "Typed route definitions and navigation for Intent",
88
"license": "MIT",
99
"repository": {
@@ -32,7 +32,7 @@
3232
"lint": "tsc -b --noEmit"
3333
},
3434
"dependencies": {
35-
"@intent-framework/core": "workspace:^0.1.0-alpha.4"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.5"
3636
},
3737
"devDependencies": {
3838
"tsdown": "^0.3.0",

packages/testing/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @intent-framework/testing
22

3+
## 0.1.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [95cb82f]
8+
- Updated dependencies [b76a1e0]
9+
- Updated dependencies [57b8bda]
10+
- @intent-framework/core@0.1.0-alpha.5
11+
312
## 0.1.0-alpha.4
413

514
### Patch Changes

packages/testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.0-alpha.4",
6+
"version": "0.1.0-alpha.5",
77
"description": "Semantic test harness for Intent screens",
88
"license": "MIT",
99
"repository": {
@@ -32,7 +32,7 @@
3232
"lint": "tsc -b"
3333
},
3434
"dependencies": {
35-
"@intent-framework/core": "workspace:^0.1.0-alpha.4"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.5"
3636
},
3737
"devDependencies": {
3838
"tsdown": "^0.3.0",

0 commit comments

Comments
 (0)