Skip to content

Commit

Permalink
Merge pull request #63 from ethanniser/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): 📦  version packages
  • Loading branch information
ethanniser authored Jul 22, 2023
2 parents 7c968a2 + 77960fd commit d72d945
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-candles-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-pots-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-paws-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-walls-film.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/next-typesafe-url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# next-typesafe-url

## 4.0.0

### Major Changes

- b5aad73: moved the HOC to /app/hoc to get around use client bundling issues

### Minor Changes

- 686cbe9: merged parseServerSide\*Params to a single function

### Patch Changes

- 686cbe9: fixed bugged with $path that added "}" to the end
- 686cbe9: fixed issue with arrays being passed to non catch all portions of route params not being fully encoded

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-typesafe-url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "next-typesafe-url",
"description": "Fully typesafe, JSON serializable, and zod validated URL search params, dynamic route params, and routing for NextJS pages directory",
"license": "MIT",
"version": "3.1.0",
"version": "4.0.0",
"author": "Ethan Niser",
"repository": {
"type": "git",
Expand Down

0 comments on commit d72d945

Please sign in to comment.