Skip to content

Commit 9f9d365

Browse files
Version Packages (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 742f39d commit 9f9d365

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

.changeset/docs.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

apps/www/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# www
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 742f39d: Optimize documentation site with Next.js 16 improvements
8+
9+
Performance enhancements for faster builds and page loads.
10+
11+
- Enable Turbopack for production builds with `--turbo` flag
12+
- Add font preloading to Inter configuration for faster initial page loads
13+
314
## 0.1.1
415

516
### Patch Changes

apps/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"build": "next build --turbo",

0 commit comments

Comments
 (0)