Skip to content

Commit

Permalink
changesets (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirtamir2 authored Jun 24, 2023
1 parent 53fe677 commit 08d5504
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
26 changes: 4 additions & 22 deletions packages/next-static-paths/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
# next-static-paths
# @nirtami2/next-static-paths

## 0.0.6
## 0.1.0

### Patch Changes
### Minor Changes

- d81f4ff: add a readme to the npm package

## 0.0.5

### Patch Changes

- 477976c: Add repository to package.json

## 0.0.4

### Patch Changes

- 238a159: Allow TypedLink to receive children in the types

## 0.0.3

### Patch Changes

- 3013374: Remove the `as` prop from the link
- 14d3fa6: Support next 13 app router pages
2 changes: 1 addition & 1 deletion packages/next-static-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nirtamir2/next-static-paths",
"version": "0.0.11",
"version": "0.1.0",
"description": "Static types for routing in Next.js apps",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 08d5504

Please sign in to comment.