Skip to content

Commit 5fd1e12

Browse files
committed
Update website version to 0.1.2 and enhance KernelOverview component
Summary: - Bumped the version in `package.json` and `package-lock.json` to 0.1.2. - Refactored the `KernelOverview` component for improved readability and maintainability, including consistent formatting and structure. - Enhanced the UI elements for kernel selection and details, ensuring better user experience and responsiveness. Changes include: - Updated version numbers in configuration files. - Improved layout and styling in the `KernelOverview.tsx` file for better visual consistency.
1 parent a8de824 commit 5fd1e12

File tree

3 files changed

+329
-283
lines changed

3 files changed

+329
-283
lines changed

website/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tritonparse-website",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)