Skip to content

Commit cbff251

Browse files
Version Packages
1 parent 7d6bff2 commit cbff251

7 files changed

Lines changed: 23 additions & 8 deletions

File tree

.changeset/lemon-hornets-crash.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fe4b443]
8+
- @cipherstash/protect@6.2.0
9+
310
## 1.0.4
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.4",
4+
"version": "1.0.5",
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.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fe4b443]
8+
- @cipherstash/protect@6.2.0
9+
310
## 0.0.2
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.0.2",
3+
"version": "0.0.3",
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+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
- fe4b443: Added symbolic link for protect readme.
8+
39
## 6.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": "6.1.0",
3+
"version": "6.2.0",
44
"description": "CipherStash Protect for JavaScript",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)