Skip to content

Commit 493d74f

Browse files
author
dorian.pinaud
committed
update version and doc
1 parent 9a5ae19 commit 493d74f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## plotters-dixous 0.2.2
4+
5+
### Added
6+
7+
- add the complete list of drag events on the component *plotters**
8+
39
## plotters-dixous 0.2.1
410

511
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use plotters-dioxus, you can add the following line into your Cargo.toml:
1010

1111
```toml
1212
[dependencies]
13-
plotters-dioxus = "0.2.1"
13+
plotters-dioxus = "0.2.2"
1414
```
1515

1616
## Usage
@@ -28,7 +28,7 @@ fn main() {
2828
dioxus_desktop::launch(App);
2929
}
3030

31-
fn App<'a>(cx: Scope<'a>) -> Element {
31+
fn App(cx: Scope) -> Element {
3232
render!(Plotters {
3333
size: (400, 400),
3434
init: move |drawing_area: DioxusDrawingArea| {

plotters-dioxus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotters-dioxus"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "MIT"
66
resolver = "1"

0 commit comments

Comments
 (0)