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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"changesets": [
"goofy-oranges-wish",
"quiet-ligers-fetch",
"silent-dragons-exist",
"silent-goats-dance"
]
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @intent-framework/core

## 0.1.0-alpha.3

### Patch Changes

- 8150b8d: Fix npm package README: remove stale version pins from install commands and status sections.

## 0.1.0-alpha.2

### Patch Changes
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.2",
"version": "0.1.0-alpha.3",
"description": "Platformless semantic graph and runtime for Intent applications",
"license": "MIT",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @intent-framework/dom

## 0.1.0-alpha.4

### Patch Changes

- 8150b8d: Fix npm package README: remove stale version pins from install commands and status sections.
- Updated dependencies [8150b8d]
- @intent-framework/core@0.1.0-alpha.3
- @intent-framework/router@0.1.0-alpha.3

## 0.1.0-alpha.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.1.0-alpha.4",
"description": "DOM materializer for Intent screens and router",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @intent-framework/router

## 0.1.0-alpha.3

### Patch Changes

- 8150b8d: Fix npm package README: remove stale version pins from install commands and status sections.
- Updated dependencies [8150b8d]
- @intent-framework/core@0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.0-alpha.3",
"description": "Typed route definitions and navigation for Intent",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @intent-framework/testing

## 0.1.0-alpha.3

### Patch Changes

- 8150b8d: Fix npm package README: remove stale version pins from install commands and status sections.
- Updated dependencies [8150b8d]
- @intent-framework/core@0.1.0-alpha.3

## 0.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.1.0-alpha.3",
"description": "Semantic test harness for Intent screens",
"license": "MIT",
"repository": {
Expand Down