Skip to content

Commit

Permalink
Merge branch 'release/1.1.35'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Feb 24, 2024
2 parents 61b1579 + c8bbc14 commit 98b9564
Show file tree
Hide file tree
Showing 5 changed files with 627 additions and 659 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
uses: actions/[email protected] # Action for checking out a repo.

- name: Setup Node.js ${{ matrix.node-version }} Environment
uses: actions/[email protected].1 # Action for setting up Node environment.
uses: actions/[email protected].2 # Action for setting up Node environment.
with:
node-version: ${{ matrix.node-version }}

- name: Install pnpm package manager
uses: pnpm/action-setup@v2.4.0 # Action for setting up pnpm.
uses: pnpm/action-setup@v3.0.0 # Action for setting up pnpm.
id: pnpm-install
with:
version: ^8
Expand Down 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.3.0
uses: orhun/git-cliff-action@v3.0.1
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:

# Set up Node.js environment.
- name: Set up Node.js environment
uses: actions/[email protected].1
uses: actions/[email protected].2

# Install pnpm package manager.
- name: Install pnpm package manager
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: ^8
run_install: false
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.35]] - 2024-02-24

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.34] - 2024-02-05

### Bug Fixes
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.34",
"version": "1.1.35",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,51 +15,51 @@
"dependencies": {
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.1",
"@lingui/core": "4.7.0",
"@lingui/detect-locale": "4.7.0",
"@lingui/react": "4.7.0",
"@lingui/core": "4.7.1",
"@lingui/detect-locale": "4.7.1",
"@lingui/react": "4.7.1",
"autoprefixer": "10.4.17",
"clsx": "2.1.0",
"cssnano": "6.0.3",
"cssnano": "6.0.4",
"langs": "2.0.0",
"next": "14.1.0",
"postcss": "8.4.33",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.5.0",
"tailwind-merge": "2.2.1",
"tailwindcss": "3.4.1"
},
"devDependencies": {
"@lingui/cli": "4.7.0",
"@lingui/conf": "4.7.0",
"@lingui/format-po": "4.7.0",
"@lingui/loader": "4.7.0",
"@lingui/macro": "4.7.0",
"@lingui/swc-plugin": "4.0.4",
"@testing-library/jest-dom": "6.4.1",
"@lingui/cli": "4.7.1",
"@lingui/conf": "4.7.1",
"@lingui/format-po": "4.7.1",
"@lingui/loader": "4.7.1",
"@lingui/macro": "4.7.1",
"@lingui/swc-plugin": "4.0.6",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/eslint": "8.56.2",
"@types/eslint": "8.56.3",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "29.5.12",
"@types/langs": "2.0.4",
"@types/langs": "2.0.5",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.20",
"@types/react": "18.2.57",
"@types/react-dom": "18.2.19",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-lingui": "0.2.2",
"eslint-plugin-tailwindcss": "3.14.1",
"eslint-plugin-unicorn": "50.0.1",
"husky": "9.0.10",
"eslint-plugin-lingui": "0.3.0",
"eslint-plugin-tailwindcss": "3.14.3",
"eslint-plugin-unicorn": "51.0.1",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.1",
"prettier": "3.2.4",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
Expand Down
Loading

0 comments on commit 98b9564

Please sign in to comment.