Skip to content

Commit f053823

Browse files
committed
Merge branch 'release/1.1.1'
2 parents 99aca45 + 3f6a272 commit f053823

File tree

3 files changed

+405
-363
lines changed

3 files changed

+405
-363
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## [1.1.1] - 2023-08-22
6+
7+
### <!-- 08 -->Miscellaneous Tasks
8+
9+
- Bump serve from 14.2.0 to 14.2.1
10+
- Bump lint-staged from 14.0.0 to 14.0.1
11+
- Bump jest from 29.6.2 to 29.6.3
12+
- Bump next from 13.4.13 to 13.4.19
13+
- Bump eslint-config-next from 13.4.18 to 13.4.19
14+
- Bump jest-environment-jsdom from 29.6.2 to 29.6.3
15+
516
## [1.1.0] - 2023-08-21
617

718
### <!-- 01 -->Features

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -20,7 +20,7 @@
2020
"@lingui/react": "4.4.0",
2121
"clsx": "2.0.0",
2222
"langs": "2.0.0",
23-
"next": "13.4.13",
23+
"next": "13.4.19",
2424
"react": "18.2.0",
2525
"react-dom": "18.2.0",
2626
"usehooks-ts": "2.9.1"
@@ -45,17 +45,17 @@
4545
"@types/testing-library__jest-dom": "5.14.9",
4646
"autoprefixer": "10.4.15",
4747
"eslint": "8.47.0",
48-
"eslint-config-next": "13.4.18",
48+
"eslint-config-next": "13.4.19",
4949
"eslint-config-prettier": "9.0.0",
5050
"husky": "8.0.3",
51-
"jest": "29.6.2",
52-
"jest-environment-jsdom": "29.6.2",
53-
"lint-staged": "14.0.0",
51+
"jest": "29.6.3",
52+
"jest-environment-jsdom": "29.6.3",
53+
"lint-staged": "14.0.1",
5454
"postcss": "8.4.28",
5555
"prettier": "3.0.2",
5656
"prettier-plugin-organize-imports": "3.2.3",
5757
"prettier-plugin-tailwindcss": "0.5.3",
58-
"serve": "14.2.0",
58+
"serve": "14.2.1",
5959
"tailwindcss": "3.3.3",
6060
"typescript": "5.1.6"
6161
}

0 commit comments

Comments
 (0)