Skip to content

Commit 80f0922

Browse files
committed
Merge branch 'release/1.1.32'
2 parents bb06e4e + ac6ec7e commit 80f0922

File tree

4 files changed

+85
-91
lines changed

4 files changed

+85
-91
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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@v3.3.3 # Action provides caching dependencies and build outputs to improve workflow execution time.
78+
uses: actions/cache@v4.0.0 # 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.

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.32] - 2024-01-19
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
511
## [1.1.31] - 2024-01-17
612

713
### Documentation

package.json

Lines changed: 4 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.31",
3+
"version": "1.1.32",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -18,7 +18,7 @@
1818
"@lingui/core": "4.7.0",
1919
"@lingui/detect-locale": "4.7.0",
2020
"@lingui/react": "4.7.0",
21-
"autoprefixer": "10.4.16",
21+
"autoprefixer": "10.4.17",
2222
"clsx": "2.1.0",
2323
"cssnano": "6.0.3",
2424
"langs": "2.0.0",
@@ -45,7 +45,7 @@
4545
"@types/jest": "29.5.11",
4646
"@types/langs": "2.0.4",
4747
"@types/lint-staged": "13.3.0",
48-
"@types/node": "20.11.4",
48+
"@types/node": "20.11.5",
4949
"@types/react": "18.2.48",
5050
"@types/react-dom": "18.2.18",
5151
"eslint": "8.56.0",
@@ -59,7 +59,7 @@
5959
"jest": "29.7.0",
6060
"jest-environment-jsdom": "29.7.0",
6161
"lint-staged": "15.2.0",
62-
"prettier": "3.2.3",
62+
"prettier": "3.2.4",
6363
"prettier-plugin-jsdoc": "1.3.0",
6464
"prettier-plugin-organize-attributes": "1.0.0",
6565
"prettier-plugin-organize-imports": "3.2.4",

0 commit comments

Comments
 (0)