Skip to content

Commit

Permalink
Merge pull request #41 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 5d5c420 + 714d78e commit 64ca0be
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/pink-needles-sing.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

## 0.0.6

### Patch Changes

- Updated dependencies [7b8ec52]
- @cipherstash/jseql@3.7.0

## 0.0.5

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

## 3.7.0

### Minor Changes

- 7b8ec52: Implement packageless logging framework.

## 3.6.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.6.0",
"version": "3.7.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.7.0

### Minor Changes

- 7b8ec52: Implement packageless logging framework.

## 0.6.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.6.0",
"version": "0.7.0",
"description": "Nextjs middleware for jseql",
"keywords": [
"encrypted",
Expand Down

0 comments on commit 64ca0be

Please sign in to comment.