Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
"@intent-framework/server": "0.1.0",
"@intent-framework/testing": "0.1.0-alpha.0",
"canonical-invite": "0.0.0",
"choice-form": "0.0.0"
"choice-form": "0.0.0",
"resource-lifecycle": "0.0.0",
"secret-vault": "0.0.0"
},
"changesets": [
"five-ducks-sleep",
"fresh-jokes-flow",
"goofy-oranges-wish",
"many-experts-chew",
"quiet-ligers-fetch",
"shy-kids-grow",
"silent-dragons-exist",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @intent-framework/core

## 0.1.0-alpha.7

## 0.1.0-alpha.6

## 0.1.0-alpha.5
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "Platformless semantic graph and runtime for Intent applications",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @intent-framework/dom

## 0.1.0-alpha.7

### Patch Changes

- 2185136: renderDom now renders each surface as a separate `<section>` with accessible label and unique DOM id. Multi-surface screens use `--<surfaceName>` suffixed DOM ids to avoid duplicates. Duplicate ask controls across surfaces share underlying state; duplicate action buttons execute the same action. Single-surface screens preserve backward-compatible DOM output with no suffixing or section wrappers.
- @intent-framework/core@0.1.0-alpha.7
- @intent-framework/router@0.1.0-alpha.7

## 0.1.0-alpha.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "DOM materializer for Intent screens and router",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"lint": "tsc -b"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.6",
"@intent-framework/router": "workspace:^0.1.0-alpha.6"
"@intent-framework/core": "workspace:^0.1.0-alpha.7",
"@intent-framework/router": "workspace:^0.1.0-alpha.7"
},
"devDependencies": {
"jsdom": "^29.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @intent-framework/router

## 0.1.0-alpha.7

### Patch Changes

- @intent-framework/core@0.1.0-alpha.7

## 0.1.0-alpha.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "Typed route definitions and navigation for Intent",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint": "tsc -b --noEmit"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.6"
"@intent-framework/core": "workspace:^0.1.0-alpha.7"
},
"devDependencies": {
"tsdown": "^0.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @intent-framework/testing

## 0.1.0-alpha.7

### Patch Changes

- @intent-framework/core@0.1.0-alpha.7

## 0.1.0-alpha.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "Semantic test harness for Intent screens",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint": "tsc -b"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.6"
"@intent-framework/core": "workspace:^0.1.0-alpha.7"
},
"devDependencies": {
"tsdown": "^0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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