Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dancespiele committed Nov 11, 2020
1 parent 1caa656 commit 007d2e5
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,17 @@ its logic works, in the same file where it is implemented (test events is not ne
* Documentation in the component showing an example of using it and small description of each prop
* Create a component page in `/crate/src/page` with the same structure than the rest of the components



## Do you like Yew Styles?
If you like Yew Styles, help me supporting the project:
- [Gitcoin](https://gitcoin.co/grants/1048/yew-styles)
- BAT rewards in case that you use [Brave Browser](https://brave.com/)
- [Github Sponsors](https://github.com/sponsors/dancespiele)
- Burst coins to the address BURST-DPN6-2AT3-FCRL-9BBKG

If you need a feature that is not cover yet, as soon as possible, you can also fund the issue [here](https://issuehunt.io/r/spielrs/yew_styles)

## Code of Conduct
Please check our [code of conduct](CODE_OF_CONDUCT.md)

Expand Down
8 changes: 7 additions & 1 deletion app/yew-styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/yew-styles/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/yew-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yew-styles",
"version": "0.8.0",
"version": "0.8.1",
"description": "css for yew_styles",
"repository": {
"url": "https://github.com/spielrs/yew-styles-page/tree/master/app/yew-styles"
Expand Down
4 changes: 2 additions & 2 deletions crate/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"
name = "yew_style_page"
readme = "./README.md"
repository = "https://github.com/spielrs/yew-styles-page.git"
version = "0.8.0"
version = "0.8.1"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion crate/yew_styles/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crate/yew_styles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew_styles"
version = "0.8.0"
version = "0.8.1"
description = "Framework styles for yew"
documentation = "https://docs.rs/crate/yew_styles"
authors = ["Francisco Jesus Navarro Cortes <[email protected]>"]
Expand Down

0 comments on commit 007d2e5

Please sign in to comment.