Skip to content

Commit ab686dd

Browse files
committed
📦️ release(tag): new version 2.0.2
1 parent 1b058ea commit ab686dd

File tree

8 files changed

+26
-1
lines changed

8 files changed

+26
-1
lines changed

changelogs/.history

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2.0.2
12
2.0.1
23
1.0.2
34
1.0.1

changelogs/CHANGELOG.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 2.0.2 `2024-06-20`
2+
### ✨ Feature
3+
- Increase cookie settings ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))
4+
15
## 🎉 2.0.1 `2024-02-26`
26
### 🐛 Fix
37
- Remove the support of SSR, it is not applicable in NextJS ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))

changelogs/CHANGELOG.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 2.0.2 `2024-06-20`
2+
### ✨ Feature
3+
- Cookie設定を増やします ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))
4+
15
## 🎉 2.0.1 `2024-02-26`
26
### 🐛 Fix
37
- SSRのサポートを削除すると、nextjsには適用できません ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))

changelogs/CHANGELOG.ko.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 2.0.2 `2024-06-20`
2+
### ✨ Feature
3+
- 쿠키 설정을 늘리십시오 ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))
4+
15
## 🎉 2.0.1 `2024-02-26`
26
### 🐛 Fix
37
- SSR의 지원을 제거하십시오. NextJS에서는 적용되지 않습니다. ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))

changelogs/CHANGELOG.ru.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 2.0.2 `2024-06-20`
2+
### ✨ Feature
3+
- Увеличьте настройки cookie ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))
4+
15
## 🎉 2.0.1 `2024-02-26`
26
### 🐛 Fix
37
- Удалить поддержку SSR, это не применимо в NextJs ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))

changelogs/CHANGELOG.zh-cn.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 2.0.2 `2024-06-20`
2+
### ✨ Feature
3+
- 增加饼干设置 ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))
4+
15
## 🎉 2.0.1 `2024-02-26`
26
### 🐛 Fix
37
- 删除SSR的支持,它不适用于NextJS ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))

changelogs/CHANGELOG.zh-tw.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 2.0.2 `2024-06-20`
2+
### ✨ Feature
3+
- 增加餅乾設置 ([#1b058ea](https://github.com/kwooshung/React-Themes/commit/1b058ea0ccc2416512a0348da7a444654fd45636))
4+
15
## 🎉 2.0.1 `2024-02-26`
26
### 🐛 Fix
37
- 刪除SSR的支持,它不適用於NextJS ([#ee7c158](https://github.com/kwooshung/React-Themes/commit/ee7c1583dce3bce7ddb72a2c1b1e99511e0fc4d7))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kwooshung/react-themes",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"title": "react-themes",
55
"description": "It is more convenient to use svg as React theme, which has strong operability and high degree of freedom.",
66
"private": false,

0 commit comments

Comments
 (0)