Skip to content

Commit e52c02d

Browse files
committed
chore(release): prepare for version 1.1.8
1 parent ea4d5ec commit e52c02d

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.1.8] - 2023-09-02
6+
7+
### <!-- 04 -->Refactor
8+
9+
- Add dynamic imports for LocaleSwitcher and ThemeSwitcher components
10+
- Replace useState with useLocalStorage in theme switcher
11+
- Update theme switcher component to improve theme state management
12+
13+
### <!-- 07 -->Continuous Integrations
14+
15+
- Bump orhun/git-cliff-action from 2.0.6 to 2.1.0
16+
17+
### <!-- 08 -->Miscellaneous Tasks
18+
19+
- Bump eslint from 8.47.0 to 8.48.0
20+
- Update dependency packages for application build process
21+
- Bump prettier from 3.0.2 to 3.0.3
22+
- Bump postcss from 8.4.28 to 8.4.29
23+
- Bump @types/node from 20.5.6 to 20.5.7
24+
- Bump @lingui/format-po from 4.4.0 to 4.4.1
25+
- Bump @lingui/cli from 4.4.0 to 4.4.1
26+
- Bump @types/langs from 2.0.1 to 2.0.2
27+
- Bump @lingui/loader from 4.4.0 to 4.4.1
28+
- Bump @lingui/conf from 4.4.0 to 4.4.1
29+
- Bump @lingui/detect-locale from 4.4.0 to 4.4.1
30+
- Bump @lingui/loader from 4.4.1 to 4.4.2
31+
- Bump @lingui/conf from 4.4.1 to 4.4.2
32+
- Bump prettier-plugin-tailwindcss from 0.5.3 to 0.5.4
33+
- Bump @lingui/detect-locale from 4.4.1 to 4.4.2
34+
- Bump @lingui/cli from 4.4.1 to 4.4.2
35+
- Bump @lingui/format-po from 4.4.1 to 4.4.2
36+
537
## [1.1.7] - 2023-08-28
638

739
### <!-- 08 -->Miscellaneous Tasks

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-template",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)