Skip to content

Commit 5605c5f

Browse files
authored
Merge pull request #338 from cipherstash/changeset-release/main
Version Packages
2 parents 7da8ad4 + 0efa578 commit 5605c5f

File tree

11 files changed

+37
-12
lines changed

11 files changed

+37
-12
lines changed

.changeset/silver-hairs-return.md

Lines changed: 0 additions & 7 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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [068f820]
8+
- @cipherstash/stack@0.13.0
9+
310
## 1.2.3
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.3",
4+
"version": "1.2.4",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

packages/cli/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 068f820: Release the consolidated CipherStash CLI npm package.
8+
39
> Renamed from `@cipherstash/stack-forge`. The standalone `@cipherstash/wizard` package was absorbed into this CLI as `npx @cipherstash/cli wizard`. The single binary is now invoked via `npx @cipherstash/cli` (replaces `stash-forge` and `cipherstash-wizard`).
410
511
## 0.4.0

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/cli",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "CipherStash CLI — the one stash command for auth, init, encryption schema, database setup, secrets, and the AI wizard.",
55
"license": "MIT",
66
"author": "CipherStash <hello@cipherstash.com>",

packages/protect-dynamodb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cipherstash/protect-dynamodb
22

3+
## 11.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [068f820]
8+
- @cipherstash/protect@11.1.0
9+
310
## 10.0.0
411

512
### Patch Changes

packages/protect-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/protect-dynamodb",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "Protect.js DynamoDB Helpers",
55
"keywords": [
66
"dynamodb",

packages/protect/CHANGELOG.md

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

3+
## 11.1.0
4+
5+
### Minor Changes
6+
7+
- 068f820: Release the consolidated CipherStash CLI npm package.
8+
39
## 11.0.0
410

511
### Major Changes

packages/protect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/protect",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"description": "CipherStash Protect for JavaScript",
55
"keywords": [
66
"encrypted",

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.13.0
4+
5+
### Minor Changes
6+
7+
- 068f820: Release the consolidated CipherStash CLI npm package.
8+
39
## 0.12.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)