Skip to content

Commit 241d588

Browse files
committed
📦️ release(tag): new version 2.0.0
1 parent 6d8b002 commit 241d588

File tree

9 files changed

+41
-2
lines changed

9 files changed

+41
-2
lines changed

changelogs/.history

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.0.0

changelogs/.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## 🎉 {{tag}} `{{date}}`
2+
{{logs}}

changelogs/CHANGELOG.en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 🎉 2.0.0 `2024-02-05`
2+
### ✨ Feature
3+
- Thoroughly revised the project configuration and structure, the functional code did not modify ([#6d8b002](https://github.com/kwooshung/files/commit/6d8b002d988ba340d7618f2eeddb8857e7cb18dd))
4+
### Other
5+
- Create LICENSE ([#db96fbf](https://github.com/kwooshung/files/commit/db96fbffa2eef48b6e2185d800933ec853bd9c12))
6+

changelogs/CHANGELOG.ja.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 🎉 2.0.0 `2024-02-05`
2+
### ✨ Feature
3+
- プロジェクトの構成と構造を徹底的に改訂したため、機能コードは変更されませんでした ([#6d8b002](https://github.com/kwooshung/files/commit/6d8b002d988ba340d7618f2eeddb8857e7cb18dd))
4+
### Other
5+
- ライセンスを作成します ([#db96fbf](https://github.com/kwooshung/files/commit/db96fbffa2eef48b6e2185d800933ec853bd9c12))
6+

changelogs/CHANGELOG.ko.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 🎉 2.0.0 `2024-02-05`
2+
### ✨ Feature
3+
- 프로젝트 구성 및 구조를 철저히 수정 한 기능 코드는 수정되지 않았습니다. ([#6d8b002](https://github.com/kwooshung/files/commit/6d8b002d988ba340d7618f2eeddb8857e7cb18dd))
4+
### Other
5+
- 라이센스를 만듭니다 ([#db96fbf](https://github.com/kwooshung/files/commit/db96fbffa2eef48b6e2185d800933ec853bd9c12))
6+

changelogs/CHANGELOG.ru.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 🎉 2.0.0 `2024-02-05`
2+
### ✨ Feature
3+
- Тщательно пересмотренный конфигурация и структуру проекта, функциональный код не изменялся ([#6d8b002](https://github.com/kwooshung/files/commit/6d8b002d988ba340d7618f2eeddb8857e7cb18dd))
4+
### Other
5+
- Создать лицензию ([#db96fbf](https://github.com/kwooshung/files/commit/db96fbffa2eef48b6e2185d800933ec853bd9c12))
6+

changelogs/CHANGELOG.zh-cn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 🎉 2.0.0 `2024-02-05`
2+
### ✨ Feature
3+
- 彻底修改了项目配置和结构,功能代码没有修改 ([#6d8b002](https://github.com/kwooshung/files/commit/6d8b002d988ba340d7618f2eeddb8857e7cb18dd))
4+
### Other
5+
- 创建许可证 ([#db96fbf](https://github.com/kwooshung/files/commit/db96fbffa2eef48b6e2185d800933ec853bd9c12))
6+

changelogs/CHANGELOG.zh-tw.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 🎉 2.0.0 `2024-02-05`
2+
### ✨ Feature
3+
- 徹底修改了項目配置和結構,功能代碼沒有修改 ([#6d8b002](https://github.com/kwooshung/files/commit/6d8b002d988ba340d7618f2eeddb8857e7cb18dd))
4+
### Other
5+
- 創建許可證 ([#db96fbf](https://github.com/kwooshung/files/commit/db96fbffa2eef48b6e2185d800933ec853bd9c12))
6+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kwooshung/react-overlay-scrollbars-smooth",
3-
"version": "1.4.12",
3+
"version": "2.0.0",
44
"title": "React Overlay Scrollbars Smooth",
55
"description": "A React scrollbar custom component that hides the native scrollbar, provides a custom style overlay scrollbar, and retains the native functionality and feel while having scrolling inertia.",
66
"private": false,
@@ -119,4 +119,4 @@
119119
"vitest": "^1.2.2"
120120
},
121121
"license": "MIT"
122-
}
122+
}

0 commit comments

Comments
 (0)