Skip to content

Commit 93ea280

Browse files
authored
Merge pull request #331 from cipherstash/changeset-release/main
Version Packages
2 parents 7601291 + b278df8 commit 93ea280

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/warm-wasps-joke.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.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [15764a8]
8+
- @cipherstash/stack@0.12.0
9+
310
## 1.2.2
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.2.2",
4+
"version": "1.2.3",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

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.12.0
4+
5+
### Minor Changes
6+
7+
- 15764a8: Implement stack auth into stash cli flow.
8+
39
## 0.11.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.11.0",
3+
"version": "0.12.0",
44
"description": "CipherStash Stack for TypeScript and JavaScript",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)