Skip to content

Commit

Permalink
Merge branch 'release/1.1.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Oct 29, 2023
2 parents 62922ad + a50d6b7 commit 2c0f026
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v4.1.1 # Action for checking out a repo.

- name: Setup Node.js ${{ matrix.node-version }} Environment
uses: actions/setup-node@v3.8.1 # Action for setting up Node environment.
uses: actions/setup-node@v4.0.0 # Action for setting up Node environment.
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Set up Node.js environment.
- name: Set up Node.js environment
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0

# Install pnpm package manager.
- name: Install pnpm package manager
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.15] - 2023-10-29

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.14] - 2023-10-22

### 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.14",
"version": "1.1.15",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -23,12 +23,12 @@
"clsx": "2.0.0",
"langs": "2.0.0",
"postcss": "8.4.31",
"next": "13.5.6",
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.4.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.3"
"tailwindcss": "3.3.5"
},
"devDependencies": {
"@lingui/cli": "4.5.0",
Expand All @@ -45,12 +45,12 @@
"@types/jest": "29.5.6",
"@types/langs": "2.0.3",
"@types/lint-staged": "13.2.0",
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/testing-library__jest-dom": "5.14.9",
"eslint": "8.51.0",
"eslint-config-next": "13.5.6",
"eslint": "8.52.0",
"eslint-config-next": "14.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-tailwindcss": "3.13.0",
"husky": "8.0.3",
Expand Down
Loading

0 comments on commit 2c0f026

Please sign in to comment.