Skip to content

Commit 65b92ec

Browse files
Version Packages
1 parent 5340924 commit 65b92ec

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/empty-pumas-sin.md

Lines changed: 0 additions & 5 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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0883e16]
8+
- @cipherstash/protect@8.2.0
9+
310
## 1.0.9
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.9",
4+
"version": "1.0.10",
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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0883e16]
8+
- @cipherstash/protect@8.2.0
9+
310
## 0.1.3
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.3",
3+
"version": "0.1.4",
44
"private": true,
55
"scripts": {
66
"check-types": "tsc --noEmit",

packages/protect/CHANGELOG.md

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

3+
## 8.2.0
4+
5+
### Minor Changes
6+
7+
- 0883e16: Fix cipherstash.toml and cipherstash.secret.toml file loading by bumping to @cipherstash/protect-ffi v0.14.2
8+
39
## 8.1.0
410

511
### Minor 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": "8.1.0",
3+
"version": "8.2.0",
44
"description": "CipherStash Protect for JavaScript",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)