Skip to content

Commit

Permalink
Version Packages (canary) (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
belgattitude and github-actions[bot] authored Sep 16, 2023
1 parent 3263bab commit e6bc233
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
"@examples/next-classic": "0.10.1",
"@nextvalid/zod-request": "0.4.0"
},
"changesets": []
"changesets": [
"four-ghosts-joke",
"nasty-jobs-flash",
"spicy-houses-invent"
]
}
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.11.0-canary.0

### Minor Changes

- [#71](https://github.com/belgattitude/nextvalid/pull/71) [`3263bab`](https://github.com/belgattitude/nextvalid/commit/3263bab39d9080ed61643d7b20c044133f875b79) Thanks [@belgattitude](https://github.com/belgattitude)! - Update http/expection and zod to latest

### Patch Changes

- Updated dependencies [[`a1a53ae`](https://github.com/belgattitude/nextvalid/commit/a1a53ae4d01bc8c507eee379ebe7a90a087f9060), [`3263bab`](https://github.com/belgattitude/nextvalid/commit/3263bab39d9080ed61643d7b20c044133f875b79)]:
- @nextvalid/zod-request@0.5.0-canary.0

## 0.10.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.10.1",
"version": "0.11.0-canary.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/zod-request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextvalid/zod-request

## 0.5.0-canary.0

### Minor Changes

- [#64](https://github.com/belgattitude/nextvalid/pull/64) [`a1a53ae`](https://github.com/belgattitude/nextvalid/commit/a1a53ae4d01bc8c507eee379ebe7a90a087f9060) Thanks [@belgattitude](https://github.com/belgattitude)! - Drop node 16.x / upgrade to yarn 4.0.0-rc.50

- [#71](https://github.com/belgattitude/nextvalid/pull/71) [`3263bab`](https://github.com/belgattitude/nextvalid/commit/3263bab39d9080ed61643d7b20c044133f875b79) Thanks [@belgattitude](https://github.com/belgattitude)! - Remove nextjs < 12 and react 17 support

## 0.4.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.4.0",
"version": "0.5.0-canary.0",
"license": "MIT",
"homepage": "https://github.com/belgattitude/nextvalid",
"repository": {
Expand Down

0 comments on commit e6bc233

Please sign in to comment.