Skip to content

Commit 9be7819

Browse files
authored
Merge pull request #127 from cipherstash/changeset-release/main
Version Packages
2 parents 3ca6418 + 48f9406 commit 9be7819

File tree

7 files changed

+27
-12
lines changed

7 files changed

+27
-12
lines changed

.changeset/shiny-jeans-clean.md

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

apps/basic/CHANGELOG.md

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

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8a4ea80]
8+
- @cipherstash/protect@8.0.0
9+
310
## 1.0.7
411

512
### Patch Changes

apps/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.0.7",
4+
"version": "1.0.8",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

apps/nextjs-clerk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cipherstash/nextjs-clerk-example
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [8a4ea80]
8+
- @cipherstash/protect@8.0.0
9+
310
## 0.1.1
411

512
### Patch Changes

apps/nextjs-clerk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/nextjs-clerk-example",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"check-types": "tsc --noEmit",

packages/protect/CHANGELOG.md

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

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- 8a4ea80: Implement EQL v2 data structure.
8+
9+
- Support for Protect.js searchable encryption when using Supabase.
10+
- Encrypted payloads are now composite types which support searchable encryption with EQL v2 functions.
11+
- The `data` property is an object that matches the EQL v2 data structure.
12+
313
## 7.0.0
414

515
### Major Changes

packages/protect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/protect",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "CipherStash Protect for JavaScript",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)