Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2023
1 parent 68f928e commit 459cd06
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 19 deletions.
10 changes: 0 additions & 10 deletions .changeset/fuzzy-jars-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-geese-drum.md

This file was deleted.

6 changes: 6 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pointguard/cli",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down
7 changes: 7 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pointguard/examples-nextjs",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pointguard/core",
"version": "0.0.4",
"version": "0.0.5",
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pointguard/nextjs",
"version": "0.0.4",
"version": "0.0.5",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 459cd06

Please sign in to comment.