Skip to content

Commit

Permalink
Merge branch 'release/1.1.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Nov 8, 2023
2 parents e19eee7 + 194b93e commit 0fb9e0e
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 74 deletions.
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.17] - 2023-11-08

### Miscellaneous Tasks

- Enable `webpackBuildWorker` in Next.js configuration

## [1.1.16] - 2023-11-06

### Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const nextConfig = {
unoptimized: true,
},
experimental: {
webpackBuildWorker: true,
swcPlugins: [
[
'@lingui/swc-plugin',
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.16",
"version": "1.1.17",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -40,16 +40,16 @@
"@testing-library/jest-dom": "6.0.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/eslint": "8.44.6",
"@types/eslint-config-prettier": "6.11.2",
"@types/eslint": "8.44.7",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "29.5.7",
"@types/langs": "2.0.3",
"@types/lint-staged": "13.2.0",
"@types/langs": "2.0.4",
"@types/lint-staged": "13.2.2",
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@types/testing-library__jest-dom": "5.14.9",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-tailwindcss": "3.13.0",
Expand Down
Loading

0 comments on commit 0fb9e0e

Please sign in to comment.