Skip to content

Commit 08d5504

Browse files
authored
changesets (#4)
1 parent 53fe677 commit 08d5504

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed
+4-22
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,7 @@
1-
# next-static-paths
1+
# @nirtami2/next-static-paths
22

3-
## 0.0.6
3+
## 0.1.0
44

5-
### Patch Changes
5+
### Minor Changes
66

7-
- d81f4ff: add a readme to the npm package
8-
9-
## 0.0.5
10-
11-
### Patch Changes
12-
13-
- 477976c: Add repository to package.json
14-
15-
## 0.0.4
16-
17-
### Patch Changes
18-
19-
- 238a159: Allow TypedLink to receive children in the types
20-
21-
## 0.0.3
22-
23-
### Patch Changes
24-
25-
- 3013374: Remove the `as` prop from the link
7+
- 14d3fa6: Support next 13 app router pages

packages/next-static-paths/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nirtamir2/next-static-paths",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"description": "Static types for routing in Next.js apps",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)