Skip to content

Commit 92299fe

Browse files
committed
Merge branch 'release/1.1.41'
2 parents 8d17437 + d1fbb19 commit 92299fe

File tree

6 files changed

+522
-495
lines changed

6 files changed

+522
-495
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@v3.2.0
119+
uses: orhun/git-cliff-action@v3.3.0
120120
id: git-cliff
121121
with:
122122
config: cliff.toml # The configuration file for git-cliff

CHANGELOG.md

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

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

5+
## [1.1.41] - 2024-08-20
6+
7+
### Styling
8+
9+
- Replace icon size classes for consistency
10+
511
## [1.1.40] - 2024-07-15
612

713
### Miscellaneous Tasks

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.40",
3+
"version": "1.1.41",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -18,17 +18,17 @@
1818
"@lingui/core": "4.5.0",
1919
"@lingui/detect-locale": "4.5.0",
2020
"@lingui/react": "4.5.0",
21-
"autoprefixer": "10.4.19",
21+
"autoprefixer": "10.4.20",
2222
"clsx": "2.1.1",
23-
"cssnano": "7.0.4",
23+
"cssnano": "7.0.5",
2424
"langs": "2.0.0",
2525
"next": "14.1.4",
26-
"postcss": "8.4.39",
26+
"postcss": "8.4.41",
2727
"react": "18.3.1",
2828
"react-dom": "18.3.1",
29-
"react-use": "17.5.0",
30-
"tailwind-merge": "2.4.0",
31-
"tailwindcss": "3.4.4"
29+
"react-use": "17.5.1",
30+
"tailwind-merge": "2.5.2",
31+
"tailwindcss": "3.4.10"
3232
},
3333
"devDependencies": {
3434
"@lingui/cli": "4.5.0",
@@ -37,35 +37,35 @@
3737
"@lingui/loader": "4.5.0",
3838
"@lingui/macro": "4.5.0",
3939
"@lingui/swc-plugin": "4.0.6",
40-
"@testing-library/jest-dom": "6.4.6",
40+
"@testing-library/jest-dom": "6.4.8",
4141
"@testing-library/react": "16.0.0",
4242
"@testing-library/user-event": "14.5.2",
4343
"@types/eslint": "8.56.10",
4444
"@types/eslint-config-prettier": "6.11.3",
4545
"@types/jest": "29.5.12",
4646
"@types/langs": "2.0.5",
4747
"@types/lint-staged": "13.3.0",
48-
"@types/node": "20.14.10",
48+
"@types/node": "22.4.1",
4949
"@types/react": "18.3.3",
5050
"@types/react-dom": "18.3.0",
5151
"eslint": "8.57.0",
5252
"eslint-config-next": "14.1.4",
5353
"eslint-config-prettier": "9.1.0",
54-
"eslint-plugin-prettier": "5.1.3",
54+
"eslint-plugin-prettier": "5.2.1",
5555
"eslint-plugin-lingui": "0.3.0",
5656
"eslint-plugin-tailwindcss": "3.17.4",
57-
"eslint-plugin-unicorn": "54.0.0",
58-
"husky": "9.0.11",
57+
"eslint-plugin-unicorn": "55.0.0",
58+
"husky": "9.1.4",
5959
"jest": "29.7.0",
6060
"jest-environment-jsdom": "29.7.0",
61-
"lint-staged": "15.2.7",
62-
"prettier": "3.3.2",
61+
"lint-staged": "15.2.9",
62+
"prettier": "3.3.3",
6363
"prettier-plugin-jsdoc": "1.3.0",
6464
"prettier-plugin-organize-attributes": "1.0.0",
6565
"prettier-plugin-organize-imports": "4.0.0",
66-
"prettier-plugin-tailwindcss": "0.6.5",
66+
"prettier-plugin-tailwindcss": "0.6.6",
6767
"serve": "14.2.3",
68-
"typescript": "5.5.3"
68+
"typescript": "5.5.4"
6969
},
7070
"resolutions": {
7171
"@babel/traverse": ">=7.23.2"

0 commit comments

Comments
 (0)