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
9 changes: 0 additions & 9 deletions .changeset/shiny-jeans-clean.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/basic-example

## 1.0.8

### Patch Changes

- Updated dependencies [8a4ea80]
- @cipherstash/protect@8.0.0

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/basic-example",
"private": true,
"version": "1.0.7",
"version": "1.0.8",
"type": "module",
"scripts": {
"start": "tsx index.ts"
Expand Down
7 changes: 7 additions & 0 deletions apps/nextjs-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/nextjs-clerk-example

## 0.1.2

### Patch Changes

- Updated dependencies [8a4ea80]
- @cipherstash/protect@8.0.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/nextjs-clerk-example",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"check-types": "tsc --noEmit",
Expand Down
10 changes: 10 additions & 0 deletions packages/protect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cipherstash/jseql

## 8.0.0

### Major Changes

- 8a4ea80: Implement EQL v2 data structure.

- Support for Protect.js searchable encryption when using Supabase.
- Encrypted payloads are now composite types which support searchable encryption with EQL v2 functions.
- The `data` property is an object that matches the EQL v2 data structure.

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect",
"version": "7.0.0",
"version": "8.0.0",
"description": "CipherStash Protect for JavaScript",
"keywords": [
"encrypted",
Expand Down