Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Jul 21, 2024
1 parent 6240c0a commit c904d2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion redraw_dom/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ links = [{ title = "Sponsor", href = "https://github.com/sponsors/ghivert" }]

[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
redraw = { path = "../redraw" }
redraw = ">= 1.0.0 and < 2.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
4 changes: 2 additions & 2 deletions redraw_dom/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages = [
{ name = "gleam_javascript", version = "0.11.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_javascript", source = "hex", outer_checksum = "483631D3001FCE8EB12ADEAD5E1B808440038E96F93DA7A32D326C82F480C0B2" },
{ name = "gleam_stdlib", version = "0.39.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "2D7DE885A6EA7F1D5015D1698920C9BAF7241102836CE0C3837A4F160128A9C4" },
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
{ name = "redraw", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_javascript", "gleam_stdlib"], source = "local", path = "../redraw" },
{ name = "redraw", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_javascript", "gleam_stdlib"], otp_app = "redraw", source = "hex", outer_checksum = "0DAC6F3E1A69104F54973A34D0394107AF16F4096573D15F05869002536F2634" },
]

[requirements]
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
redraw = { path = "../redraw" }
redraw = { version = ">= 1.0.0 and < 2.0.0"}
4 changes: 4 additions & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
cp $PWD/README.md redraw/README.md
cd redraw
gleam publish
cd ../redraw_dom
gleam publish

0 comments on commit c904d2e

Please sign in to comment.