Skip to content

Commit 36c4bf7

Browse files
[Updated - v1.0.6]
- Fixed known vulnerabilities - Updated dependencies
1 parent 4b121c1 commit 36c4bf7

File tree

6 files changed

+755
-657
lines changed

6 files changed

+755
-657
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Version
44

5+
### [v1.0.6] - `2024-11-19`
6+
7+
- Fixed known vulnerabilities
8+
- Updated dependencies
9+
510
### [v1.0.5] - `2024-09-20`
611

712
- Fixed known vulnerabilities
@@ -36,6 +41,7 @@
3641

3742
- Initialized Project
3843

44+
[v1.0.6]: https://github.com/buildingwatsize/react-loading-randomizable/releases/tag/v1.0.6
3945
[v1.0.5]: https://github.com/buildingwatsize/react-loading-randomizable/releases/tag/v1.0.5
4046
[v1.0.4]: https://github.com/buildingwatsize/react-loading-randomizable/releases/tag/v1.0.4
4147
[v1.0.3]: https://github.com/buildingwatsize/react-loading-randomizable/releases/tag/v1.0.3

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"eslint-plugin-react-hooks": "link:../node_modules/eslint-plugin-react-hooks",
2525
"eslint-plugin-react-refresh": "link:../node_modules/eslint-plugin-react-refresh",
2626
"typescript": "link:../node_modules/typescript",
27-
"vite": "^5.4.6"
27+
"vite": "^5.4.11"
2828
}
2929
}

example/src/App.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ const App = () => {
2121
>
2222
<div className="logo-container">
2323
<img src={GithubMarkLogo} alt="buildingwatsize" height={48} />
24-
<p>buildingwatsize</p>
24+
<div>
25+
<span style={{ fontWeight: "bold" }}>owlsome-official</span>
26+
<br />
27+
<span style={{ color: "#aaa" }}>powered by buildingwatsize</span>
28+
</div>
2529
</div>
2630
</a>
2731

0 commit comments

Comments
 (0)