Skip to content

Commit 5a58f4b

Browse files
committed
Merge branch 'release/1.1.36'
2 parents 98b9564 + e986249 commit 5a58f4b

File tree

4 files changed

+636
-578
lines changed

4 files changed

+636
-578
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
7676
7777
- name: Cache pnpm Store
78-
uses: actions/cache@v4.0.0 # Action provides caching dependencies and build outputs to improve workflow execution time.
78+
uses: actions/cache@v4.0.1 # Action provides caching dependencies and build outputs to improve workflow execution time.
7979
with:
8080
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} # The path of the directory to cache.
8181
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} # An explicit key for restoring and saving the cache.
@@ -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.0.1
119+
uses: orhun/git-cliff-action@v3.0.2
120120
id: git-cliff
121121
with:
122122
config: cliff.toml # The configuration file for git-cliff

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

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

5-
## [1.1.35]] - 2024-02-24
5+
## [1.1.36] - 2024-03-06
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
11+
## [1.1.35] - 2024-02-24
612

713
### Bug Fixes
814

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.35",
3+
"version": "1.1.36",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -18,11 +18,11 @@
1818
"@lingui/core": "4.7.1",
1919
"@lingui/detect-locale": "4.7.1",
2020
"@lingui/react": "4.7.1",
21-
"autoprefixer": "10.4.17",
21+
"autoprefixer": "10.4.18",
2222
"clsx": "2.1.0",
23-
"cssnano": "6.0.4",
23+
"cssnano": "6.0.5",
2424
"langs": "2.0.0",
25-
"next": "14.1.0",
25+
"next": "14.1.2",
2626
"postcss": "8.4.35",
2727
"react": "18.2.0",
2828
"react-dom": "18.2.0",
@@ -40,16 +40,16 @@
4040
"@testing-library/jest-dom": "6.4.2",
4141
"@testing-library/react": "14.2.1",
4242
"@testing-library/user-event": "14.5.2",
43-
"@types/eslint": "8.56.3",
43+
"@types/eslint": "8.56.5",
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.11.20",
49-
"@types/react": "18.2.57",
50-
"@types/react-dom": "18.2.19",
51-
"eslint": "8.56.0",
52-
"eslint-config-next": "14.1.0",
48+
"@types/node": "20.11.24",
49+
"@types/react": "18.2.63",
50+
"@types/react-dom": "18.2.20",
51+
"eslint": "8.57.0",
52+
"eslint-config-next": "14.1.2",
5353
"eslint-config-prettier": "9.1.0",
5454
"eslint-plugin-prettier": "5.1.3",
5555
"eslint-plugin-lingui": "0.3.0",

0 commit comments

Comments
 (0)