Skip to content

Commit 64ca0be

Browse files
authored
Merge pull request #41 from cipherstash/changeset-release/main
Version Packages
2 parents 5d5c420 + 714d78e commit 64ca0be

7 files changed

Lines changed: 22 additions & 9 deletions

File tree

.changeset/pink-needles-sing.md

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

apps/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+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7b8ec52]
8+
- @cipherstash/jseql@3.7.0
9+
310
## 0.0.5
411

512
### Patch Changes

apps/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": "0.0.5",
4+
"version": "0.0.6",
55
"main": "index.mjs",
66
"scripts": {
77
"start": "node index.mjs"

packages/jseql/CHANGELOG.md

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

3+
## 3.7.0
4+
5+
### Minor Changes
6+
7+
- 7b8ec52: Implement packageless logging framework.
8+
39
## 3.6.0
410

511
### Minor Changes

packages/jseql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/jseql",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "Encrypted Query Language JavaScript Library",
55
"keywords": [
66
"encrypted",

packages/nextjs/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 7b8ec52: Implement packageless logging framework.
8+
39
## 0.6.0
410

511
### Minor Changes

packages/nextjs/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",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Nextjs middleware for jseql",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)