Skip to content

Commit ca5c52b

Browse files
chore: version packages (alpha) (#110)
Version packages to alpha.6 for the DOM controls patch release.
1 parent ce52d3e commit ca5c52b

10 files changed

Lines changed: 38 additions & 14 deletions

File tree

.changeset/pre.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"@intent-framework/router": "0.1.0-alpha.0",
99
"@intent-framework/server": "0.1.0",
1010
"@intent-framework/testing": "0.1.0-alpha.0",
11-
"canonical-invite": "0.0.0"
11+
"canonical-invite": "0.0.0",
12+
"choice-form": "0.0.0"
1213
},
1314
"changesets": [
1415
"five-ducks-sleep",
@@ -18,6 +19,7 @@
1819
"shy-kids-grow",
1920
"silent-dragons-exist",
2021
"silent-goats-dance",
21-
"slow-readers-create"
22+
"slow-readers-create",
23+
"sweet-bananas-fix"
2224
]
2325
}

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.6
4+
35
## 0.1.0-alpha.5
46

57
### Minor 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.5",
6+
"version": "0.1.0-alpha.6",
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.6
4+
5+
### Patch Changes
6+
7+
- ce52d3e: DOM rendering now uses proper controls for boolean and choice asks: boolean-backed asks render as checkboxes, choice asks render as select elements. Blocked reason elements now include an `intent-blocked-reason` class and `role="alert"` for accessible error feedback. Enter key default action is disabled for non-text inputs (checkbox, select).
8+
- @intent-framework/core@0.1.0-alpha.6
9+
- @intent-framework/router@0.1.0-alpha.6
10+
311
## 0.1.0-alpha.5
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.5",
6+
"version": "0.1.0-alpha.6",
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.5",
36-
"@intent-framework/router": "workspace:^0.1.0-alpha.5"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.6",
36+
"@intent-framework/router": "workspace:^0.1.0-alpha.6"
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.6
4+
5+
### Patch Changes
6+
7+
- @intent-framework/core@0.1.0-alpha.6
8+
39
## 0.1.0-alpha.5
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.5",
6+
"version": "0.1.0-alpha.6",
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.5"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.6"
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.6
4+
5+
### Patch Changes
6+
7+
- @intent-framework/core@0.1.0-alpha.6
8+
39
## 0.1.0-alpha.5
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.5",
6+
"version": "0.1.0-alpha.6",
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.5"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.6"
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)