Skip to content

Commit

Permalink
Sketch Redraw v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jan 12, 2025
1 parent 8357014 commit 667e991
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sketch_redraw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.0.0 - Unreleased
## v2.0.0 - 2025-01-12

v2.0.0 marks a breaking change with the new Sketch release (i.e. v4.0.0). Sketch
Redraw should now be used in conjuction with `redraw_dom` exclusively.
Expand Down
2 changes: 1 addition & 1 deletion sketch_redraw/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ path = "sketch_redraw"
[dependencies]
gleam_stdlib = ">= 0.42.0 and < 2.0.0"
redraw = ">= 2.0.0 and < 3.0.0"
sketch = {path = "../sketch"}
redraw_dom = ">= 2.0.0 and < 3.0.0"
sketch = ">= 4.0.0 and < 5.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
4 changes: 2 additions & 2 deletions sketch_redraw/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ packages = [
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
{ name = "redraw", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_javascript", "gleam_stdlib"], otp_app = "redraw", source = "hex", outer_checksum = "FF52D8626E1E6DC92EB8BC9DC8C70BC6F0E25824524A7C0658222EA406B5BE23" },
{ name = "redraw_dom", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "redraw"], otp_app = "redraw_dom", source = "hex", outer_checksum = "8318DA1E428B349177C444DDC2FA9AE0D33E0DD0CC5A55B82F030811FFD69EA4" },
{ name = "sketch", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], source = "local", path = "../sketch" },
{ name = "sketch", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], otp_app = "sketch", source = "hex", outer_checksum = "AF090E77F6FD02467DABD8F0EDC1C329482853698FE6DB33B86D7D05C1BE32F4" },
]

[requirements]
gleam_stdlib = { version = ">= 0.42.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
redraw = { version = ">= 2.0.0 and < 3.0.0" }
redraw_dom = { version = ">= 2.0.0 and < 3.0.0" }
sketch = { path = "../sketch" }
sketch = { version = ">= 4.0.0 and < 5.0.0" }

0 comments on commit 667e991

Please sign in to comment.