Skip to content

Commit d65b895

Browse files
committed
πŸš€ Release v6.0.8
1 parent cd75e80 commit d65b895

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## <small>6.0.8 (2025-07-02)</small>
4+
5+
### πŸ“Œ Other Notable Changes
6+
7+
8+
#### `components`- ♻️ simplify NextImage component interface
9+
10+
- Remove blur hash functionality and related props
11+
- Update dependencies: ESLint, TypeScript, Prettier, Tailwind
12+
- Move Sentry from dependencies to devDependencies
13+
- Add WCAG to spell check dictionary for accessibility
14+
15+
16+
Introduced in: [`cd75e80`](https://github.com/timelessco/next-ts-app-template/commit/cd75e802aa85421d977bc8c072a36655e95c3214)
17+
18+
19+
20+
21+
#### `components`- ♻️ remove unused Presentation and Slot components
22+
23+
- Eliminate Presentation and Slot components to streamline codebase
24+
- Update Container and Home components to use div instead of Presentation
25+
- Adjust environment variable example in .env.example for clarity
26+
- Refactor siteConfig to export constants for site name and description
27+
- Update sitemap and robots to use BASE_URL for consistency
28+
29+
30+
Introduced in: [`d70fe64`](https://github.com/timelessco/next-ts-app-template/commit/d70fe64bfa05cbee04bdf032593bd7ece26927ea)
31+
32+
33+
34+
35+
36+
### πŸ—ƒοΈ Commits
37+
38+
39+
#### 🐞 Bug Fixes
40+
41+
- **`deps:`** update all dependencies ([#382](https://github.com/timelessco/next-ts-app-template/issues/382)) - [ae1fffb](https://github.com/timelessco/next-ts-app-template/commit/ae1fffbf8e57a142b96cd47a0015f07092a8bb35) by @renovate[bot]
42+
43+
- **`deps:`** update all dependencies ([#383](https://github.com/timelessco/next-ts-app-template/issues/383)) - [801a55e](https://github.com/timelessco/next-ts-app-template/commit/801a55e23ed325ea55d043d1e68e265f253e98a9) by @renovate[bot]
44+
45+
46+
47+
#### ♻️ Code Refactoring
48+
49+
- **`components:`** ♻️ remove unused Presentation and Slot components - [d70fe64](https://github.com/timelessco/next-ts-app-template/commit/d70fe64bfa05cbee04bdf032593bd7ece26927ea) by @navin-moorthy
50+
51+
- **`components:`** ♻️ simplify NextImage component interface - [cd75e80](https://github.com/timelessco/next-ts-app-template/commit/cd75e802aa85421d977bc8c072a36655e95c3214) by @navin-moorthy
52+
53+
54+
55+
#### πŸ”¨ Maintenance Updates
56+
57+
- **`deps:`** 🧹 remove unused eslint-plugin-markdown dependency - [7aad074](https://github.com/timelessco/next-ts-app-template/commit/7aad0747a755c18b0ecf628699f6dc49a4a0498e) by @navin-moorthy
58+
59+
60+
61+
#### 🎨 Code Style Changes
62+
63+
- **`docs:`** πŸ’„ format markdown files for consistency - [732ef51](https://github.com/timelessco/next-ts-app-template/commit/732ef510946d99f5a3da43d6653bd368e8724f03) by @navin-moorthy
64+
365
## <small>6.0.7 (2025-04-01)</small>
466

567
### πŸ—ƒοΈ Commits

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-ts-app-template",
3-
"version": "6.0.7",
3+
"version": "6.0.8",
44
"private": true,
55
"description": "Next TS App Template",
66
"keywords": [

0 commit comments

Comments
Β (0)