Skip to content

Commit 952938d

Browse files
web-flowwiseaidev
authored andcommitted
Bump version: 0.0.0 β†’ 0.0.1
1 parent ee22b6b commit 952938d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

β€Ž.bumpversion.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.0.1
33

44
[bumpversion:file:Cargo.toml]
55
search = version = "{current_version}"

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "theme"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "🎨 A highly customizable theming system for WASM frameworks like Yew, Dioxus, and Leptos."

β€Žexamples/yew/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
```
8080

8181
1. Uncomment this line:
82-
https://github.com/opensass/theme/blob/7ae9f014ff21a95c36d4c21bf7ecb115e7a4ee10/examples/yew/index.html#L5
82+
https://github.com/opensass/theme/blob/40d1f8cab12c9d33cb046577ccd4f83991e5511e/examples/yew/index.html#L5
8383

8484
Navigate to http://localhost:3000 to explore all available components.

β€Žexamples/yew/index.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<link data-trunk rel="css" href="./dist/index.css" type="text/css" />
5+
<!-- <link data-trunk rel="css" href="./dist/index.css" type="text/css" /> -->
66
<script src="https://kit.fontawesome.com/8f223ead6e.js" crossorigin="anonymous"></script>
77
<title>Theme Yew Example</title>
88
<link data-trunk rel="copy-dir" href="assets" />

0 commit comments

Comments
Β (0)