Skip to content

Commit

Permalink
📦️ release(tag): new version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Feb 20, 2024
1 parent ed1ee04 commit 9ec44f6
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.0.2
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
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 @@
## 🎉 0.0.2 `2024-02-21`
### 🐛 Fix
- Change theme to themes and name uniform names ([#ed1ee04](https://github.com/kwooshung/Lomind-React/commit/ed1ee0423ed69a61441fcac6da06758efcb06b58))

## 🎉 0.0.1-beta.5 `2024-02-19`
### ✨ Feature
- New 'useTheme' hook ([#dfc60e3](https://github.com/kwooshung/Lomind-React/commit/dfc60e30ec40a94e2c59b6567a50130463d58994))
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 @@
## 🎉 0.0.2 `2024-02-21`
### 🐛 Fix
- テーマをテーマに変更し、均一な名前に名前を付けます ([#ed1ee04](https://github.com/kwooshung/Lomind-React/commit/ed1ee0423ed69a61441fcac6da06758efcb06b58))

## 🎉 0.0.1-beta.5 `2024-02-19`
### ✨ Feature
- 新しい「usetheme」フック ([#dfc60e3](https://github.com/kwooshung/Lomind-React/commit/dfc60e30ec40a94e2c59b6567a50130463d58994))
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 @@
## 🎉 0.0.2 `2024-02-21`
### 🐛 Fix
- 테마를 테마로 변경하고 유니폼 이름을 이름으로 변경하십시오 ([#ed1ee04](https://github.com/kwooshung/Lomind-React/commit/ed1ee0423ed69a61441fcac6da06758efcb06b58))

## 🎉 0.0.1-beta.5 `2024-02-19`
### ✨ Feature
- 새로운 'usetheme'후크 ([#dfc60e3](https://github.com/kwooshung/Lomind-React/commit/dfc60e30ec40a94e2c59b6567a50130463d58994))
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 @@
## 🎉 0.0.2 `2024-02-21`
### 🐛 Fix
- Изменить тему на темы и назвать единые имена ([#ed1ee04](https://github.com/kwooshung/Lomind-React/commit/ed1ee0423ed69a61441fcac6da06758efcb06b58))

## 🎉 0.0.1-beta.5 `2024-02-19`
### ✨ Feature
- Новый крюк ([#dfc60e3](https://github.com/kwooshung/Lomind-React/commit/dfc60e30ec40a94e2c59b6567a50130463d58994))
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 @@
## 🎉 0.0.2 `2024-02-21`
### 🐛 Fix
- 将主题更改为主题和名称统一名称 ([#ed1ee04](https://github.com/kwooshung/Lomind-React/commit/ed1ee0423ed69a61441fcac6da06758efcb06b58))

## 🎉 0.0.1-beta.5 `2024-02-19`
### ✨ Feature
- 新的“ usetheme”钩 ([#dfc60e3](https://github.com/kwooshung/Lomind-React/commit/dfc60e30ec40a94e2c59b6567a50130463d58994))
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 @@
## 🎉 0.0.2 `2024-02-21`
### 🐛 Fix
- 將主題更改為主題和名稱統一名稱 ([#ed1ee04](https://github.com/kwooshung/Lomind-React/commit/ed1ee0423ed69a61441fcac6da06758efcb06b58))

## 🎉 0.0.1-beta.5 `2024-02-19`
### ✨ Feature
- 新的“ usetheme”鉤 ([#dfc60e3](https://github.com/kwooshung/Lomind-React/commit/dfc60e30ec40a94e2c59b6567a50130463d58994))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lomind-react",
"version": "0.0.1-beta.5",
"version": "0.0.2",
"title": "lomind-react",
"description": "The React Hooks version of Lomind relies heavily on the core functionalities of Lomind, while providing an array of additional practical React Hooks utilities.",
"private": false,
Expand Down

0 comments on commit 9ec44f6

Please sign in to comment.