Skip to content

Commit 391f57f

Browse files
authored
Merge pull request #315 from cipherstash/changeset-release/main
Version Packages
2 parents fb8541a + e90521c commit 391f57f

File tree

8 files changed

+23
-13
lines changed

8 files changed

+23
-13
lines changed

.changeset/curvy-bushes-mix.md

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

.changeset/soft-times-tease.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.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1be8f81]
8+
- @cipherstash/stack@0.7.0
9+
310
## 1.1.20
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.20",
4+
"version": "1.1.21",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

packages/stack-forge/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @cipherstash/stack-forge
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 60ce44a: Initial release of the `stash-forge` CLI utility.

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.0.0",
3+
"version": "0.1.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.7.0
4+
5+
### Minor Changes
6+
7+
- 1be8f81: Exposed a public method on the Encryption client to expose the build Encryption schema.
8+
39
## 0.6.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.6.0",
3+
"version": "0.7.0",
44
"description": "CipherStash Stack for TypeScript and JavaScript",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)