Skip to content

Releases: timelessco/next-ts-app-template

Release v6.1.0

05 Jul 18:11
v6.1.0
6d5adad

Choose a tag to compare

6.1.0 (2025-07-05)

🗃️ Commits

⭐ New Features

🐞 Bug Fixes

♻️ Code Refactoring

🔨 Maintenance Updates

Release v6.0.8

02 Jul 14:39
v6.0.8
d65b895

Choose a tag to compare

6.0.8 (2025-07-02)

📌 Other Notable Changes

components- ♻️ simplify NextImage component interface

  • Remove blur hash functionality and related props
    • Update dependencies: ESLint, TypeScript, Prettier, Tailwind
    • Move Sentry from dependencies to devDependencies
    • Add WCAG to spell check dictionary for accessibility

Introduced in: cd75e80

components- ♻️ remove unused Presentation and Slot components

  • Eliminate Presentation and Slot components to streamline codebase
  • Update Container and Home components to use div instead of Presentation
  • Adjust environment variable example in .env.example for clarity
  • Refactor siteConfig to export constants for site name and description
  • Update sitemap and robots to use BASE_URL for consistency

Introduced in: d70fe64

🗃️ Commits

🐞 Bug Fixes

♻️ Code Refactoring

🔨 Maintenance Updates

🎨 Code Style Changes

Release v6.0.7

01 Apr 04:35
v6.0.7
13ce3a1

Choose a tag to compare

6.0.7 (2025-04-01)

🗃️ Commits

🐞 Bug Fixes

🔨 Maintenance Updates

Release v6.0.6

27 Mar 05:50
v6.0.6
06f8def

Choose a tag to compare

6.0.6 (2025-03-27)

🗃️ Commits

🐞 Bug Fixes

🔨 Maintenance Updates

Release v6.0.5

21 Mar 06:58
v6.0.5
82b7cdf

Choose a tag to compare

6.0.5 (2025-03-21)

🗃️ Commits

🐞 Bug Fixes

💚 CI Changes

Release v6.0.4

20 Mar 17:33
v6.0.4
cb15e4b

Choose a tag to compare

6.0.4 (2025-03-20)

🗃️ Commits

🐞 Bug Fixes

  • conventional-changelog: add debug log for context in transform function - 665722b by @navin-moorthy

  • conventional-changelog: rename breakingChanges to hasBreakingChanges in transform function - d2a3030 by @navin-moorthy

Release v6.0.3

20 Mar 17:30
v6.0.3
93e04a8

Choose a tag to compare

6.0.3 (2025-03-20)

🧨 BREAKING CHANGE

🗃️ Commits

🐞 Bug Fixes

Release v6.0.2

20 Mar 17:28
v6.0.2
cdd4006

Choose a tag to compare

6.0.2 (2025-03-20)

🧨 BREAKING CHANGE

🗃️ Commits

🐞 Bug Fixes

Release v6.0.1

20 Mar 17:26
v6.0.1
676b581

Choose a tag to compare

6.0.1 (2025-03-20)

🧨 BREAKING CHANGE

🗃️ Commits

🐞 Bug Fixes

  • conventional-changelog: remove email and date filter from transform function - a1f01c5 by @navin-moorthy

Release v6.0.0

20 Mar 17:21
v6.0.0
f5ef740

Choose a tag to compare

6.0.0 (2025-03-20)

🧨 BREAKING CHANGE

template- ✨ update for 2025 with latest package versions (#374)

  • chore(deps): 🧹 remove zod-validation-error from pnpm-lock.yaml

  • chore(deps): 🧹 clean up pnpm-lock.yaml by removing outdated package entries

Introduced in: bd69531

👀 Notable Changes

metadataUtils- enable PWA splash screen on iOS

  • Include "apple-mobile-web-app-capable": "yes" with comments referencing relevant issues.

Introduced in: c4559b5

manifest- update background and theme colors to white for better visibility

  • Changed background_color from "#000" to "#FFF"
  • Changed theme_color from "#000" to "#FFF"

Introduced in: 21b7097

🗃️ Commits

⭐ New Features

🐞 Bug Fixes

🔨 Maintenance Updates