Skip to content

Commit

Permalink
Merge branch 'release/1.1.41'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Aug 20, 2024
2 parents 8d17437 + d1fbb19 commit 92299fe
Show file tree
Hide file tree
Showing 6 changed files with 522 additions and 495 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

# Generate a changelog for the new release using Git
- name: Generate a changelog
uses: orhun/git-cliff-action@v3.2.0
uses: orhun/git-cliff-action@v3.3.0
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
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.41] - 2024-08-20

### Styling

- Replace icon size classes for consistency

## [1.1.40] - 2024-07-15

### Miscellaneous Tasks
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.40",
"version": "1.1.41",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -18,17 +18,17 @@
"@lingui/core": "4.5.0",
"@lingui/detect-locale": "4.5.0",
"@lingui/react": "4.5.0",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"cssnano": "7.0.4",
"cssnano": "7.0.5",
"langs": "2.0.0",
"next": "14.1.4",
"postcss": "8.4.39",
"postcss": "8.4.41",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "17.5.0",
"tailwind-merge": "2.4.0",
"tailwindcss": "3.4.4"
"react-use": "17.5.1",
"tailwind-merge": "2.5.2",
"tailwindcss": "3.4.10"
},
"devDependencies": {
"@lingui/cli": "4.5.0",
Expand All @@ -37,35 +37,35 @@
"@lingui/loader": "4.5.0",
"@lingui/macro": "4.5.0",
"@lingui/swc-plugin": "4.0.6",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "29.5.12",
"@types/langs": "2.0.5",
"@types/lint-staged": "13.3.0",
"@types/node": "20.14.10",
"@types/node": "22.4.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-lingui": "0.3.0",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-unicorn": "54.0.0",
"husky": "9.0.11",
"eslint-plugin-unicorn": "55.0.0",
"husky": "9.1.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "4.0.0",
"prettier-plugin-tailwindcss": "0.6.5",
"prettier-plugin-tailwindcss": "0.6.6",
"serve": "14.2.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"resolutions": {
"@babel/traverse": ">=7.23.2"
Expand Down
Loading

0 comments on commit 92299fe

Please sign in to comment.