From bf7ca6627fc830fa15e04b571c6e8b1410ab6b95 Mon Sep 17 00:00:00 2001 From: Jeff Repanich Date: Tue, 18 Aug 2026 09:02:42 -0400 Subject: [PATCH] chore: release 0.2.1 --- docs/guides/platform-recipes.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/platform-recipes.md b/docs/guides/platform-recipes.md index 655eea58..27bf33fe 100644 --- a/docs/guides/platform-recipes.md +++ b/docs/guides/platform-recipes.md @@ -6,7 +6,7 @@ tables, and other styled compositions remain package-owned recipes. ## Prerequisites and version contract -The examples are verified against `@askrjs/askr@0.2.0`. Use one locked +The examples are verified against `@askrjs/askr@0.2.1`. Use one locked `@askrjs/askr` version for the root entry point and every subpath; do not resolve subpaths independently. diff --git a/package-lock.json b/package-lock.json index 43538f6b..221d38bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@askrjs/askr", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@askrjs/askr", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0", "dependencies": { "@askrjs/auth": ">=0.2.0 <0.3.0", diff --git a/package.json b/package.json index 6c7f689f..c7acc84e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@askrjs/askr", - "version": "0.2.0", + "version": "0.2.1", "description": "Actor-backed deterministic UI framework", "keywords": [ "askr",