File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments