Skip to content

Commit

Permalink
Merge pull request #33 from cipherstash/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
calvinbrewer authored Jan 17, 2025
2 parents df2c6d7 + 336aa3d commit 6cf307e
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-pets-try.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-cats-check.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- Updated dependencies [9a3132c]
- Updated dependencies [9a3132c]
- @cipherstash/jseql@3.4.0

## 0.0.2

### 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": "0.0.2",
"version": "0.0.3",
"main": "index.mjs",
"scripts": {
"start": "node index.mjs"
Expand Down
7 changes: 7 additions & 0 deletions packages/jseql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cipherstash/jseql

## 3.4.0

### Minor Changes

- 9a3132c: Implemented bulk encryption and decryptions.
- 9a3132c: Fixed the logtape peer dependency version.

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jseql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/jseql",
"version": "3.3.0",
"version": "3.4.0",
"description": "Encrypted Query Language JavaScript Library",
"keywords": [
"encrypted",
Expand Down
6 changes: 6 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cipherstash/nextjs

## 0.3.0

### Minor Changes

- 9a3132c: Fixed the logtape peer dependency version.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/nextjs",
"version": "0.2.0",
"version": "0.3.0",
"description": "Nextjs middleware for jseql",
"keywords": [
"encrypted",
Expand Down

0 comments on commit 6cf307e

Please sign in to comment.