Skip to content

Commit b7d14ee

Browse files
chore: version packages (alpha) (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8150b8d commit b7d14ee

9 files changed

Lines changed: 36 additions & 4 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"changesets": [
1414
"goofy-oranges-wish",
15+
"quiet-ligers-fetch",
1516
"silent-dragons-exist",
1617
"silent-goats-dance"
1718
]

packages/core/CHANGELOG.md

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

3+
## 0.1.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- 8150b8d: Fix npm package README: remove stale version pins from install commands and status sections.
8+
39
## 0.1.0-alpha.2
410

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

packages/dom/CHANGELOG.md

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

3+
## 0.1.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- 8150b8d: Fix npm package README: remove stale version pins from install commands and status sections.
8+
- Updated dependencies [8150b8d]
9+
- @intent-framework/core@0.1.0-alpha.3
10+
- @intent-framework/router@0.1.0-alpha.3
11+
312
## 0.1.0-alpha.3
413

514
### 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.3",
6+
"version": "0.1.0-alpha.4",
77
"description": "DOM materializer for Intent screens and router",
88
"license": "MIT",
99
"repository": {

packages/router/CHANGELOG.md

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

3+
## 0.1.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- 8150b8d: Fix npm package README: remove stale version pins from install commands and status sections.
8+
- Updated dependencies [8150b8d]
9+
- @intent-framework/core@0.1.0-alpha.3
10+
311
## 0.1.0-alpha.2
412

513
### Patch Changes

packages/router/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.2",
6+
"version": "0.1.0-alpha.3",
77
"description": "Typed route definitions and navigation for Intent",
88
"license": "MIT",
99
"repository": {

packages/testing/CHANGELOG.md

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

3+
## 0.1.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- 8150b8d: Fix npm package README: remove stale version pins from install commands and status sections.
8+
- Updated dependencies [8150b8d]
9+
- @intent-framework/core@0.1.0-alpha.3
10+
311
## 0.1.0-alpha.2
412

513
### Patch Changes

packages/testing/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.2",
6+
"version": "0.1.0-alpha.3",
77
"description": "Semantic test harness for Intent screens",
88
"license": "MIT",
99
"repository": {

0 commit comments

Comments
 (0)