Skip to content

Commit 667e991

Browse files
committed
Sketch Redraw v2.0.0
1 parent 8357014 commit 667e991

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sketch_redraw/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v2.0.0 - Unreleased
1+
## v2.0.0 - 2025-01-12
22

33
v2.0.0 marks a breaking change with the new Sketch release (i.e. v4.0.0). Sketch
44
Redraw should now be used in conjuction with `redraw_dom` exclusively.

sketch_redraw/gleam.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ path = "sketch_redraw"
1616
[dependencies]
1717
gleam_stdlib = ">= 0.42.0 and < 2.0.0"
1818
redraw = ">= 2.0.0 and < 3.0.0"
19-
sketch = {path = "../sketch"}
2019
redraw_dom = ">= 2.0.0 and < 3.0.0"
20+
sketch = ">= 4.0.0 and < 5.0.0"
2121

2222
[dev-dependencies]
2323
gleeunit = ">= 1.0.0 and < 2.0.0"

sketch_redraw/manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ packages = [
99
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
1010
{ name = "redraw", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_javascript", "gleam_stdlib"], otp_app = "redraw", source = "hex", outer_checksum = "FF52D8626E1E6DC92EB8BC9DC8C70BC6F0E25824524A7C0658222EA406B5BE23" },
1111
{ name = "redraw_dom", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "redraw"], otp_app = "redraw_dom", source = "hex", outer_checksum = "8318DA1E428B349177C444DDC2FA9AE0D33E0DD0CC5A55B82F030811FFD69EA4" },
12-
{ name = "sketch", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], source = "local", path = "../sketch" },
12+
{ name = "sketch", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_otp", "gleam_stdlib"], otp_app = "sketch", source = "hex", outer_checksum = "AF090E77F6FD02467DABD8F0EDC1C329482853698FE6DB33B86D7D05C1BE32F4" },
1313
]
1414

1515
[requirements]
1616
gleam_stdlib = { version = ">= 0.42.0 and < 2.0.0" }
1717
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
1818
redraw = { version = ">= 2.0.0 and < 3.0.0" }
1919
redraw_dom = { version = ">= 2.0.0 and < 3.0.0" }
20-
sketch = { path = "../sketch" }
20+
sketch = { version = ">= 4.0.0 and < 5.0.0" }

0 commit comments

Comments
 (0)