Skip to content

Commit 4f087f3

Browse files
committed
Merge branch 'release/1.1.8'
2 parents d892ad4 + e52c02d commit 4f087f3

File tree

6 files changed

+452
-427
lines changed

6 files changed

+452
-427
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
# Generate a changelog for the new release using Git
118118
- name: Generate a changelog
119-
uses: orhun/git-cliff-action@v2.0.6
119+
uses: orhun/git-cliff-action@v2.1.0
120120
id: git-cliff
121121
with:
122122
config: cliff.toml # The configuration file for git-cliff

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: 17 additions & 17 deletions
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",
@@ -16,20 +16,25 @@
1616
"@headlessui/react": "1.7.17",
1717
"@heroicons/react": "2.0.18",
1818
"@lingui/core": "4.4.0",
19-
"@lingui/detect-locale": "4.4.0",
19+
"@lingui/detect-locale": "4.4.2",
2020
"@lingui/react": "4.4.0",
21+
"autoprefixer": "10.4.15",
22+
"cssnano": "6.0.1",
2123
"clsx": "2.0.0",
2224
"langs": "2.0.0",
25+
"postcss": "8.4.29",
2326
"next": "13.4.19",
2427
"react": "18.2.0",
2528
"react-dom": "18.2.0",
26-
"react-use": "17.4.0"
29+
"react-use": "17.4.0",
30+
"tailwind-merge": "1.14.0",
31+
"tailwindcss": "3.3.3"
2732
},
2833
"devDependencies": {
29-
"@lingui/cli": "4.4.0",
30-
"@lingui/conf": "4.4.0",
31-
"@lingui/format-po": "4.4.0",
32-
"@lingui/loader": "4.4.0",
34+
"@lingui/cli": "4.4.2",
35+
"@lingui/conf": "4.4.2",
36+
"@lingui/format-po": "4.4.2",
37+
"@lingui/loader": "4.4.2",
3338
"@lingui/macro": "4.4.0",
3439
"@lingui/swc-plugin": "4.0.4",
3540
"@testing-library/jest-dom": "6.0.0",
@@ -38,31 +43,26 @@
3843
"@types/eslint": "8.44.2",
3944
"@types/eslint-config-prettier": "6.11.0",
4045
"@types/jest": "29.5.4",
41-
"@types/langs": "2.0.1",
46+
"@types/langs": "2.0.2",
4247
"@types/lint-staged": "13.2.0",
43-
"@types/node": "20.5.6",
48+
"@types/node": "20.5.7",
4449
"@types/react": "18.2.21",
4550
"@types/react-dom": "18.2.7",
4651
"@types/testing-library__jest-dom": "5.14.9",
47-
"autoprefixer": "10.4.15",
48-
"cssnano": "6.0.1",
49-
"eslint": "8.47.0",
52+
"eslint": "8.48.0",
5053
"eslint-config-next": "13.4.19",
5154
"eslint-config-prettier": "9.0.0",
5255
"eslint-plugin-tailwindcss": "3.13.0",
5356
"husky": "8.0.3",
5457
"jest": "29.6.4",
5558
"jest-environment-jsdom": "29.6.4",
5659
"lint-staged": "14.0.1",
57-
"postcss": "8.4.28",
58-
"prettier": "3.0.2",
60+
"prettier": "3.0.3",
5961
"prettier-plugin-jsdoc": "1.0.1",
6062
"prettier-plugin-organize-attributes": "1.0.0",
6163
"prettier-plugin-organize-imports": "3.2.3",
62-
"prettier-plugin-tailwindcss": "0.5.3",
64+
"prettier-plugin-tailwindcss": "0.5.4",
6365
"serve": "14.2.1",
64-
"tailwind-merge": "1.14.0",
65-
"tailwindcss": "3.3.3",
6666
"typescript": "5.2.2"
6767
}
6868
}

0 commit comments

Comments
 (0)