Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2025
1 parent ed3a3ab commit e62a01c
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/giant-flies-hide.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- eeaec18: Implemented typing and import synatx for es6.

### Patch Changes

- Updated dependencies [eeaec18]
- @cipherstash/jseql@3.8.0

## 0.0.6

### 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.6",
"version": "0.1.0",
"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.8.0

### Minor Changes

- eeaec18: Implemented typing and import synatx for es6.

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

### Minor Changes

- eeaec18: Implemented typing and import synatx for es6.

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

0 comments on commit e62a01c

Please sign in to comment.