Skip to content

Commit 9d5d5b3

Browse files
committed
Merge tag 'v1.0.0-alpha.5' into develop
v1.0.0-alpha.5 # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCAAdFiEEQQ5FeMkincNRq9Cd4xAmMt9ykBMFAmS6ouoACgkQ4xAmMt9y # kBPN8g//S5iQJEfC8QlMhB2waE4WdHHw6CxWZjq0RijmZpQhVUNiOv8qyr3M6uvT # TxhJyz2qDVrkaBwZumydwLBb3FMzeoJOwNyBivYNK+hijB6WO8oYQbE9pgeGdg+g # NZjq/S8+TvWaTEK044XluTxn+OstUpalF3PGBqwctpodkGexWVQ3KtVYMVvLaaro # khB1jwrd7uviauJGK36cVlDe4umSXx/uL+jXaFd1ViDKWj9mbV2F8rnGVi8P510C # srK7r44hKmcHuM0RCruxE3cDeB3tUXFxJ5dRqtnXshuXINlgRcYvYR7Wr6vpKRvu # mtHg6fII1BAPRZ8oYdOV5d8tCPbp+O/Dy24gIJs2ZoB372bsKNKWoirVwJJHdZw8 # ptLs+SmUVqxv6gFBwODgFSEabwQHnjm8Rs8xPrVMegOCHFYFcHyS4N1fXkx79NzS # aKxYZdWcOYRKcLdrCqkLsmX8/e8Me2poc1BHahmU3PV6yNxKuxPSbuCTtSG5GQas # iJxLZPMCQ5SnyNsmvDpOXoVhquRTegLC1xqhNDrrSjbyFYSPP2e5ohuTNMRCIHnf # 7A0dDBckKPgV/qIiHO4yjmHOQUTHwW1ak1NHtmgxrb1yqBZzRerI/1SsLYB4AzQE # r87g8YYdgMUHD1RJ+3qFa+BIe+jwz4Km5Nm74QN7tiSaA+iv9Bk= # =/MFc # -----END PGP SIGNATURE----- # gpg: Signature made Fri Jul 21 18:53:22 2023 +0330 # gpg: using RSA key 410E4578C9229DC351ABD09DE3102632DF729013 # gpg: Good signature from "Milad Nekofar <[email protected]>" [ultimate] # gpg: aka "Milad Nekofar <[email protected]>" [ultimate]
2 parents d28cc8a + eb9ee1b commit 9d5d5b3

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.0-alpha.5] - 2023-07-21
6+
7+
### <!-- 01 -->Features
8+
9+
- Add locale switcher and necessary dependencies
10+
- Implement dynamic direction and language updates
11+
12+
### <!-- 04 -->Refactor
13+
14+
- Update homepage content and translations
15+
- Replace Inter font with `Vazirmatn` in homepage
16+
- Move localization initialization into its own hook
17+
- Add locale direction and name utilities
18+
- Move locale determination to separate hook
19+
- Update code for consistency in space usage
20+
21+
### <!-- 05 -->Documentation
22+
23+
- Create a LICENSE file for repository
24+
- Update README to reflect multi-lingual site construction
25+
26+
### <!-- 08 -->Miscellaneous Tasks
27+
28+
- Update Prettier command in `package.json`
29+
- Add Lingui files to `.gitignore`
30+
- Update localization files and add new translation
31+
532
## [1.0.0-alpha.4] - 2023-07-21
633

734
### <!-- 04 -->Refactor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-starter",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)