Skip to content

Commit c19c089

Browse files
chore: version packages (alpha) (#116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 28179d6 commit c19c089

10 files changed

Lines changed: 38 additions & 13 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
"@intent-framework/server": "0.1.0",
1010
"@intent-framework/testing": "0.1.0-alpha.0",
1111
"canonical-invite": "0.0.0",
12-
"choice-form": "0.0.0"
12+
"choice-form": "0.0.0",
13+
"resource-lifecycle": "0.0.0",
14+
"secret-vault": "0.0.0"
1315
},
1416
"changesets": [
1517
"five-ducks-sleep",
1618
"fresh-jokes-flow",
1719
"goofy-oranges-wish",
20+
"many-experts-chew",
1821
"quiet-ligers-fetch",
1922
"shy-kids-grow",
2023
"silent-dragons-exist",

packages/core/CHANGELOG.md

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

3+
## 0.1.0-alpha.7
4+
35
## 0.1.0-alpha.6
46

57
## 0.1.0-alpha.5

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.6",
6+
"version": "0.1.0-alpha.7",
77
"description": "Platformless semantic graph and runtime for Intent applications",
88
"license": "MIT",
99
"repository": {

packages/dom/CHANGELOG.md

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

3+
## 0.1.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- 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.
8+
- @intent-framework/core@0.1.0-alpha.7
9+
- @intent-framework/router@0.1.0-alpha.7
10+
311
## 0.1.0-alpha.6
412

513
### 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.6",
6+
"version": "0.1.0-alpha.7",
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.6",
36-
"@intent-framework/router": "workspace:^0.1.0-alpha.6"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.7",
36+
"@intent-framework/router": "workspace:^0.1.0-alpha.7"
3737
},
3838
"devDependencies": {
3939
"jsdom": "^29.1.1",

packages/router/CHANGELOG.md

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

3+
## 0.1.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- @intent-framework/core@0.1.0-alpha.7
8+
39
## 0.1.0-alpha.6
410

511
### 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.6",
6+
"version": "0.1.0-alpha.7",
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.6"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.7"
3636
},
3737
"devDependencies": {
3838
"tsdown": "^0.3.0",

packages/testing/CHANGELOG.md

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

3+
## 0.1.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- @intent-framework/core@0.1.0-alpha.7
8+
39
## 0.1.0-alpha.6
410

511
### 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.6",
6+
"version": "0.1.0-alpha.7",
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.6"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.7"
3636
},
3737
"devDependencies": {
3838
"tsdown": "^0.3.0",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)