Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/silver-hairs-return.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/basic-example

## 1.2.4

### Patch Changes

- Updated dependencies [068f820]
- @cipherstash/stack@0.13.0

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/basic-example",
"private": true,
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"scripts": {
"start": "tsx index.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cipherstash/cli

## 0.1.0

### Minor Changes

- 068f820: Release the consolidated CipherStash CLI npm package.

> 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`).

## 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/cli",
"version": "0.0.0",
"version": "0.1.0",
"description": "CipherStash CLI — the one stash command for auth, init, encryption schema, database setup, secrets, and the AI wizard.",
"license": "MIT",
"author": "CipherStash <hello@cipherstash.com>",
Expand Down
7 changes: 7 additions & 0 deletions packages/protect-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/protect-dynamodb

## 11.0.0

### Patch Changes

- Updated dependencies [068f820]
- @cipherstash/protect@11.1.0

## 10.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protect-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect-dynamodb",
"version": "10.0.0",
"version": "11.0.0",
"description": "Protect.js DynamoDB Helpers",
"keywords": [
"dynamodb",
Expand Down
6 changes: 6 additions & 0 deletions packages/protect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cipherstash/protect

## 11.1.0

### Minor Changes

- 068f820: Release the consolidated CipherStash CLI npm package.

## 11.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect",
"version": "11.0.0",
"version": "11.1.0",
"description": "CipherStash Protect for JavaScript",
"keywords": [
"encrypted",
Expand Down
6 changes: 6 additions & 0 deletions packages/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cipherstash/stack

## 0.13.0

### Minor Changes

- 068f820: Release the consolidated CipherStash CLI npm package.

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/stack",
"version": "0.12.0",
"version": "0.13.0",
"description": "CipherStash Stack for TypeScript and JavaScript",
"keywords": [
"encrypted",
Expand Down