Skip to content

Commit

Permalink
Merge pull request #6 from belgattitude/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
belgattitude authored Nov 21, 2022
2 parents 069da0e + d01e999 commit 590f3f6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/shiny-swans-peel.md

This file was deleted.

11 changes: 11 additions & 0 deletions examples/next-classic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @examples/nextjs-simple

## 0.10.0

### Minor Changes

- [#5](https://github.com/belgattitude/nextvalid/pull/5) [`476f8c1`](https://github.com/belgattitude/nextvalid/commit/476f8c13a691c4447ccbda32026bfec205e52cbf) Thanks [@belgattitude](https://github.com/belgattitude)! - Move to @httpx/exception for error handling

### Patch Changes

- Updated dependencies [[`476f8c1`](https://github.com/belgattitude/nextvalid/commit/476f8c13a691c4447ccbda32026bfec205e52cbf)]:
- @nextvalid/zod-request@0.3.0

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/next-classic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-classic",
"version": "0.9.1",
"version": "0.10.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/zod-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextvalid/zod-request

## 0.3.0

### Minor Changes

- [#5](https://github.com/belgattitude/nextvalid/pull/5) [`476f8c1`](https://github.com/belgattitude/nextvalid/commit/476f8c13a691c4447ccbda32026bfec205e52cbf) Thanks [@belgattitude](https://github.com/belgattitude)! - Move to @httpx/exception for error handling

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextvalid/zod-request",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"homepage": "https://github.com/belgattitude/nextvalid",
"repository": {
Expand Down

0 comments on commit 590f3f6

Please sign in to comment.