Skip to content

Commit

Permalink
Merge branch 'release/1.0.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Aug 10, 2023
2 parents 952a6b0 + 5661e50 commit 8fece72
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 193 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## [1.0.13] - 2023-08-10

### <!-- 08 -->Miscellaneous Tasks

- Bump prettier from 3.0.0 to 3.0.1
- Bump @types/eslint from 8.44.1 to 8.44.2
- Bump eslint-config-prettier from 8.9.0 to 8.10.0
- Bump @types/node from 20.4.6 to 20.4.7
- Bump @types/node from 20.4.7 to 20.4.8
- Bump next from 13.4.12 to 13.4.13
- Bump eslint-config-next from 13.4.12 to 13.4.13
- Bump eslint-config-prettier from 8.10.0 to 9.0.0
- Bump @types/react from 18.2.18 to 18.2.19
- Bump @types/node from 20.4.8 to 20.4.9
- Bump @lingui/detect-locale from 4.3.0 to 4.4.0
- Bump @lingui/loader from 4.3.0 to 4.4.0
- Bump @lingui/conf from 4.3.0 to 4.4.0
- Bump @lingui/cli from 4.3.0 to 4.4.0
- Bump @lingui/core from 4.3.0 to 4.4.0
- Bump @lingui/macro from 4.3.0 to 4.4.0
- Bump @types/react from 18.2.19 to 18.2.20
- Bump @lingui/react from 4.3.0 to 4.4.0

## [1.0.12] - 2023-08-03

### <!-- 08 -->Miscellaneous Tasks
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.0.12",
"version": "1.0.13",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -18,40 +18,40 @@
"dependencies": {
"@headlessui/react": "1.7.16",
"@heroicons/react": "2.0.18",
"@lingui/core": "4.3.0",
"@lingui/detect-locale": "4.3.0",
"@lingui/react": "4.3.0",
"@lingui/core": "4.4.0",
"@lingui/detect-locale": "4.4.0",
"@lingui/react": "4.4.0",
"clsx": "2.0.0",
"langs": "2.0.0",
"next": "13.4.12",
"next": "13.4.13",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@lingui/cli": "4.3.0",
"@lingui/conf": "4.3.0",
"@lingui/loader": "4.3.0",
"@lingui/macro": "4.3.0",
"@lingui/cli": "4.4.0",
"@lingui/conf": "4.4.0",
"@lingui/loader": "4.4.0",
"@lingui/macro": "4.4.0",
"@lingui/swc-plugin": "4.0.4",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/eslint": "8.44.1",
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/jest": "29.5.3",
"@types/langs": "2.0.1",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/testing-library__jest-dom": "5.14.9",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "8.9.0",
"eslint-config-next": "13.4.13",
"eslint-config-prettier": "9.0.0",
"jest": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"postcss": "8.4.27",
"prettier": "3.0.0",
"prettier": "3.0.1",
"prettier-plugin-organize-imports": "3.2.3",
"prettier-plugin-tailwindcss": "0.4.1",
"serve": "14.2.0",
Expand Down
Loading

0 comments on commit 8fece72

Please sign in to comment.