|
| 1 | +# Changelog |
1 | 2 |
|
| 3 | +## 6.0.0 (2025-03-20) |
| 4 | + |
| 5 | + |
| 6 | +### 𧨠BREAKING CHANGE |
| 7 | + |
| 8 | + |
| 9 | +#### `template`- β¨ update for 2025 with latest package versions (#374) |
| 10 | + |
| 11 | +* chore(deps): π§Ή remove zod-validation-error from pnpm-lock.yaml |
| 12 | + |
| 13 | +* chore(deps): π§Ή clean up pnpm-lock.yaml by removing outdated package entries |
| 14 | + |
| 15 | + |
| 16 | +Introduced in: [`bd69531`](https://github.com/timelessco/next-ts-app-template/commit/bd69531ff428a2f6a864c889ea400670a90633b7) |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +### π Notable Changes |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +#### `metadataUtils`- enable PWA splash screen on iOS |
| 27 | + |
| 28 | +- Include "apple-mobile-web-app-capable": "yes" with comments referencing relevant issues. |
| 29 | + |
| 30 | + |
| 31 | +Introduced in: [`c4559b5`](https://github.com/timelessco/next-ts-app-template/commit/c4559b5d92aa8c95723144e724eded15e575cd97) |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +#### `manifest`- update background and theme colors to white for better visibility |
| 37 | + |
| 38 | +- Changed background_color from "#000" to "#FFF" |
| 39 | +- Changed theme_color from "#000" to "#FFF" |
| 40 | + |
| 41 | + |
| 42 | +Introduced in: [`21b7097`](https://github.com/timelessco/next-ts-app-template/commit/21b7097c61069ab16dcad800b07866d9ed9dfbf9) |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +### ποΈ Commits |
| 49 | + |
| 50 | + |
| 51 | +#### β New Features |
| 52 | + |
| 53 | +- **`template:`** β¨ update for 2025 with latest package versions ([#374](https://github.com/timelessco/next-ts-app-template/issues/374)) - [bd69531](https://github.com/timelessco/next-ts-app-template/commit/bd69531ff428a2f6a864c889ea400670a90633b7) by @navin-moorthy |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | +#### π Bug Fixes |
| 58 | + |
| 59 | +- **`manifest:`** update background and theme colors to white for better visibility - [21b7097](https://github.com/timelessco/next-ts-app-template/commit/21b7097c61069ab16dcad800b07866d9ed9dfbf9) by @navin-moorthy, closes [#000](https://github.com/timelessco/next-ts-app-template/issues/000) [#000](https://github.com/timelessco/next-ts-app-template/issues/000) |
| 60 | + |
| 61 | +- **`metadataUtils:`** enable PWA splash screen on iOS - [c4559b5](https://github.com/timelessco/next-ts-app-template/commit/c4559b5d92aa8c95723144e724eded15e575cd97) by @navin-moorthy |
| 62 | + |
| 63 | +- **`release-it:`** update file references and configuration - [c059a30](https://github.com/timelessco/next-ts-app-template/commit/c059a3009f09ea8d2dabd3ac737af3511e2c09c2) by @navin-moorthy |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | +#### π¨ Maintenance Updates |
| 68 | + |
| 69 | +- **`deps:`** update all dependencies ([#376](https://github.com/timelessco/next-ts-app-template/issues/376)) - [21f8339](https://github.com/timelessco/next-ts-app-template/commit/21f833961cb56e708374cbade1bb214f0abf4cf8) by @renovate[bot] |
| 70 | + |
| 71 | +- **`package:`** π¦ Upgrade next, [@commitlint](https://github.com/commitlint), eslint, stylelint, and other dependencies - [7700279](https://github.com/timelessco/next-ts-app-template/commit/770027981d03bc24dc4dd609ed45d15b6d307fa8) by @navin-moorthy |
2 | 72 |
|
3 | 73 | ## [5.1.0](https://github.com/timelessco/next-ts-app/compare/v5.0.0...v5.1.0) (2023-04-12) |
4 | 74 |
|
|
0 commit comments