Skip to content

Commit

Permalink
Merge branch 'release/1.1.45'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jan 1, 2025
2 parents b06e5bf + 26462d6 commit 29719b9
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 88 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@v4.4.1
uses: orhun/git-cliff-action@v4.4.2
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.45] - 2025-01-01

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.44] - 2024-12-10

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.44",
"version": "1.1.45",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -27,7 +27,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "17.5.1",
"tailwind-merge": "2.5.4",
"tailwind-merge": "2.6.0",
"tailwindcss": "3.4.15"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"@lingui/macro": "4.5.0",
"@lingui/swc-plugin": "4.0.6",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
Expand All @@ -52,14 +52,14 @@
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-lingui": "0.8.0",
"eslint-plugin-lingui": "0.9.0",
"eslint-plugin-tailwindcss": "3.17.5",
"eslint-plugin-unicorn": "55.0.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "4.1.0",
Expand Down
Loading

0 comments on commit 29719b9

Please sign in to comment.