Skip to content

Commit b6b816b

Browse files
committed
Merge branch 'release/1.1.2'
2 parents f053823 + aa7b4f0 commit b6b816b

File tree

13 files changed

+1024
-290
lines changed

13 files changed

+1024
-290
lines changed

CHANGELOG.md

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

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

5+
## [1.1.2] - 2023-08-23
6+
7+
### <!-- 04 -->Refactor
8+
9+
- Add `clsxm` method for style flexibility
10+
- Update layout of Locale and Theme switchers
11+
- Update styles in Locale Switcher for dark mode
12+
13+
### <!-- 06 -->Build Environment
14+
15+
- Add cssnano to PostCSS config in production mode
16+
17+
### <!-- 08 -->Miscellaneous Tasks
18+
19+
- Add cssnano, update browserslist and other dependencies
20+
- Bump @types/react from 18.2.20 to 18.2.21
21+
- Bump cssnano from 5.1.15 to 6.0.1
22+
- Bump @types/jest from 29.5.3 to 29.5.4
23+
- Bump @types/node from 20.5.1 to 20.5.3
24+
- Add `tailwind-merge` package
25+
- Update prettier config for better tailwind support
26+
- Update line references in localization files
27+
- Add tailwindcss eslint plugin to project
28+
- Add eslint-plugin-prettier to package.json
29+
- Add prettier-plugin-jsdoc to package.json
30+
- Add prettier-plugin-organize-attributes to package.json
31+
- Add organize attribute and jsdoc plugins to prettier configs
32+
533
## [1.1.1] - 2023-08-22
634

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

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -19,6 +19,7 @@
1919
"@lingui/detect-locale": "4.4.0",
2020
"@lingui/react": "4.4.0",
2121
"clsx": "2.0.0",
22+
"eslint-plugin-prettier": "4.2.1",
2223
"langs": "2.0.0",
2324
"next": "13.4.19",
2425
"react": "18.2.0",
@@ -36,26 +37,31 @@
3637
"@testing-library/user-event": "14.4.3",
3738
"@types/eslint": "8.44.2",
3839
"@types/eslint-config-prettier": "6.11.0",
39-
"@types/jest": "29.5.3",
40+
"@types/jest": "29.5.4",
4041
"@types/langs": "2.0.1",
4142
"@types/lint-staged": "13.2.0",
42-
"@types/node": "20.5.1",
43-
"@types/react": "18.2.20",
43+
"@types/node": "20.5.3",
44+
"@types/react": "18.2.21",
4445
"@types/react-dom": "18.2.7",
4546
"@types/testing-library__jest-dom": "5.14.9",
4647
"autoprefixer": "10.4.15",
48+
"cssnano": "6.0.1",
4749
"eslint": "8.47.0",
4850
"eslint-config-next": "13.4.19",
4951
"eslint-config-prettier": "9.0.0",
52+
"eslint-plugin-tailwindcss": "3.8.3",
5053
"husky": "8.0.3",
5154
"jest": "29.6.3",
5255
"jest-environment-jsdom": "29.6.3",
5356
"lint-staged": "14.0.1",
5457
"postcss": "8.4.28",
5558
"prettier": "3.0.2",
59+
"prettier-plugin-jsdoc": "1.0.1",
60+
"prettier-plugin-organize-attributes": "1.0.0",
5661
"prettier-plugin-organize-imports": "3.2.3",
5762
"prettier-plugin-tailwindcss": "0.5.3",
5863
"serve": "14.2.1",
64+
"tailwind-merge": "1.14.0",
5965
"tailwindcss": "3.3.3",
6066
"typescript": "5.1.6"
6167
}

0 commit comments

Comments
 (0)