diff --git a/.changeset/silver-hairs-return.md b/.changeset/silver-hairs-return.md deleted file mode 100644 index 73092df5..00000000 --- a/.changeset/silver-hairs-return.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@cipherstash/protect": minor -"@cipherstash/stack": minor -"@cipherstash/cli": minor ---- - -Release the consolidated CipherStash CLI npm package. diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index 61aa28ed..1dd423af 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/CHANGELOG.md @@ -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 diff --git a/examples/basic/package.json b/examples/basic/package.json index e873cfd0..e1b4ce7c 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -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" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3ea07232..72ece744 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 5fa408f8..ce6e61d7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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 ", diff --git a/packages/protect-dynamodb/CHANGELOG.md b/packages/protect-dynamodb/CHANGELOG.md index 6858631d..d2b87491 100644 --- a/packages/protect-dynamodb/CHANGELOG.md +++ b/packages/protect-dynamodb/CHANGELOG.md @@ -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 diff --git a/packages/protect-dynamodb/package.json b/packages/protect-dynamodb/package.json index 9dc07e96..1df5ef02 100644 --- a/packages/protect-dynamodb/package.json +++ b/packages/protect-dynamodb/package.json @@ -1,6 +1,6 @@ { "name": "@cipherstash/protect-dynamodb", - "version": "10.0.0", + "version": "11.0.0", "description": "Protect.js DynamoDB Helpers", "keywords": [ "dynamodb", diff --git a/packages/protect/CHANGELOG.md b/packages/protect/CHANGELOG.md index 3889c722..ff486d08 100644 --- a/packages/protect/CHANGELOG.md +++ b/packages/protect/CHANGELOG.md @@ -1,5 +1,11 @@ # @cipherstash/protect +## 11.1.0 + +### Minor Changes + +- 068f820: Release the consolidated CipherStash CLI npm package. + ## 11.0.0 ### Major Changes diff --git a/packages/protect/package.json b/packages/protect/package.json index 20db7304..e3a67f10 100644 --- a/packages/protect/package.json +++ b/packages/protect/package.json @@ -1,6 +1,6 @@ { "name": "@cipherstash/protect", - "version": "11.0.0", + "version": "11.1.0", "description": "CipherStash Protect for JavaScript", "keywords": [ "encrypted", diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index ec9d5992..0edf7e3b 100644 --- a/packages/stack/CHANGELOG.md +++ b/packages/stack/CHANGELOG.md @@ -1,5 +1,11 @@ # @cipherstash/stack +## 0.13.0 + +### Minor Changes + +- 068f820: Release the consolidated CipherStash CLI npm package. + ## 0.12.0 ### Minor Changes diff --git a/packages/stack/package.json b/packages/stack/package.json index fa75a9ea..3ff1bfde 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -1,6 +1,6 @@ { "name": "@cipherstash/stack", - "version": "0.12.0", + "version": "0.13.0", "description": "CipherStash Stack for TypeScript and JavaScript", "keywords": [ "encrypted",