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 abe7813 commit 32f1fb9Copy full SHA for 32f1fb9
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.0.5] - 2023-07-28
6
+
7
+### <!-- 02 -->Bug Fixes
8
9
+- Remove close function from locale switcher component
10
11
+### <!-- 04 -->Refactor
12
13
+- Improve code formatting and remove unused import
14
+- Simplify locale switching logic in `useLocaleSwitcher`
15
16
## [1.0.4] - 2023-07-28
17
18
### <!-- 01 -->Features
package.json
@@ -1,6 +1,6 @@
1
{
"name": "nextjs-lingui-template",
- "version": "1.0.4",
+ "version": "1.0.5",
"private": true,
"scripts": {
"dev": "next dev",
0 commit comments