File tree 5 files changed +10
-9
lines changed
5 files changed +10
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# pliny
2
2
3
+ ## 0.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - d8cada5: Fix sitemap glob and replace tsx file extension
8
+
3
9
## 0.0.4
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " pliny" ,
3
3
"description" : " Main entry point for pliny components and CLI" ,
4
4
"homepage" : " https://github.com/timlrx/pliny" ,
5
- "version" : " 0.0.4 " ,
5
+ "version" : " 0.0.5 " ,
6
6
"main" : " ./dist/index.mjs" ,
7
7
"exports" : {
8
8
"./analytics" : " ./dist/analytics/index.mjs" ,
Original file line number Diff line number Diff line change 29
29
"next" : " 12.1.6" ,
30
30
"next-contentlayer" : " 0.2.5" ,
31
31
"next-themes" : " ^0.2.0" ,
32
- "pliny" : " ^0.0.4 " ,
32
+ "pliny" : " ^0.0.5 " ,
33
33
"postcss" : " ^8.4.5" ,
34
34
"preact" : " ^10.8.2" ,
35
35
"react" : " 17.0.2" ,
Original file line number Diff line number Diff line change @@ -13521,7 +13521,7 @@ __metadata:
13521
13521
languageName: node
13522
13522
linkType: hard
13523
13523
13524
- "pliny@^0.0.4 , pliny@workspace:packages/pliny":
13524
+ "pliny@^0.0.5 , pliny@workspace:packages/pliny":
13525
13525
version: 0.0.0-use.local
13526
13526
resolution: "pliny@workspace:packages/pliny"
13527
13527
dependencies:
@@ -15866,7 +15866,7 @@ __metadata:
15866
15866
next: 12.1.6
15867
15867
next-contentlayer: 0.2.5
15868
15868
next-themes: ^0.2.0
15869
- pliny: ^0.0.4
15869
+ pliny: ^0.0.5
15870
15870
postcss: ^8.4.5
15871
15871
preact: ^10.8.2
15872
15872
prettier: ^2.5.1
You can’t perform that action at this time.
0 commit comments