Skip to content

Commit 579f9b8

Browse files
authored
Merge pull request #318 from cipherstash/changeset-release/main
Version Packages
2 parents b6aeefb + 073e21c commit 579f9b8

File tree

8 files changed

+22
-13
lines changed

8 files changed

+22
-13
lines changed

.changeset/sharp-phones-own.md

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

.changeset/wet-zoos-follow.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.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3414761]
8+
- @cipherstash/stack@0.8.0
9+
310
## 1.1.21
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.21",
4+
"version": "1.1.22",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

packages/stack-forge/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 3414761: Add additional CLI tools for validate, status, init. Fixed push command to work with CipherStash Proxy.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/stack-forge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/stack-forge",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CipherStash Stack Forge",
55
"license": "MIT",
66
"author": "CipherStash <hello@cipherstash.com>",

packages/stack/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 3414761: Fixed Supabase or wrapper to escape EQL payloads correctly.
8+
39
## 0.7.0
410

511
### Minor Changes

packages/stack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/stack",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "CipherStash Stack for TypeScript and JavaScript",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)