From 91e218386acce297d0e9caf288fce3255ef8a483 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 07:19:10 +0000 Subject: [PATCH] chore: version packages (alpha) --- .changeset/pre.json | 3 ++- packages/core/CHANGELOG.md | 16 ++++++++++++++++ packages/core/package.json | 2 +- packages/dom/CHANGELOG.md | 8 ++++++++ packages/dom/package.json | 6 +++--- packages/router/CHANGELOG.md | 7 +++++++ packages/router/package.json | 4 ++-- packages/testing/CHANGELOG.md | 7 +++++++ packages/testing/package.json | 4 ++-- pnpm-lock.yaml | 8 ++++---- 10 files changed, 52 insertions(+), 13 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 6be14fe..a4b9df9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -24,6 +24,7 @@ "silent-dragons-exist", "silent-goats-dance", "slow-readers-create", - "sweet-bananas-fix" + "sweet-bananas-fix", + "tricky-terms-doubt" ] } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6ba15f1..628ac77 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,21 @@ # @intent-framework/core +## 0.1.0-alpha.9 + +### Patch Changes + +- ba62d1d: feat(core): resource cache phase 2 - cache.key + + Adds `ResourceKey` type and `cache.key` option for resource cache keying. + + - `cache.key` derives a resource entry key from the current load context + - One ResourceNode holds multiple internal entries, one per key + - Each entry independently tracks value, error, status, stale flag, staleTime timer, and in-flight promise + - ResourceRef proxies the active key entry + - cache.staleTime timers are per key + - cache.deduplicate deduplicates per active key + - Resources without cache.key behave exactly as before + ## 0.1.0-alpha.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6003c12..82d7e74 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "0.1.0-alpha.8", + "version": "0.1.0-alpha.9", "description": "Platformless semantic graph and runtime for Intent applications", "license": "MIT", "repository": { diff --git a/packages/dom/CHANGELOG.md b/packages/dom/CHANGELOG.md index 00a2131..266cbb2 100644 --- a/packages/dom/CHANGELOG.md +++ b/packages/dom/CHANGELOG.md @@ -1,5 +1,13 @@ # @intent-framework/dom +## 0.1.0-alpha.9 + +### Patch Changes + +- Updated dependencies [ba62d1d] + - @intent-framework/core@0.1.0-alpha.9 + - @intent-framework/router@0.1.0-alpha.9 + ## 0.1.0-alpha.8 ### Patch Changes diff --git a/packages/dom/package.json b/packages/dom/package.json index c1d9206..d0e8935 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "0.1.0-alpha.8", + "version": "0.1.0-alpha.9", "description": "DOM materializer for Intent screens and router", "license": "MIT", "repository": { @@ -32,8 +32,8 @@ "lint": "tsc -b" }, "dependencies": { - "@intent-framework/core": "workspace:^0.1.0-alpha.8", - "@intent-framework/router": "workspace:^0.1.0-alpha.8" + "@intent-framework/core": "workspace:^0.1.0-alpha.9", + "@intent-framework/router": "workspace:^0.1.0-alpha.9" }, "devDependencies": { "jsdom": "^29.1.1", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 1ee9cd9..8eb760c 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,5 +1,12 @@ # @intent-framework/router +## 0.1.0-alpha.9 + +### Patch Changes + +- Updated dependencies [ba62d1d] + - @intent-framework/core@0.1.0-alpha.9 + ## 0.1.0-alpha.8 ### Patch Changes diff --git a/packages/router/package.json b/packages/router/package.json index a17cc13..0a021d9 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "0.1.0-alpha.8", + "version": "0.1.0-alpha.9", "description": "Typed route definitions and navigation for Intent", "license": "MIT", "repository": { @@ -32,7 +32,7 @@ "lint": "tsc -b --noEmit" }, "dependencies": { - "@intent-framework/core": "workspace:^0.1.0-alpha.8" + "@intent-framework/core": "workspace:^0.1.0-alpha.9" }, "devDependencies": { "tsdown": "^0.3.0", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 449c725..ff74cb5 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,12 @@ # @intent-framework/testing +## 0.1.0-alpha.9 + +### Patch Changes + +- Updated dependencies [ba62d1d] + - @intent-framework/core@0.1.0-alpha.9 + ## 0.1.0-alpha.8 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 8e69789..03b9667 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "0.1.0-alpha.8", + "version": "0.1.0-alpha.9", "description": "Semantic test harness for Intent screens", "license": "MIT", "repository": { @@ -32,7 +32,7 @@ "lint": "tsc -b" }, "dependencies": { - "@intent-framework/core": "workspace:^0.1.0-alpha.8" + "@intent-framework/core": "workspace:^0.1.0-alpha.9" }, "devDependencies": { "tsdown": "^0.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a3f40d..5abbba3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -143,10 +143,10 @@ importers: packages/dom: dependencies: '@intent-framework/core': - specifier: workspace:^0.1.0-alpha.8 + specifier: workspace:^0.1.0-alpha.9 version: link:../core '@intent-framework/router': - specifier: workspace:^0.1.0-alpha.8 + specifier: workspace:^0.1.0-alpha.9 version: link:../router devDependencies: jsdom: @@ -165,7 +165,7 @@ importers: packages/router: dependencies: '@intent-framework/core': - specifier: workspace:^0.1.0-alpha.8 + specifier: workspace:^0.1.0-alpha.9 version: link:../core devDependencies: tsdown: @@ -197,7 +197,7 @@ importers: packages/testing: dependencies: '@intent-framework/core': - specifier: workspace:^0.1.0-alpha.8 + specifier: workspace:^0.1.0-alpha.9 version: link:../core devDependencies: tsdown: