Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/fifty-toes-carry.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/basic-example

## 1.1.1

### Patch Changes

- Updated dependencies [c8468ee]
- @cipherstash/protect@9.1.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/basic-example",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"scripts": {
"start": "tsx index.ts"
Expand Down
13 changes: 13 additions & 0 deletions examples/dynamo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @cipherstash/dynamo-example

## 0.2.0

### Minor Changes

- c8468ee: Released initial version of the DynamoDB helper interface.

### Patch Changes

- Updated dependencies [c8468ee]
- @cipherstash/protect-dynamodb@1.0.0
- @cipherstash/protect@9.1.0
2 changes: 1 addition & 1 deletion examples/dynamo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/dynamo-example",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"scripts": {
"simple": "tsx src/simple.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/next-drizzle-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-drizzle-mysql

## 0.2.1

### Patch Changes

- Updated dependencies [c8468ee]
- @cipherstash/protect@9.1.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/next-drizzle-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-drizzle-mysql",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
7 changes: 7 additions & 0 deletions examples/nextjs-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/nextjs-clerk-example

## 0.2.1

### Patch Changes

- Updated dependencies [c8468ee]
- @cipherstash/protect@9.1.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/nextjs-clerk-example",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"check-types": "tsc --noEmit",
Expand Down
12 changes: 12 additions & 0 deletions packages/protect-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @cipherstash/protect-dynamodb

## 1.0.0

### Minor Changes

- c8468ee: Released initial version of the DynamoDB helper interface.

### Patch Changes

- Updated dependencies [c8468ee]
- @cipherstash/protect@9.1.0
2 changes: 1 addition & 1 deletion packages/protect-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect-dynamodb",
"version": "0.0.0",
"version": "1.0.0",
"description": "Protect.js DynamoDB Helpers",
"keywords": [
"dynamodb",
Expand Down
6 changes: 6 additions & 0 deletions packages/protect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cipherstash/protect

## 9.1.0

### Minor Changes

- c8468ee: Released initial version of the DynamoDB helper interface.

## 9.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect",
"version": "9.0.0",
"version": "9.1.0",
"description": "CipherStash Protect for JavaScript",
"keywords": [
"encrypted",
Expand Down