Skip to content

Commit edb9413

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

10 files changed

Lines changed: 52 additions & 13 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"silent-dragons-exist",
2525
"silent-goats-dance",
2626
"slow-readers-create",
27-
"sweet-bananas-fix"
27+
"sweet-bananas-fix",
28+
"tricky-terms-doubt"
2829
]
2930
}

packages/core/CHANGELOG.md

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

3+
## 0.1.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- ba62d1d: feat(core): resource cache phase 2 - cache.key
8+
9+
Adds `ResourceKey` type and `cache.key` option for resource cache keying.
10+
11+
- `cache.key` derives a resource entry key from the current load context
12+
- One ResourceNode holds multiple internal entries, one per key
13+
- Each entry independently tracks value, error, status, stale flag, staleTime timer, and in-flight promise
14+
- ResourceRef proxies the active key entry
15+
- cache.staleTime timers are per key
16+
- cache.deduplicate deduplicates per active key
17+
- Resources without cache.key behave exactly as before
18+
319
## 0.1.0-alpha.8
420

521
### 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.8",
6+
"version": "0.1.0-alpha.9",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ba62d1d]
8+
- @intent-framework/core@0.1.0-alpha.9
9+
- @intent-framework/router@0.1.0-alpha.9
10+
311
## 0.1.0-alpha.8
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.8",
6+
"version": "0.1.0-alpha.9",
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.8",
36-
"@intent-framework/router": "workspace:^0.1.0-alpha.8"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.9",
36+
"@intent-framework/router": "workspace:^0.1.0-alpha.9"
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ba62d1d]
8+
- @intent-framework/core@0.1.0-alpha.9
9+
310
## 0.1.0-alpha.8
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.8",
6+
"version": "0.1.0-alpha.9",
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.8"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.9"
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ba62d1d]
8+
- @intent-framework/core@0.1.0-alpha.9
9+
310
## 0.1.0-alpha.8
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.8",
6+
"version": "0.1.0-alpha.9",
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.8"
35+
"@intent-framework/core": "workspace:^0.1.0-alpha.9"
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)