Skip to content

Commit 59dbbc1

Browse files
authored
Merge pull request #215 from cipherstash/changeset-release/main
Version Packages
2 parents 231b5df + 762857d commit 59dbbc1

File tree

19 files changed

+72
-14
lines changed

19 files changed

+72
-14
lines changed

.changeset/large-masks-wink.md

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

examples/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.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b87c17]
8+
- @cipherstash/protect@10.1.0
9+
310
## 1.1.10
411

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

examples/dynamo/CHANGELOG.md

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

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b87c17]
8+
- @cipherstash/protect@10.1.0
9+
- @cipherstash/protect-dynamodb@6.0.0
10+
311
## 0.2.11
412

513
### 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.11",
4+
"version": "0.2.12",
55
"type": "module",
66
"scripts": {
77
"simple": "tsx src/simple.ts",

examples/nest/CHANGELOG.md

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

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b87c17]
8+
- @cipherstash/protect@10.1.0
9+
310
## 0.0.4
411

512
### Patch Changes

examples/nest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "",
55
"author": "",
66
"private": true,

examples/next-drizzle-mysql/CHANGELOG.md

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

3+
## 0.2.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b87c17]
8+
- @cipherstash/protect@10.1.0
9+
310
## 0.2.10
411

512
### 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.10",
3+
"version": "0.2.11",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

examples/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.2.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b87c17]
8+
- @cipherstash/protect@10.1.0
9+
310
## 0.2.10
411

512
### Patch Changes

0 commit comments

Comments
 (0)