Releases: timelessco/next-ts-app-template
Release v6.1.0
6.1.0 (2025-07-05)
🗃️ Commits
⭐ New Features
- ✨ add template sync system for derived repositories - 91ae9ec by @navin-moorthy
🐞 Bug Fixes
-
deps:replace all dependencies (#384) - 1edbd61 by @renovate[bot] -
svgo:🐛 comment out "removeXMLNS" optimization in SVGO config - 34a6bcb by @navin-moorthy
♻️ Code Refactoring
-
scripts:♻️ enhance error handling in clean script - 3bfac4e by @navin-moorthy -
scripts:♻️ improve SVG optimization and clean scripts - 2779e52 by @navin-moorthy
🔨 Maintenance Updates
-
cspell:🧹 add "Elems" to spell check dictionary - e02c2af by @navin-moorthy -
scripts:🧹 integrate fs-extra for file operations - cfcb668 by @navin-moorthy
Release v6.0.8
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
-
deps:update all dependencies (#382) - ae1fffb by @renovate[bot] -
deps:update all dependencies (#383) - 801a55e by @renovate[bot]
♻️ Code Refactoring
-
components:♻️ remove unused Presentation and Slot components - d70fe64 by @navin-moorthy -
components:♻️ simplify NextImage component interface - cd75e80 by @navin-moorthy
🔨 Maintenance Updates
deps:🧹 remove unused eslint-plugin-markdown dependency - 7aad074 by @navin-moorthy
🎨 Code Style Changes
docs:💄 format markdown files for consistency - 732ef51 by @navin-moorthy
Release v6.0.7
Release v6.0.6
6.0.6 (2025-03-27)
🗃️ Commits
🐞 Bug Fixes
-
deps:update all dependencies (#379) - 456c42c by @renovate[bot] -
Icon:🐛 make 'name' prop optional and add 'children' support for better accessibility - 0dee00a by @navin-moorthy
🔨 Maintenance Updates
-
docs:🧹 remove detailed technology section from DEVELOPMENT.md for clarity - 1ea7567 by @navin-moorthy -
docs:🧹 update table of contents formatting in multiple markdown files - 6efc464 by @navin-moorthy -
env:update example environment variables to be commented out for clarity - 8b85d54 by @navin-moorthy
Release v6.0.5
6.0.5 (2025-03-21)
🗃️ Commits
🐞 Bug Fixes
-
robots:🐛 update robots rules based on environment (#378) - 7deeea8 by @navin-moorthy -
spelling:🐛 update package.json for new words and lint-staged config - f40b103 by @navin-moorthy -
workflows:🐛 sort 'opened' event type to pull_request_target in semantic-pr.yml - 5f9dc8a by @navin-moorthy
💚 CI Changes
workflows:🤖 update CI workflows and hooks - 9ab151d by @navin-moorthy
Release v6.0.4
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
6.0.3 (2025-03-20)
🧨 BREAKING CHANGE
🗃️ Commits
🐞 Bug Fixes
template:remove whitespace in conditional for breaking changes - 3c3ae5f by @navin-moorthy
Release v6.0.2
6.0.2 (2025-03-20)
🧨 BREAKING CHANGE
🗃️ Commits
🐞 Bug Fixes
conventional-changelog:set breakingChanges to false if none exist - ae876dd by @navin-moorthy
Release v6.0.1
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
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
template:✨ update for 2025 with latest package versions (#374) - bd69531 by @navin-moorthy
🐞 Bug Fixes
-
manifest:update background and theme colors to white for better visibility - 21b7097 by @navin-moorthy, closes #000 #000 -
metadataUtils:enable PWA splash screen on iOS - c4559b5 by @navin-moorthy -
release-it:update file references and configuration - c059a30 by @navin-moorthy
🔨 Maintenance Updates
-
deps:update all dependencies (#376) - 21f8339 by @renovate[bot] -
package:📦 Upgrade next, @commitlint, eslint, stylelint, and other dependencies - 7700279 by @navin-moorthy