Skip to content

Commit 762857d

Browse files
committed
chore: use correct versions
1 parent ed3226d commit 762857d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/drizzle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @cipherstash/drizzle
22

3-
## 2.0.0
3+
## 1.1.0
44

55
### Patch Changes
66

packages/drizzle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/drizzle",
3-
"version": "2.0.0",
3+
"version": "1.1.0",
44
"description": "CipherStash Protect.js Drizzle ORM integration for TypeScript",
55
"keywords": [
66
"encrypted",
@@ -43,7 +43,7 @@
4343
"release": "tsup"
4444
},
4545
"peerDependencies": {
46-
"@cipherstash/protect": ">=10.1.0",
46+
"@cipherstash/protect": ">=10",
4747
"@cipherstash/schema": ">=2",
4848
"@types/pg": "*",
4949
"drizzle-kit": ">=0.20",

packages/protect-dynamodb/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @cipherstash/protect-dynamodb
22

3-
## 6.0.0
3+
## 5.1.0
44

55
### Patch Changes
66

packages/protect-dynamodb/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-dynamodb",
3-
"version": "6.0.0",
3+
"version": "5.1.0",
44
"description": "Protect.js DynamoDB Helpers",
55
"keywords": [
66
"dynamodb",

0 commit comments

Comments
 (0)