diff --git a/.changeset/flat-carrots-speak.md b/.changeset/flat-carrots-speak.md deleted file mode 100644 index 9f1977ad..00000000 --- a/.changeset/flat-carrots-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cipherstash/nextjs": minor -"@cipherstash/jseql": minor ---- - -Fixed improper use of throwing errors, and log with jseql logger. diff --git a/apps/basic/CHANGELOG.md b/apps/basic/CHANGELOG.md index e654131b..9a32af18 100644 --- a/apps/basic/CHANGELOG.md +++ b/apps/basic/CHANGELOG.md @@ -1,5 +1,12 @@ # @cipherstash/basic-example +## 0.1.1 + +### Patch Changes + +- Updated dependencies [e885975] + - @cipherstash/jseql@3.9.0 + ## 0.1.0 ### Minor Changes diff --git a/apps/basic/package.json b/apps/basic/package.json index 21fd31a0..383cf1fc 100644 --- a/apps/basic/package.json +++ b/apps/basic/package.json @@ -1,7 +1,7 @@ { "name": "@cipherstash/basic-example", "private": true, - "version": "0.1.0", + "version": "0.1.1", "main": "index.mjs", "scripts": { "start": "node index.mjs" diff --git a/packages/jseql/CHANGELOG.md b/packages/jseql/CHANGELOG.md index 5c0d2b7c..d0e5a67f 100644 --- a/packages/jseql/CHANGELOG.md +++ b/packages/jseql/CHANGELOG.md @@ -1,5 +1,11 @@ # @cipherstash/jseql +## 3.9.0 + +### Minor Changes + +- e885975: Fixed improper use of throwing errors, and log with jseql logger. + ## 3.8.0 ### Minor Changes diff --git a/packages/jseql/package.json b/packages/jseql/package.json index b06672e1..c30e2010 100644 --- a/packages/jseql/package.json +++ b/packages/jseql/package.json @@ -1,6 +1,6 @@ { "name": "@cipherstash/jseql", - "version": "3.8.0", + "version": "3.9.0", "description": "Encrypted Query Language JavaScript Library", "keywords": [ "encrypted", diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index dbb95dd6..4d548039 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,11 @@ # @cipherstash/nextjs +## 0.9.0 + +### Minor Changes + +- e885975: Fixed improper use of throwing errors, and log with jseql logger. + ## 0.8.0 ### Minor Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 35c7bf30..12ec5eb0 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@cipherstash/nextjs", - "version": "0.8.0", + "version": "0.9.0", "description": "Nextjs middleware for jseql", "keywords": [ "encrypted",