File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v0.1.0-beta.4
5+
6+ [ compare changes] ( https://github.com/LiasCode/pranx/compare/v0.1.0-beta.3...v0.1.0-beta.4 )
7+
8+ ### 🚀 Enhancements
9+
10+ - Implements getStaticPaths ([ cfaf61c] ( https://github.com/LiasCode/pranx/commit/cfaf61c ) )
11+
12+ ### 🩹 Fixes
13+
14+ - Update repository field to use object format ([ 0557ca4] ( https://github.com/LiasCode/pranx/commit/0557ca4 ) )
15+ - Client head css links should only be present of the current page ([ 604da90] ( https://github.com/LiasCode/pranx/commit/604da90 ) )
16+
17+ ### 💅 Refactors
18+
19+ - Rename InferProps to InferStaticProps for consistency ([ aab8208] ( https://github.com/LiasCode/pranx/commit/aab8208 ) )
20+
21+ ### 🏡 Chore
22+
23+ - Add tailwindcss to basic example ([ c828a5b] ( https://github.com/LiasCode/pranx/commit/c828a5b ) )
24+
25+ ### ❤️ Contributors
26+
27+ - LiasCode < liasraul00@gmail.com >
28+
429## v0.1.0-beta.3
530
631[ compare changes] ( https://github.com/LiasCode/pranx/compare/v0.1.0-beta.2...v0.1.0-beta.3 )
Original file line number Diff line number Diff line change 11{
22 "name" : " pranx" ,
3- "version" : " 0.1.0-beta.3 " ,
3+ "version" : " 0.1.0-beta.4 " ,
44 "description" : " The next of preact. A light-weight, Next.js-like fullstack metaframework" ,
55 "type" : " module" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments