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
6 changes: 0 additions & 6 deletions .changeset/eager-cougars-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-places-grow.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- 2b907a1: Improve CLI user experience for developer onboarding.

### Patch Changes

- Updated dependencies [2b907a1]
- @cipherstash/stack@0.9.0

## 1.1.22

### 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.1.22",
"version": "1.2.0",
"type": "module",
"scripts": {
"start": "tsx index.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/stack-forge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cipherstash/stack-forge

## 0.3.0

### Minor Changes

- 6f27ec3: Improve CLI user experience for developer onboarding.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stack-forge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/stack-forge",
"version": "0.2.0",
"version": "0.3.0",
"description": "CipherStash Stack Forge",
"license": "MIT",
"author": "CipherStash <hello@cipherstash.com>",
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.9.0

### Minor Changes

- 2b907a1: Improve CLI user experience for developer onboarding.

## 0.8.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.8.0",
"version": "0.9.0",
"description": "CipherStash Stack for TypeScript and JavaScript",
"keywords": [
"encrypted",
Expand Down
Loading