Skip to content

Commit a5ddb27

Browse files
authored
Merge pull request #44 from cipherstash/changeset-release/main
Version Packages
2 parents ed3a3ab + e62a01c commit a5ddb27

File tree

7 files changed

+26
-10
lines changed

7 files changed

+26
-10
lines changed

.changeset/giant-flies-hide.md

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

apps/basic/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- eeaec18: Implemented typing and import synatx for es6.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [eeaec18]
12+
- @cipherstash/jseql@3.8.0
13+
314
## 0.0.6
415

516
### 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.6",
4+
"version": "0.1.0",
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.8.0
4+
5+
### Minor Changes
6+
7+
- eeaec18: Implemented typing and import synatx for es6.
8+
39
## 3.7.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.7.0",
3+
"version": "3.8.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.8.0
4+
5+
### Minor Changes
6+
7+
- eeaec18: Implemented typing and import synatx for es6.
8+
39
## 0.7.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.7.0",
3+
"version": "0.8.0",
44
"description": "Nextjs middleware for jseql",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)