File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments