Releases: nekofar/nextjs-lingui-template
Releases · nekofar/nextjs-lingui-template
v1.0.15
Refactor
- Add
Vazirmatnfont and configuration - Add layout structure and modularize font implementation
v1.0.14
Miscellaneous Tasks
- Bump prettier-plugin-tailwindcss from 0.4.1 to 0.5.1
- Add
huskyfor git hooks - Add husky install to
preparescript inpackage.json - Add
pre-commithook to run tests - Add
lint-stagedto project dependencies - Add
lint-stagedto scripts inpackage.json - Add
lint-stagedconfig and updatepre-commithook
v1.0.12
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
Continuous Integrations
- Update pnpm commands in
templateworkflows - Add README.md to
templateworkflows - Update and enhance
templateworkflow
v1.0.10
Continuous Integrations
- Add
vprefix 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
typesyncstep topreinstallscript - Update ESLint related packages for better type compatibility
v1.0.9
Continuous Integrations
- Add descriptive job names to github workflow
v1.0.8
Testing
- Add tests for the Home page component
Continuous Integrations
- Refactor format and readability in
templateworkflow - Update build workflow steps and comments
- Merge release and build workflows
Miscellaneous Tasks
- Add testing dependencies and plugins
- Add
.swcfiles to.gitignore - Add
jest.config.jsfor test configuration - Add Jest testing script to
package.json
v1.0.7
Continuous Integrations
- Update workflow template for clarity
v1.0.6
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
Bug Fixes
- Remove close function from locale switcher component
Refactor
- Improve code formatting and remove unused import
- Simplify locale switching logic in
useLocaleSwitcher