Skip to content

Commit

Permalink
Merge branch 'release/1.1.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Nov 6, 2023
2 parents 2c0f026 + 5b0f4ec commit e19eee7
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 105 deletions.
4 changes: 2 additions & 2 deletions .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@v2.1.1
uses: orhun/git-cliff-action@v2.2.0
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
# Create a new GitHub release using the gathered information
- name: Create the release
uses: nekofar/[email protected].12
uses: nekofar/[email protected].13
with:
tag: v${{ steps.release.outputs.version }} # The name of the tag to be released
title: v${{ steps.release.outputs.version }} # The title for the release
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.16] - 2023-11-06

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.15] - 2023-10-29

### Bug Fixes
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.15",
"version": "1.1.16",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -23,11 +23,11 @@
"clsx": "2.0.0",
"langs": "2.0.0",
"postcss": "8.4.31",
"next": "14.0.0",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.4.0",
"tailwind-merge": "1.14.0",
"tailwind-merge": "2.0.0",
"tailwindcss": "3.3.5"
},
"devDependencies": {
Expand All @@ -42,15 +42,15 @@
"@testing-library/user-event": "14.5.1",
"@types/eslint": "8.44.6",
"@types/eslint-config-prettier": "6.11.2",
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@types/langs": "2.0.3",
"@types/lint-staged": "13.2.0",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/testing-library__jest-dom": "5.14.9",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-tailwindcss": "3.13.0",
"husky": "8.0.3",
Expand Down
Loading

0 comments on commit e19eee7

Please sign in to comment.