Skip to content

Commit 9d49155

Browse files
authored
Merge pull request #157 from cipherstash/changeset-release/main
Version Packages
2 parents c0cf180 + 63aabd4 commit 9d49155

File tree

11 files changed

+40
-10
lines changed

11 files changed

+40
-10
lines changed

.changeset/smart-worlds-wait.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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [587f222]
8+
- @cipherstash/protect@9.2.0
9+
310
## 1.1.1
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.1",
4+
"version": "1.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [587f222]
8+
- @cipherstash/protect@9.2.0
9+
- @cipherstash/protect-dynamodb@0.2.0
10+
311
## 0.2.1
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.1",
4+
"version": "0.2.2",
55
"type": "module",
66
"scripts": {
77
"simple": "tsx src/simple.ts",

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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [587f222]
8+
- @cipherstash/protect@9.2.0
9+
310
## 0.2.1
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.1",
3+
"version": "0.2.2",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [587f222]
8+
- @cipherstash/protect@9.2.0
9+
310
## 0.2.1
411

512
### 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.1",
3+
"version": "0.2.2",
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/protect
22

3+
## 9.2.0
4+
5+
### Minor Changes
6+
7+
- 587f222: Added support for deeply nested protect schemas to support more complex model objects.
8+
39
## 9.1.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)