Skip to content

Commit 98a9c09

Browse files
Version Packages (rc) (#729)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98156ac commit 98a9c09

23 files changed

Lines changed: 588 additions & 11 deletions

File tree

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"auth-binding-lockstep",
2727
"cli-anonymous-telemetry",
2828
"cli-eql-v3-single-bundle",
29+
"codex-skills-eperm",
2930
"drizzle-kit-eql-v3-ddl",
3031
"eql-migration-command",
3132
"eql-v3-adapter-type-robustness",
@@ -51,26 +52,34 @@
5152
"eql-v3-typed-schema",
5253
"eql-v3-wasm-inline",
5354
"honest-noninteractive-init",
55+
"hungry-spoons-shake",
56+
"init-drizzle-eql-v3",
5457
"init-pins-runtime-versions",
58+
"init-placeholder-eql-v3",
59+
"khaki-pugs-play",
5560
"migrate-eql-v3",
5661
"plan-complete-rollout-yes",
5762
"prisma-example-eql-v3",
5863
"prisma-next-0-14",
5964
"prisma-next-drop-encrypted-prefix",
6065
"prisma-next-eql-runtime-source",
6166
"prisma-next-joins-release-train",
67+
"prisma-next-v3-only-install",
68+
"protect-ffi-030-json-selectors",
6269
"release-train-coupling",
6370
"remove-legacy-drizzle-package",
6471
"remove-secrets-leftovers",
6572
"rename-db-install-to-eql-install",
6673
"schema-stevec-standard-pin",
74+
"skills-eql-v3-accuracy",
6775
"skills-identity-docs-refresh",
6876
"stack-1-0-0-rc",
6977
"stack-adapter-kit",
7078
"stash-cli-eql-v3-default",
7179
"stash-cli-skill-refresh",
7280
"stash-drizzle-skill-encrypt-query",
7381
"stash-env-mint-credentials",
82+
"stash-prisma-next-skill-v3-only",
7483
"stash-prisma-next-skill",
7584
"stash-skills-contains-to-matches",
7685
"stash-supabase-contains-substrings",
@@ -82,6 +91,7 @@
8291
"supabase-v3-order-by-ope-term",
8392
"v3-supabase-needle-lockcontext-errors",
8493
"wasm-encrypt-query",
94+
"wasm-inline-bulk-ops",
8595
"wizard-allow-env-templates",
8696
"wizard-analytics-privacy",
8797
"wizard-joins-release-train"

e2e/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @cipherstash/e2e
22

3+
## 0.0.3-rc.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [98156ac]
8+
- Updated dependencies [0e2ce93]
9+
- Updated dependencies [c8726cd]
10+
- Updated dependencies [04f5a13]
11+
- Updated dependencies [46dde37]
12+
- Updated dependencies [cf2c57c]
13+
- Updated dependencies [524903c]
14+
- Updated dependencies [2e6f032]
15+
- Updated dependencies [508f1d5]
16+
- stash@1.0.0-rc.4
17+
- @cipherstash/wizard@1.0.0-rc.4
18+
- @cipherstash/stack@1.0.0-rc.4
19+
320
## 0.0.3-rc.3
421

522
### Patch Changes

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/e2e",
3-
"version": "0.0.3-rc.3",
3+
"version": "0.0.3-rc.4",
44
"private": true,
55
"description": "End-to-end tests that exercise built CipherStash binaries and cross-package behaviour.",
66
"type": "module",

examples/basic/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @cipherstash/basic-example
22

3+
## 1.2.14-rc.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [cf2c57c]
8+
- Updated dependencies [508f1d5]
9+
- @cipherstash/stack@1.0.0-rc.4
10+
- @cipherstash/stack-drizzle@1.0.0-rc.4
11+
- @cipherstash/stack-supabase@1.0.0-rc.4
12+
313
## 1.2.14-rc.3
414

515
### Patch Changes

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cipherstash/basic-example",
33
"private": true,
4-
"version": "1.2.14-rc.3",
4+
"version": "1.2.14-rc.4",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

examples/prisma/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @cipherstash/prisma-next-example
22

3+
## 0.1.0-rc.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2e6f032]
8+
- Updated dependencies [cf2c57c]
9+
- Updated dependencies [508f1d5]
10+
- @cipherstash/prisma-next@1.0.0-rc.4
11+
- @cipherstash/stack@1.0.0-rc.4
12+
313
## 0.1.0-rc.3
414

515
### Minor Changes

examples/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cipherstash/prisma-next-example",
33
"private": true,
4-
"version": "0.1.0-rc.3",
4+
"version": "0.1.0-rc.4",
55
"description": "End-to-end example of @cipherstash/prisma-next: searchable application-layer encryption for Postgres with Prisma Next, using @cipherstash/stack as the SDK.",
66
"type": "module",
77
"scripts": {

packages/bench/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @cipherstash/bench
22

3+
## 0.0.5-rc.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [cf2c57c]
8+
- Updated dependencies [508f1d5]
9+
- @cipherstash/stack@1.0.0-rc.4
10+
- @cipherstash/stack-drizzle@1.0.0-rc.4
11+
312
## 0.0.5-rc.3
413

514
### Patch Changes

packages/bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/bench",
3-
"version": "0.0.5-rc.3",
3+
"version": "0.0.5-rc.4",
44
"private": true,
55
"description": "Performance / index-engagement benchmarks for stack integrations (Drizzle, encryptedSupabase, Prisma).",
66
"type": "module",

packages/cli/CHANGELOG.md

Lines changed: 207 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)