Skip to content

Commit aa7b4f0

Browse files
committed
chore(release): prepare for version 1.1.2
1 parent 5b10621 commit aa7b4f0

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
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: 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.1",
3+
"version": "1.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)