From 5955670cb02f0adc3e173b7ed0fbec73b73fb086 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Oct 2022 10:16:30 +0000 Subject: [PATCH] Version Packages --- .changeset/stale-nails-punch.md | 5 ----- examples/nextjs-app/CHANGELOG.md | 7 +++++++ examples/nextjs-app/package.json | 2 +- packages/http-exception/CHANGELOG.md | 6 ++++++ packages/http-exception/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/stale-nails-punch.md diff --git a/.changeset/stale-nails-punch.md b/.changeset/stale-nails-punch.md deleted file mode 100644 index 52e4b4a..0000000 --- a/.changeset/stale-nails-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@belgattitude/http-exception': patch ---- - -Remove hardcoded string in supportsCause function diff --git a/examples/nextjs-app/CHANGELOG.md b/examples/nextjs-app/CHANGELOG.md index c1bd6bb..73000b0 100644 --- a/examples/nextjs-app/CHANGELOG.md +++ b/examples/nextjs-app/CHANGELOG.md @@ -1,5 +1,12 @@ # @examples/nextjs-app +## 0.1.17 + +### Patch Changes + +- Updated dependencies [[`9498cb2`](https://github.com/belgattitude/http-exception/commit/9498cb269dbcf2fd43946209198fda16684be3db)]: + - @belgattitude/http-exception@1.3.2 + ## 0.1.16 ### Patch Changes diff --git a/examples/nextjs-app/package.json b/examples/nextjs-app/package.json index 03e5689..f7ac776 100644 --- a/examples/nextjs-app/package.json +++ b/examples/nextjs-app/package.json @@ -1,6 +1,6 @@ { "name": "@examples/nextjs-esm", - "version": "0.1.16", + "version": "0.1.17", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/http-exception/CHANGELOG.md b/packages/http-exception/CHANGELOG.md index 76ab48e..f3c5687 100644 --- a/packages/http-exception/CHANGELOG.md +++ b/packages/http-exception/CHANGELOG.md @@ -1,5 +1,11 @@ # @belgattitude/http-exception +## 1.3.2 + +### Patch Changes + +- [#91](https://github.com/belgattitude/http-exception/pull/91) [`9498cb2`](https://github.com/belgattitude/http-exception/commit/9498cb269dbcf2fd43946209198fda16684be3db) Thanks [@belgattitude](https://github.com/belgattitude)! - Remove hardcoded string in supportsCause function + ## 1.3.1 ### Patch Changes diff --git a/packages/http-exception/package.json b/packages/http-exception/package.json index 0e1b215..af5f321 100644 --- a/packages/http-exception/package.json +++ b/packages/http-exception/package.json @@ -1,6 +1,6 @@ { "name": "@belgattitude/http-exception", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "homepage": "https://github.com/belgattitude/http-exception", "repository": {