Skip to content

Commit ed9cd9c

Browse files
Version Packages
1 parent 936b923 commit ed9cd9c

File tree

15 files changed

+52
-12
lines changed

15 files changed

+52
-12
lines changed

.changeset/mean-views-rest.md

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

examples/basic/CHANGELOG.md

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- @cipherstash/protect@9.4.1
8+
39
## 1.1.4
410

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

examples/dynamo/CHANGELOG.md

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

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- @cipherstash/protect@9.4.1
8+
- @cipherstash/protect-dynamodb@2.0.1
9+
310
## 0.2.5
411

512
### Patch Changes

examples/dynamo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cipherstash/dynamo-example",
33
"private": true,
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"type": "module",
66
"scripts": {
77
"simple": "tsx src/simple.ts",

examples/next-drizzle-mysql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# next-drizzle-mysql
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- @cipherstash/protect@9.4.1
8+
39
## 0.2.4
410

511
### Patch Changes

examples/next-drizzle-mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-drizzle-mysql",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

examples/nextjs-clerk/CHANGELOG.md

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- @cipherstash/protect@9.4.1
8+
39
## 0.2.4
410

511
### Patch Changes

examples/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.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"scripts": {
66
"check-types": "tsc --noEmit",

packages/protect-dynamodb/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- @cipherstash/protect@9.4.1
8+
39
## 2.0.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)