We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9198c commit 6aaeffeCopy full SHA for 6aaeffe
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.0.0-beta.2] - 2023-07-21
6
+
7
+### <!-- 02 -->Bug Fixes
8
9
+- Add page title and update locale files
10
+- Implement `useLingui` hook for proper translation rendering"
11
12
+### <!-- 04 -->Refactor
13
14
+- Improve code readability with proper spacing
15
16
## [1.0.0-beta.1] - 2023-07-21
17
18
### <!-- 05 -->Documentation
package.json
@@ -1,6 +1,6 @@
1
{
"name": "nextjs-lingui-template",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0-beta.2",
"private": true,
"scripts": {
"dev": "next dev",
0 commit comments