Skip to content

Commit

Permalink
Merge branch 'release/1.1.32'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jan 19, 2024
2 parents bb06e4e + ac6ec7e commit 80f0922
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Cache pnpm Store
uses: actions/cache@v3.3.3 # Action provides caching dependencies and build outputs to improve workflow execution time.
uses: actions/cache@v4.0.0 # Action provides caching dependencies and build outputs to improve workflow execution time.
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }} # The path of the directory to cache.
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} # An explicit key for restoring and saving the cache.
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.1.32] - 2024-01-19

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.31] - 2024-01-17

### Documentation
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.31",
"version": "1.1.32",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -18,7 +18,7 @@
"@lingui/core": "4.7.0",
"@lingui/detect-locale": "4.7.0",
"@lingui/react": "4.7.0",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.17",
"clsx": "2.1.0",
"cssnano": "6.0.3",
"langs": "2.0.0",
Expand All @@ -45,7 +45,7 @@
"@types/jest": "29.5.11",
"@types/langs": "2.0.4",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.4",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
Expand All @@ -59,7 +59,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.0",
"prettier": "3.2.3",
"prettier": "3.2.4",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
Expand Down
Loading

0 comments on commit 80f0922

Please sign in to comment.