Skip to content

Commit 87ded86

Browse files
authored
Merge pull request #242 from cipherstash/changeset-release/main
Version Packages
2 parents 6d86acf + 354e61e commit 87ded86

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/sparkly-breads-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/nextjs-clerk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cipherstash/nextjs-clerk-example
22

3+
## 0.2.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1535259]
8+
- @cipherstash/nextjs@4.1.0
9+
310
## 0.2.13
411

512
### Patch Changes

examples/nextjs-clerk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/nextjs-clerk-example",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"private": true,
55
"scripts": {
66
"check-types": "tsc --noEmit",

packages/nextjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cipherstash/nextjs
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- 1535259: Remove node api calls which are incompatible with Next.js middleware.
8+
39
## 4.0.0
410

511
### Major Changes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/nextjs",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Nextjs package for use with @cipherstash/protect",
55
"keywords": [
66
"encrypted",

0 commit comments

Comments
 (0)