From 7c7dbcabb54dc0d8a20700d9b8e885136b850874 Mon Sep 17 00:00:00 2001 From: Dan Draper Date: Tue, 14 Jul 2026 14:58:10 +1000 Subject: [PATCH] chore: enter pre-release mode (rc) and bump Stack family to 1.0.0 Enter changesets pre mode with the `rc` tag and add a major changeset for the Stack 1.0 family: @cipherstash/stack, @cipherstash/stack-drizzle, @cipherstash/stack-supabase, and stash. The changesets action will produce a Version Packages PR at 1.0.0-rc.0 for these; merging that PR publishes under the `rc` npm dist-tag (latest stays on the current stable). Claude-Session: https://claude.ai/code/session_01MxTTPaPP16m6br7Hoab94w --- .changeset/pre.json | 25 +++++++++++++++++++++++++ .changeset/stack-1-0-0-rc.md | 13 +++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .changeset/pre.json create mode 100644 .changeset/stack-1-0-0-rc.md diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..f15999a4d --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,25 @@ +{ + "mode": "pre", + "tag": "rc", + "initialVersions": { + "@cipherstash/e2e": "0.0.2", + "@cipherstash/basic-example": "1.2.13", + "@cipherstash/prisma-next-example": "0.0.5", + "@cipherstash/supabase-worker-example": "0.0.0", + "@cipherstash/bench": "0.0.4", + "stash": "0.17.1", + "@cipherstash/drizzle": "3.0.3", + "@cipherstash/migrate": "0.2.0", + "@cipherstash/nextjs": "4.1.1", + "@cipherstash/prisma-next": "0.3.2", + "@cipherstash/protect": "12.0.1", + "@cipherstash/protect-dynamodb": "12.0.1", + "@cipherstash/schema": "3.0.1", + "@cipherstash/stack": "0.19.0", + "@cipherstash/stack-drizzle": "0.0.0", + "@cipherstash/stack-supabase": "0.0.0", + "@cipherstash/test-kit": "0.0.0", + "@cipherstash/wizard": "0.4.0" + }, + "changesets": [] +} diff --git a/.changeset/stack-1-0-0-rc.md b/.changeset/stack-1-0-0-rc.md new file mode 100644 index 000000000..555ae5c8e --- /dev/null +++ b/.changeset/stack-1-0-0-rc.md @@ -0,0 +1,13 @@ +--- +'@cipherstash/stack': major +'@cipherstash/stack-drizzle': major +'@cipherstash/stack-supabase': major +'stash': major +--- + +CipherStash Stack 1.0 (release candidate). + +This is the first 1.0-line release of `@cipherstash/stack`, the first published +release of the split-out EQL v3 adapters `@cipherstash/stack-drizzle` and +`@cipherstash/stack-supabase`, and moves the `stash` CLI to 1.0 alongside them. +These four packages now version together as the Stack 1.0 family.