From 459cd0658303a6cd61dd8a0d7d790f1146d897b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Nov 2023 10:00:23 +0000 Subject: [PATCH] Version Packages --- .changeset/fuzzy-jars-compare.md | 10 ---------- .changeset/serious-geese-drum.md | 5 ----- crates/cli/CHANGELOG.md | 6 ++++++ crates/cli/package.json | 2 +- examples/nextjs/CHANGELOG.md | 7 +++++++ examples/nextjs/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/nextjs/CHANGELOG.md | 10 ++++++++++ packages/nextjs/package.json | 2 +- 10 files changed, 37 insertions(+), 19 deletions(-) delete mode 100644 .changeset/fuzzy-jars-compare.md delete mode 100644 .changeset/serious-geese-drum.md diff --git a/.changeset/fuzzy-jars-compare.md b/.changeset/fuzzy-jars-compare.md deleted file mode 100644 index 6ced01a..0000000 --- a/.changeset/fuzzy-jars-compare.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@pointguard/nextjs": patch -"@pointguard/core": patch ---- - -use the webhook openapi definition for types - -the Next.js adapter now returns 200 for all execution requests, -because we successfuly applied them. But the JSON might be an error -(that is managed by Pointguard). Errors are values, Exceptions are bugs. diff --git a/.changeset/serious-geese-drum.md b/.changeset/serious-geese-drum.md deleted file mode 100644 index 8f9edb8..0000000 --- a/.changeset/serious-geese-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pointguard/cli": patch ---- - -add executeTask webhook with the request/response schemas diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 89ce09f..13e8170 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @pointguard/cli +## 0.0.6 + +### Patch Changes + +- [#10](https://github.com/Schniz/pointguard/pull/10) [`26ea3d4`](https://github.com/Schniz/pointguard/commit/26ea3d4af0c246fad952526599f17fbc3b5b1130) Thanks [@Schniz](https://github.com/Schniz)! - add executeTask webhook with the request/response schemas + ## 0.0.5 ### Patch Changes diff --git a/crates/cli/package.json b/crates/cli/package.json index 2a3efba..3d9c0e7 100644 --- a/crates/cli/package.json +++ b/crates/cli/package.json @@ -1,7 +1,7 @@ { "name": "@pointguard/cli", "private": true, - "version": "0.0.5", + "version": "0.0.6", "description": "", "main": "index.js", "scripts": {}, diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 790d9ac..397c0b2 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @pointguard/examples-nextjs +## 1.0.2 + +### Patch Changes + +- Updated dependencies [[`26ea3d4`](https://github.com/Schniz/pointguard/commit/26ea3d4af0c246fad952526599f17fbc3b5b1130)]: + - @pointguard/nextjs@0.0.5 + ## 1.0.1 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 962af4a..def1fdb 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "@pointguard/examples-nextjs", "private": true, - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "index.js", "scripts": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 25a17ab..c4c17e5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @pointguard/core +## 0.0.5 + +### Patch Changes + +- [#10](https://github.com/Schniz/pointguard/pull/10) [`26ea3d4`](https://github.com/Schniz/pointguard/commit/26ea3d4af0c246fad952526599f17fbc3b5b1130) Thanks [@Schniz](https://github.com/Schniz)! - use the webhook openapi definition for types + + the Next.js adapter now returns 200 for all execution requests, + because we successfuly applied them. But the JSON might be an error + (that is managed by Pointguard). Errors are values, Exceptions are bugs. + ## 0.0.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 03f4e9a..944de34 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@pointguard/core", - "version": "0.0.4", + "version": "0.0.5", "publishConfig": { "access": "public" }, diff --git a/packages/nextjs/CHANGELOG.md b/packages/nextjs/CHANGELOG.md index 89e3294..ddabd6a 100644 --- a/packages/nextjs/CHANGELOG.md +++ b/packages/nextjs/CHANGELOG.md @@ -1,5 +1,15 @@ # @pointguard/nextjs +## 0.0.5 + +### Patch Changes + +- [#10](https://github.com/Schniz/pointguard/pull/10) [`26ea3d4`](https://github.com/Schniz/pointguard/commit/26ea3d4af0c246fad952526599f17fbc3b5b1130) Thanks [@Schniz](https://github.com/Schniz)! - use the webhook openapi definition for types + + the Next.js adapter now returns 200 for all execution requests, + because we successfuly applied them. But the JSON might be an error + (that is managed by Pointguard). Errors are values, Exceptions are bugs. + ## 0.0.4 ### Patch Changes diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 1b7e135..0c83a1f 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@pointguard/nextjs", - "version": "0.0.4", + "version": "0.0.5", "publishConfig": { "access": "public" },