Skip to content

Commit fcb7e33

Browse files
authored
Merge pull request #495 from cipherstash/changeset-release/main
Version Packages
2 parents 1743141 + 9dc5548 commit fcb7e33

12 files changed

Lines changed: 73 additions & 42 deletions

File tree

.changeset/export-operation-result-types.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/restore-null-guards-in-encryption-ops.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/basic/CHANGELOG.md

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

3+
## 1.2.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6e7ae4e]
8+
- Updated dependencies [712d7fa]
9+
- @cipherstash/stack@0.18.0
10+
311
## 1.2.11
412

513
### 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.11",
4+
"version": "1.2.12",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

examples/prisma/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6e7ae4e]
8+
- Updated dependencies [712d7fa]
9+
- @cipherstash/stack@0.18.0
10+
- @cipherstash/prisma-next@0.3.1
11+
312
## 0.0.3
413

514
### Patch 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.0.3",
4+
"version": "0.0.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cipherstash/bench
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6e7ae4e]
8+
- Updated dependencies [712d7fa]
9+
- @cipherstash/stack@0.18.0
10+
311
## 0.0.2
412

513
### 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.2",
3+
"version": "0.0.3",
44
"private": true,
55
"description": "Performance / index-engagement benchmarks for stack integrations (Drizzle, encryptedSupabase, Prisma).",
66
"type": "module",

packages/prisma-next/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6e7ae4e]
8+
- Updated dependencies [712d7fa]
9+
- @cipherstash/stack@0.18.0
10+
311
## 0.3.0
412

513
### Minor Changes

packages/prisma-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/prisma-next",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"license": "MIT",
55
"author": "CipherStash <support@cipherstash.com>",
66
"description": "CipherStash extension for Prisma Next: searchable application-layer field-level encryption for Postgres, with six encrypted column types, 17 query operators, bulk encrypt/decrypt middleware, and a baseline migration that installs the vendored EQL bundle SQL byte-for-byte.",

0 commit comments

Comments
 (0)