Skip to content

Commit 43276c2

Browse files
chore: version packages (alpha) (#68)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65149c1 commit 43276c2

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"@intent-framework/dom": "0.1.0-alpha.0",
88
"@intent-framework/router": "0.1.0-alpha.0",
99
"@intent-framework/server": "0.1.0",
10-
"@intent-framework/testing": "0.1.0-alpha.0"
10+
"@intent-framework/testing": "0.1.0-alpha.0",
11+
"canonical-invite": "0.0.0"
1112
},
1213
"changesets": [
14+
"goofy-oranges-wish",
1315
"silent-goats-dance"
1416
]
1517
}

packages/dom/CHANGELOG.md

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

3+
## 0.1.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- 65149c1: Add opt-in `showSemanticIds` rendering support for semantic `data-intent-*` attributes.
8+
39
## 0.1.0-alpha.1
410

511
### Patch Changes

packages/dom/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.1",
6+
"version": "0.1.0-alpha.2",
77
"description": "DOM materializer for Intent screens and router",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)