Skip to content

Commit e63ebef

Browse files
committed
chore(release): v0.1.0-beta.4
1 parent cfaf61c commit e63ebef

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

packages/pranx/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
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)

packages/pranx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)