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 @@ -19,6 +19,7 @@
"goofy-oranges-wish",
"many-experts-chew",
"quiet-ligers-fetch",
"seven-cobras-tan",
"shy-kids-grow",
"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.8

### Patch Changes

- d403398: Implement resource cache semantics phase 1: `cache.staleTime` for time-based staleness and `cache.deduplicate` for in-flight load/reload deduplication. Resources without `cache` options behave exactly as before.

## 0.1.0-alpha.7

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

## 0.1.0-alpha.8

### Patch Changes

- Updated dependencies [d403398]
- @intent-framework/core@0.1.0-alpha.8
- @intent-framework/router@0.1.0-alpha.8

## 0.1.0-alpha.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.7",
"version": "0.1.0-alpha.8",
"description": "DOM materializer for Intent screens and router",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
"lint": "tsc -b"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.7",
"@intent-framework/router": "workspace:^0.1.0-alpha.7"
"@intent-framework/core": "workspace:^0.1.0-alpha.8",
"@intent-framework/router": "workspace:^0.1.0-alpha.8"
},
"devDependencies": {
"jsdom": "^29.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @intent-framework/router

## 0.1.0-alpha.8

### Patch Changes

- Updated dependencies [d403398]
- @intent-framework/core@0.1.0-alpha.8

## 0.1.0-alpha.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "0.1.0-alpha.8",
"description": "Typed route definitions and navigation for Intent",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint": "tsc -b --noEmit"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.7"
"@intent-framework/core": "workspace:^0.1.0-alpha.8"
},
"devDependencies": {
"tsdown": "^0.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @intent-framework/testing

## 0.1.0-alpha.8

### Patch Changes

- Updated dependencies [d403398]
- @intent-framework/core@0.1.0-alpha.8

## 0.1.0-alpha.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "0.1.0-alpha.8",
"description": "Semantic test harness for Intent screens",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lint": "tsc -b"
},
"dependencies": {
"@intent-framework/core": "workspace:^0.1.0-alpha.7"
"@intent-framework/core": "workspace:^0.1.0-alpha.8"
},
"devDependencies": {
"tsdown": "^0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.