Skip to content

Commit

Permalink
Merge pull request #87 from cipherstash/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
calvinbrewer authored Feb 18, 2025
2 parents f828e5b + bf963ed commit 961217d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-turtles-arrive.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies [499c246]
- @cipherstash/protect@5.2.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/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.0.1",
"version": "1.0.2",
"main": "index.mjs",
"scripts": {
"start": "node index.mjs"
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/jseql

## 5.2.0

### Minor Changes

- 499c246: Implemented protectjs-ffi.

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.2.0",
"description": "CipherStash Protech for JavaScript",
"keywords": [
"encrypted",
Expand Down

0 comments on commit 961217d

Please sign in to comment.