diff --git a/.changeset/quick-rockets-smash.md b/.changeset/quick-rockets-smash.md deleted file mode 100644 index e01dda4..0000000 --- a/.changeset/quick-rockets-smash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"zsa-react": patch -"zsa": patch ---- - -throwing the error when it is a next redirect error to allow the next framework to properly handle and redirect diff --git a/packages/zsa-react/CHANGELOG.md b/packages/zsa-react/CHANGELOG.md index fdac3e1..2a9e531 100644 --- a/packages/zsa-react/CHANGELOG.md +++ b/packages/zsa-react/CHANGELOG.md @@ -1,5 +1,13 @@ # server-actions-wrapper +## 0.1.2 + +### Patch Changes + +- 735530f: throwing the error when it is a next redirect error to allow the next framework to properly handle and redirect +- Updated dependencies [735530f] + - zsa@0.2.1 + ## 0.1.1 ### Patch Changes diff --git a/packages/zsa-react/package.json b/packages/zsa-react/package.json index ff1f126..f2e28d8 100644 --- a/packages/zsa-react/package.json +++ b/packages/zsa-react/package.json @@ -1,6 +1,6 @@ { "name": "zsa-react", - "version": "0.1.1", + "version": "0.1.2", "publishConfig": { "access": "public" }, diff --git a/packages/zsa/CHANGELOG.md b/packages/zsa/CHANGELOG.md index 0c30832..1990884 100644 --- a/packages/zsa/CHANGELOG.md +++ b/packages/zsa/CHANGELOG.md @@ -1,5 +1,11 @@ # server-actions-wrapper +## 0.2.1 + +### Patch Changes + +- 735530f: throwing the error when it is a next redirect error to allow the next framework to properly handle and redirect + ## 0.2.0 ### Minor Changes diff --git a/packages/zsa/package.json b/packages/zsa/package.json index daf71f0..c076c59 100644 --- a/packages/zsa/package.json +++ b/packages/zsa/package.json @@ -1,6 +1,6 @@ { "name": "zsa", - "version": "0.2.0", + "version": "0.2.1", "publishConfig": { "access": "public" },