Skip to content

Commit

Permalink
Merge branch 'release/1.1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Sep 2, 2023
2 parents d892ad4 + e52c02d commit 4f087f3
Show file tree
Hide file tree
Showing 6 changed files with 452 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .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.0.6
uses: orhun/git-cliff-action@v2.1.0
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file.

## [1.1.8] - 2023-09-02

### <!-- 04 -->Refactor

- Add dynamic imports for LocaleSwitcher and ThemeSwitcher components
- Replace useState with useLocalStorage in theme switcher
- Update theme switcher component to improve theme state management

### <!-- 07 -->Continuous Integrations

- Bump orhun/git-cliff-action from 2.0.6 to 2.1.0

### <!-- 08 -->Miscellaneous Tasks

- Bump eslint from 8.47.0 to 8.48.0
- Update dependency packages for application build process
- Bump prettier from 3.0.2 to 3.0.3
- Bump postcss from 8.4.28 to 8.4.29
- Bump @types/node from 20.5.6 to 20.5.7
- Bump @lingui/format-po from 4.4.0 to 4.4.1
- Bump @lingui/cli from 4.4.0 to 4.4.1
- Bump @types/langs from 2.0.1 to 2.0.2
- Bump @lingui/loader from 4.4.0 to 4.4.1
- Bump @lingui/conf from 4.4.0 to 4.4.1
- Bump @lingui/detect-locale from 4.4.0 to 4.4.1
- Bump @lingui/loader from 4.4.1 to 4.4.2
- Bump @lingui/conf from 4.4.1 to 4.4.2
- Bump prettier-plugin-tailwindcss from 0.5.3 to 0.5.4
- Bump @lingui/detect-locale from 4.4.1 to 4.4.2
- Bump @lingui/cli from 4.4.1 to 4.4.2
- Bump @lingui/format-po from 4.4.1 to 4.4.2

## [1.1.7] - 2023-08-28

### <!-- 08 -->Miscellaneous Tasks
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.1.7",
"version": "1.1.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -16,20 +16,25 @@
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.0.18",
"@lingui/core": "4.4.0",
"@lingui/detect-locale": "4.4.0",
"@lingui/detect-locale": "4.4.2",
"@lingui/react": "4.4.0",
"autoprefixer": "10.4.15",
"cssnano": "6.0.1",
"clsx": "2.0.0",
"langs": "2.0.0",
"postcss": "8.4.29",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.4.0"
"react-use": "17.4.0",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@lingui/cli": "4.4.0",
"@lingui/conf": "4.4.0",
"@lingui/format-po": "4.4.0",
"@lingui/loader": "4.4.0",
"@lingui/cli": "4.4.2",
"@lingui/conf": "4.4.2",
"@lingui/format-po": "4.4.2",
"@lingui/loader": "4.4.2",
"@lingui/macro": "4.4.0",
"@lingui/swc-plugin": "4.0.4",
"@testing-library/jest-dom": "6.0.0",
Expand All @@ -38,31 +43,26 @@
"@types/eslint": "8.44.2",
"@types/eslint-config-prettier": "6.11.0",
"@types/jest": "29.5.4",
"@types/langs": "2.0.1",
"@types/langs": "2.0.2",
"@types/lint-staged": "13.2.0",
"@types/node": "20.5.6",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/testing-library__jest-dom": "5.14.9",
"autoprefixer": "10.4.15",
"cssnano": "6.0.1",
"eslint": "8.47.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-tailwindcss": "3.13.0",
"husky": "8.0.3",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"lint-staged": "14.0.1",
"postcss": "8.4.28",
"prettier": "3.0.2",
"prettier": "3.0.3",
"prettier-plugin-jsdoc": "1.0.1",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.3",
"prettier-plugin-tailwindcss": "0.5.4",
"serve": "14.2.1",
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 4f087f3

Please sign in to comment.