Skip to content

Commit af56687

Browse files
chore: version packages (alpha) (#128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 95b68b4 commit af56687

10 files changed

Lines changed: 48 additions & 12 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"fresh-jokes-flow",
1919
"goofy-oranges-wish",
2020
"many-experts-chew",
21+
"nine-snails-walk",
2122
"quiet-ligers-fetch",
2223
"seven-cobras-tan",
2324
"shy-kids-grow",

packages/core/CHANGELOG.md

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

3+
## 0.1.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- 95b68b4: feat(core): resource cacheTime — single-runtime stale-value eviction
8+
9+
Adds `cache.cacheTime` option to ResourceCacheOptions. When set, a stale entry's
10+
value is retained for the specified milliseconds before being evicted. Active
11+
entry eviction resets status to idle, clears value/error/stale, and notifies
12+
subscribers. Inactive keyed entry eviction silently removes the entry. Works per
13+
key, per ResourceNode, within a single ScreenRuntime. No cross-navigation
14+
survival. No SWR.
15+
316
## 0.1.0-alpha.9
417

518
### 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.9",
6+
"version": "0.1.0-alpha.10",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [95b68b4]
8+
- @intent-framework/core@0.1.0-alpha.10
9+
- @intent-framework/router@0.1.0-alpha.10
10+
311
## 0.1.0-alpha.9
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.9",
6+
"version": "0.1.0-alpha.10",
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.9",
36-
"@intent-framework/router": "workspace:^0.1.0-alpha.9"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.10",
36+
"@intent-framework/router": "workspace:^0.1.0-alpha.10"
3737
},
3838
"devDependencies": {
3939
"jsdom": "^29.1.1",

packages/router/CHANGELOG.md

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

3+
## 0.1.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [95b68b4]
8+
- @intent-framework/core@0.1.0-alpha.10
9+
310
## 0.1.0-alpha.9
411

512
### 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.9",
6+
"version": "0.1.0-alpha.10",
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.9"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.10"
3636
},
3737
"devDependencies": {
3838
"tsdown": "^0.3.0",

packages/testing/CHANGELOG.md

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

3+
## 0.1.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [95b68b4]
8+
- @intent-framework/core@0.1.0-alpha.10
9+
310
## 0.1.0-alpha.9
411

512
### 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.9",
6+
"version": "0.1.0-alpha.10",
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.9"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.10"
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)