Skip to content

Commit

Permalink
Merge pull request #7 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Jun 19, 2024
2 parents 467fd18 + ab686dd commit 0d2c54a
Show file tree
Hide file tree
Showing 18 changed files with 5,850 additions and 4,532 deletions.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2.0.2
2.0.1
1.0.2
1.0.1
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 2.0.2 `2024-06-20`
### ✨ Feature
- Increase cookie settings ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))

## 🎉 2.0.1 `2024-02-26`
### 🐛 Fix
- Remove the support of SSR, it is not applicable in NextJS ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 2.0.2 `2024-06-20`
### ✨ Feature
- Cookie設定を増やします ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))

## 🎉 2.0.1 `2024-02-26`
### 🐛 Fix
- SSRのサポートを削除すると、nextjsには適用できません ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 2.0.2 `2024-06-20`
### ✨ Feature
- 쿠키 설정을 늘리십시오 ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))

## 🎉 2.0.1 `2024-02-26`
### 🐛 Fix
- SSR의 지원을 제거하십시오. NextJS에서는 적용되지 않습니다. ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 2.0.2 `2024-06-20`
### ✨ Feature
- Увеличьте настройки cookie ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))

## 🎉 2.0.1 `2024-02-26`
### 🐛 Fix
- Удалить поддержку SSR, это не применимо в NextJs ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 2.0.2 `2024-06-20`
### ✨ Feature
- 增加饼干设置 ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))

## 🎉 2.0.1 `2024-02-26`
### 🐛 Fix
- 删除SSR的支持,它不适用于NextJS ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 2.0.2 `2024-06-20`
### ✨ Feature
- 增加餅乾設置 ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))

## 🎉 2.0.1 `2024-02-26`
### 🐛 Fix
- 刪除SSR的支持,它不適用於NextJS ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))
Expand Down
2 changes: 1 addition & 1 deletion configs/eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
},
extends: ['eslint:recommended', 'plugin:react/recommended', 'plugin:@typescript-eslint/recommended', 'plugin:react-hooks/recommended', 'prettier', 'plugin:prettier/recommended'],
plugins: ['react-hooks', 'react-refresh'],
ignorePatterns: ['dist', '.eslintrc.cjs', './configs/eslintrc.cjs'],
ignorePatterns: ['dist', 'eslint.config.cjs', './configs/eslintrc.cjs'],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaFeatures: {
Expand Down
File renamed without changes.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/react-themes",
"version": "2.0.1",
"version": "2.0.2",
"title": "react-themes",
"description": "It is more convenient to use svg as React theme, which has strong operability and high degree of freedom.",
"private": false,
Expand Down Expand Up @@ -62,54 +62,54 @@
"eslint": "eslint . --fix --cache --quiet --report-unused-disable-directives --max-warnings 0 --ext .js,.cjs,.jsx,.ts,.cts,.tsx"
},
"dependencies": {
"lomind-react": "0.0.11"
"lomind-react": "0.0.21"
},
"peerDependencies": {
"react": ">=16.6.0",
"react-dom": ">=16.6.0"
},
"devDependencies": {
"@kwooshung/cvlar": "^1.3.8",
"@swc/core": "^1.4.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@swc/core": "^1.6.3",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/node": "^20.11.19",
"@types/node": "^20.14.6",
"@types/randomatic": "^3.1.5",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.3.1",
"commitlint": "^18.6.1",
"eslint": "^8.56.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^1.6.0",
"commitlint": "^19.3.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"postcss-less": "^6.0.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stylelint": "^16.2.1",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"swc-loader": "^0.2.6",
"terser": "^5.27.2",
"terser": "^5.31.1",
"ts-loader": "^9.5.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-imp": "^2.4.0",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
},
"license": "MIT"
}
Loading

0 comments on commit 0d2c54a

Please sign in to comment.