Skip to content

Commit baeebcd

Browse files
committed
📦️ release(tag): new version 3.0.3
1 parent 9bfa6d9 commit baeebcd

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+
3.0.3
12
3.0.2
23
3.0.1
34
3.0.0

changelogs/CHANGELOG.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 3.0.3 `2024-08-26`
2+
### 🐛 Fix
3+
- Fix cookie settings ([#9bfa6d9](https://github.com/kwooshung/React-Themes/commit/9bfa6d93b8e76832000c187503524e22b9614cda))
4+
15
## 🎉 3.0.2 `2024-08-26`
26
### ✨ Feature
37
- Update dependence ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

changelogs/CHANGELOG.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 3.0.3 `2024-08-26`
2+
### 🐛 Fix
3+
- Cookie設定を修正します ([#9bfa6d9](https://github.com/kwooshung/React-Themes/commit/9bfa6d93b8e76832000c187503524e22b9614cda))
4+
15
## 🎉 3.0.2 `2024-08-26`
26
### ✨ Feature
37
- 依存関係を更新します ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

changelogs/CHANGELOG.ko.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 3.0.3 `2024-08-26`
2+
### 🐛 Fix
3+
- 쿠키 설정을 수정하십시오 ([#9bfa6d9](https://github.com/kwooshung/React-Themes/commit/9bfa6d93b8e76832000c187503524e22b9614cda))
4+
15
## 🎉 3.0.2 `2024-08-26`
26
### ✨ Feature
37
- 의존성 업데이트 ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

changelogs/CHANGELOG.ru.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 3.0.3 `2024-08-26`
2+
### 🐛 Fix
3+
- Исправьте настройки cookie ([#9bfa6d9](https://github.com/kwooshung/React-Themes/commit/9bfa6d93b8e76832000c187503524e22b9614cda))
4+
15
## 🎉 3.0.2 `2024-08-26`
26
### ✨ Feature
37
- Обновить зависимость ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

changelogs/CHANGELOG.zh-cn.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 3.0.3 `2024-08-26`
2+
### 🐛 Fix
3+
- 修复cookie设置 ([#9bfa6d9](https://github.com/kwooshung/React-Themes/commit/9bfa6d93b8e76832000c187503524e22b9614cda))
4+
15
## 🎉 3.0.2 `2024-08-26`
26
### ✨ Feature
37
- 更新依赖 ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

changelogs/CHANGELOG.zh-tw.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 🎉 3.0.3 `2024-08-26`
2+
### 🐛 Fix
3+
- 修復cookie設置 ([#9bfa6d9](https://github.com/kwooshung/React-Themes/commit/9bfa6d93b8e76832000c187503524e22b9614cda))
4+
15
## 🎉 3.0.2 `2024-08-26`
26
### ✨ Feature
37
- 更新依賴 ([#c7684b0](https://github.com/kwooshung/React-Themes/commit/c7684b0509313659d9ee251be1d8d366ab0f57ac))

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": "3.0.2",
3+
"version": "3.0.3",
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)