Skip to content

Commit f5ef740

Browse files
committed
πŸš€ Release v6.0.0
1 parent c059a30 commit f5ef740

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,74 @@
1+
# Changelog
12

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
272

373
## [5.1.0](https://github.com/timelessco/next-ts-app/compare/v5.0.0...v5.1.0) (2023-04-12)
474

β€Ž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": "5.1.0",
3+
"version": "6.0.0",
44
"private": true,
55
"description": "Next TS App Template",
66
"keywords": [

0 commit comments

Comments
Β (0)