Skip to content

Releases: nekofar/nextjs-lingui-template

v1.0.15

11 Aug 14:28
v1.0.15
aa0dd94

Choose a tag to compare

Refactor

  • Add Vazirmatn font and configuration
  • Add layout structure and modularize font implementation

v1.0.14

11 Aug 14:28
v1.0.14
d7903a6

Choose a tag to compare

Miscellaneous Tasks

  • Bump prettier-plugin-tailwindcss from 0.4.1 to 0.5.1
  • Add husky for git hooks
  • Add husky install to prepare script in package.json
  • Add pre-commit hook to run tests
  • Add lint-staged to project dependencies
  • Add lint-staged to scripts in package.json
  • Add lint-staged config and update pre-commit hook

v1.0.12

03 Aug 06:22
v1.0.12
952a6b0

Choose a tag to compare

Miscellaneous Tasks

  • Bump @types/react from 18.2.17 to 18.2.18
  • Bump semver from 6.3.0 to 6.3.1
  • Bump @types/node from 20.4.5 to 20.4.6

v1.0.11

30 Jul 18:27
v1.0.11
615ad5c

Choose a tag to compare

Continuous Integrations

  • Update pnpm commands in template workflows
  • Add README.md to template workflows
  • Update and enhance template workflow

v1.0.10

30 Jul 12:30
v1.0.10
3f8704d

Choose a tag to compare

Continuous Integrations

  • Add v prefix to release tag and title in build workflow
  • Bump actions/checkout from 3.5.2 to 3.5.3
  • Bump nekofar/create-github-release from 1.0.11 to 1.0.12

Miscellaneous Tasks

  • Bump jest-environment-jsdom from 29.5.0 to 29.6.2
  • Bump @testing-library/jest-dom and @types/testing-library__jest-dom
  • Bump jest and @types/jest
  • Add typesync step to preinstall script
  • Update ESLint related packages for better type compatibility

v1.0.9

30 Jul 11:42
v1.0.9
4d5d237

Choose a tag to compare

Continuous Integrations

  • Add descriptive job names to github workflow

v1.0.8

30 Jul 11:13
v1.0.8
a4db2a2

Choose a tag to compare

Testing

  • Add tests for the Home page component

Continuous Integrations

  • Refactor format and readability in template workflow
  • Update build workflow steps and comments
  • Merge release and build workflows

Miscellaneous Tasks

  • Add testing dependencies and plugins
  • Add .swc files to .gitignore
  • Add jest.config.js for test configuration
  • Add Jest testing script to package.json

v1.0.7

29 Jul 13:55
v1.0.7
4c53b44

Choose a tag to compare

Continuous Integrations

  • Update workflow template for clarity

v1.0.6

29 Jul 13:55
v1.0.6
8c03f5e

Choose a tag to compare

Continuous Integrations

  • Add GitHub Actions workflow for initial template cleanup

Miscellaneous Tasks

  • Bump eslint from 8.45.0 to 8.46.0
  • Bump @lingui/detect-locale from 4.2.1 to 4.3.0

v1.0.5

28 Jul 19:43
v1.0.5
8b1e032

Choose a tag to compare

Bug Fixes

  • Remove close function from locale switcher component

Refactor

  • Improve code formatting and remove unused import
  • Simplify locale switching logic in useLocaleSwitcher