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
2 changes: 1 addition & 1 deletion examples/analytics-dashboard-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"@askable-ui/react": "^6.1.1",
"@askable-ui/react": "^0.6.1",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-alert-dialog": "1.1.15",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@askable-ui/core": "^6.1.1",
"@askable-ui/react-native": "^6.1.1",
"@askable-ui/core": "^0.6.1",
"@askable-ui/react-native": "^0.6.1",
"@react-navigation/native": "^7.2.2",
"@react-navigation/native-stack": "^7.6.2",
"expo": "^55.0.15",
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "askable",
"version": "6.1.1",
"version": "0.6.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@askable-ui/core",
"version": "6.1.1",
"version": "0.6.1",
"description": "Framework-agnostic context tracker for LLM-aware UIs",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-askable-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-askable-app",
"version": "6.1.1",
"version": "0.6.1",
"description": "Scaffold a React + Vite + CopilotKit + askable-ui starter app",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-askable-app/src/scaffold.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'node:fs';
import path from 'node:path';
import { fileURLToPath } from 'node:url';

const ASKABLE_VERSION = '6.1.1';
const ASKABLE_VERSION = '0.6.1';
const COPILOTKIT_VERSION = '1.56.2';

const __filename = fileURLToPath(import.meta.url);
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@askable-ui/react-native",
"version": "6.1.1",
"version": "0.6.1",
"description": "React Native bindings for askable — LLM-aware UI context",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"react": ">=17.0.0"
},
"dependencies": {
"@askable-ui/core": "^6.1.1"
"@askable-ui/core": "^0.6.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@askable-ui/react",
"version": "6.1.1",
"version": "0.6.1",
"description": "React bindings for askable — LLM-aware UI context",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react-dom": ">=17.0.0"
},
"dependencies": {
"@askable-ui/core": "^6.1.1"
"@askable-ui/core": "^0.6.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@askable-ui/svelte",
"version": "6.1.1",
"version": "0.6.1",
"description": "Svelte 4 & 5 bindings for askable — LLM-aware UI context",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"svelte": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@askable-ui/core": "^6.1.1"
"@askable-ui/core": "^0.6.1"
},
"devDependencies": {
"@askable-ui/core": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@askable-ui/vue",
"version": "6.1.1",
"version": "0.6.1",
"description": "Vue 3 bindings for askable — LLM-aware UI context",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"vue": "^3.0.0"
},
"dependencies": {
"@askable-ui/core": "^6.1.1"
"@askable-ui/core": "^0.6.1"
},
"devDependencies": {
"@askable-ui/core": "*",
Expand Down
6 changes: 3 additions & 3 deletions site/docs/api/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ askable-ui supports two kinds of docs URLs:

## Current version

- Latest stable: `v6.1.1`
- Versioned current docs URL: `/docs/v6.1.1/`
- Latest stable: `v0.6.1`
- Versioned current docs URL: `/docs/v0.6.1/`

## Archived versions

No archived major versions yet.

The current release is also published at `/docs/v6.1.1/` so version-specific links work before the first breaking release.
The current release is also published at `/docs/v0.6.1/` so version-specific links work before the first breaking release.

## Breaking release workflow

Expand Down
2 changes: 1 addition & 1 deletion site/docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Pick your framework

> Current npm release: **v6.1.1**.
> Current npm release: **v0.6.1**.
>
> Latest docs live at `/docs/`. Version-specific docs are published at `/docs/<version>/` for breaking releases.

Expand Down
8 changes: 4 additions & 4 deletions site/docs/guide/whats-new.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What’s New in v6.1.1
# What’s New in v0.6.1

askable-ui v6.1.1 rolls up the most recent improvements across the core library, React bindings, and docs.
askable-ui v0.6.1 rolls up the most recent improvements across the core library, React bindings, and docs.

## Highlights

Expand Down Expand Up @@ -81,7 +81,7 @@ If you are integrating Askable into an AI copilot, start here:

## Version note

The current published docs track **v6.1.1** at both:
The current published docs track **v0.6.1** at both:

- `/docs/`
- `/docs/v6.1.1/`
- `/docs/v0.6.1/`
6 changes: 3 additions & 3 deletions site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ features:
details: toPromptContext() returns a plain string — drop it into OpenAI, Anthropic, Vercel AI SDK, CopilotKit, or any LLM pipeline. No vendor lock-in.
---

> Current npm release: **v6.1.1**.
> Current npm release: **v0.6.1**.
>
> Need a breaking-release upgrade path? See [Migration Guides](/guide/migrations). Versioned docs are available at `/docs/<version>/`.

Expand All @@ -59,15 +59,15 @@ features:
</video>
</div>

## Latest in v6.1.1
## Latest in v0.6.1

- `ctx.subscribe(callback, options?)` for debounced streaming context updates in `@askable-ui/core`
- per-component React activation overrides with `events={['hover']}`, `events={['click']}`, or `events="manual"`
- refreshed docs coverage for streaming AI SDK flows, CopilotKit, shared contexts, and inspector alignment

Start here:

- [What’s New in v6.1.1](/guide/whats-new)
- [What’s New in v0.6.1](/guide/whats-new)
- [AI SDK integration patterns](/examples/ai-sdk)
- [CopilotKit guide](/guide/copilotkit)

Expand Down
4 changes: 2 additions & 2 deletions site/docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"current": {
"label": "v6.1.1",
"slug": "v6.1.1"
"label": "v0.6.1",
"slug": "v0.6.1"
},
"archived": []
}
4 changes: 2 additions & 2 deletions site/docs/versions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This directory stores frozen **built** docs snapshots for archived major versions.

The current release (`v6.1.1`) is built on every deploy and published to both:
The current release (`v0.6.1`) is built on every deploy and published to both:

- `/docs/` (latest stable)
- `/docs/v6.1.1/` (version-specific URL)
- `/docs/v0.6.1/` (version-specific URL)

## How it works

Expand Down
Loading