this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

update version numbers

+18 -18
+1 -1
formz/gleam.toml
··· 1 1 # For a full reference of all the available options, you can have a look at 2 2 # https://gleam.run/writing-gleam/gleam-toml/. 3 3 name = "formz" 4 - version = "1.0.1" 4 + version = "2.0.0" 5 5 description = "Accessible, type safe form parsing and generating for Gleam" 6 6 licences = ["Unlicense"] 7 7 repository = { type = "github", user = "bentomas", repo = "formz" }
+3 -3
formz_lustre/gleam.toml
··· 1 1 # For a full reference of all the available options, you can have a look at 2 2 # https://gleam.run/writing-gleam/gleam-toml/. 3 3 name = "formz_lustre" 4 - version = "1.0.0" 4 + version = "2.0.0" 5 5 description = "Lustre widgets and field definitions for the formz library." 6 6 licences = ["Unlicense"] 7 7 repository = { type = "github", user = "bentomas", repo = "formz" } 8 8 9 9 [dependencies] 10 - formz = { path = "../formz" } 11 - # formz = ">= 1.0.0 and < 2.0.0" 10 + # formz = { path = "../formz" } 11 + formz = ">= 2.0.0 and < 3.0.0" 12 12 gleam_stdlib = ">= 0.34.0 and < 2.0.0" 13 13 lustre = ">= 4.6.3 and < 5.0.0" 14 14
+3 -3
formz_lustre/manifest.toml
··· 2 2 # You typically do not need to edit this file 3 3 4 4 packages = [ 5 - { name = "formz", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], source = "local", path = "../formz" }, 6 - { name = "formz_string", version = "1.0.0", build_tools = ["gleam"], requirements = ["formz", "gleam_stdlib"], source = "local", path = "../formz_string" }, 5 + { name = "formz", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], otp_app = "formz", source = "hex", outer_checksum = "B5375FA628074E678FA278A33F199CB7D4CBD211A485991AB306F9D5ABE9E40B" }, 6 + { name = "formz_string", version = "2.0.0", build_tools = ["gleam"], requirements = ["formz", "gleam_stdlib"], source = "local", path = "../formz_string" }, 7 7 { name = "gleam_erlang", version = "0.33.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "A1D26B80F01901B59AABEE3475DD4C18D27D58FA5C897D922FCB9B099749C064" }, 8 8 { name = "gleam_json", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "0A57FB5666E695FD2BEE74C0428A98B0FC11A395D2C7B4CDF5E22C5DD32C74C6" }, 9 9 { name = "gleam_otp", version = "0.16.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "gleam_otp", source = "hex", outer_checksum = "FA0EB761339749B4E82D63016C6A18C4E6662DA05BAB6F1346F9AF2E679E301A" }, ··· 14 14 ] 15 15 16 16 [requirements] 17 - formz = { path = "../formz" } 17 + formz = { version = ">= 2.0.0 and < 3.0.0" } 18 18 formz_string = { path = "../formz_string" } 19 19 gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" } 20 20 gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
+3 -3
formz_nakai/gleam.toml
··· 1 1 # For a full reference of all the available options, you can have a look at 2 2 # https://gleam.run/writing-gleam/gleam-toml/. 3 3 name = "formz_nakai" 4 - version = "1.0.0" 4 + version = "2.0.0" 5 5 description = "Nakai widgets and field definitions for the formz library." 6 6 licences = ["Unlicense"] 7 7 repository = { type = "github", user = "bentomas", repo = "formz" } 8 8 9 9 [dependencies] 10 - formz = { path = "../formz" } 11 - # formz = ">= 1.0.0 and < 2.0.0" 10 + # formz = { path = "../formz" } 11 + formz = ">= 2.0.0 and < 3.0.0" 12 12 gleam_stdlib = ">= 0.34.0 and < 2.0.0" 13 13 nakai = ">= 1.0.0 and < 2.0.0" 14 14
+3 -3
formz_nakai/manifest.toml
··· 2 2 # You typically do not need to edit this file 3 3 4 4 packages = [ 5 - { name = "formz", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], source = "local", path = "../formz" }, 6 - { name = "formz_string", version = "1.0.0", build_tools = ["gleam"], requirements = ["formz", "gleam_stdlib"], source = "local", path = "../formz_string" }, 5 + { name = "formz", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], otp_app = "formz", source = "hex", outer_checksum = "B5375FA628074E678FA278A33F199CB7D4CBD211A485991AB306F9D5ABE9E40B" }, 6 + { name = "formz_string", version = "2.0.0", build_tools = ["gleam"], requirements = ["formz", "gleam_stdlib"], source = "local", path = "../formz_string" }, 7 7 { name = "gleam_stdlib", version = "0.47.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "3B22D46743C46498C8355365243327AC731ECD3959216344FA9CF9AD348620AC" }, 8 8 { name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" }, 9 9 { name = "justin", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "justin", source = "hex", outer_checksum = "7FA0C6DB78640C6DC5FBFD59BF3456009F3F8B485BF6825E97E1EB44E9A1E2CD" }, ··· 11 11 ] 12 12 13 13 [requirements] 14 - formz = { path = "../formz" } 14 + formz = { version = ">= 2.0.0 and < 3.0.0" } 15 15 formz_string = { path = "../formz_string" } 16 16 gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" } 17 17 gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
+3 -3
formz_string/gleam.toml
··· 1 1 # For a full reference of all the available options, you can have a look at 2 2 # https://gleam.run/writing-gleam/gleam-toml/. 3 3 name = "formz_string" 4 - version = "1.0.0" 4 + version = "2.0.0" 5 5 description = "String widgets and field definitions for the formz library." 6 6 licences = ["Unlicense"] 7 7 repository = { type = "github", user = "bentomas", repo = "formz" } 8 8 9 9 [dependencies] 10 - formz = { path = "../formz" } 11 - # formz = ">= 1.0.0 and < 2.0.0" 10 + # formz = { path = "../formz" } 11 + formz = ">= 2.0.0 and < 3.0.0" 12 12 gleam_stdlib = ">= 0.34.0 and < 2.0.0" 13 13 14 14 [dev-dependencies]
+2 -2
formz_string/manifest.toml
··· 6 6 { name = "birdie", version = "1.2.4", build_tools = ["gleam"], requirements = ["argv", "edit_distance", "filepath", "glance", "gleam_community_ansi", "gleam_erlang", "gleam_stdlib", "justin", "rank", "simplifile", "trie_again"], otp_app = "birdie", source = "hex", outer_checksum = "769AE13AB5B5B84E724E9966037DCCB5BD63B2F43C52EF80B4BF3351F64E469E" }, 7 7 { name = "edit_distance", version = "2.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "edit_distance", source = "hex", outer_checksum = "A1E485C69A70210223E46E63985FA1008B8B2DDA9848B7897469171B29020C05" }, 8 8 { name = "filepath", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "67A6D15FB39EEB69DD31F8C145BB5A421790581BD6AA14B33D64D5A55DBD6587" }, 9 - { name = "formz", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], source = "local", path = "../formz" }, 9 + { name = "formz", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], otp_app = "formz", source = "hex", outer_checksum = "B5375FA628074E678FA278A33F199CB7D4CBD211A485991AB306F9D5ABE9E40B" }, 10 10 { name = "glance", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "glexer"], otp_app = "glance", source = "hex", outer_checksum = "E155BA1A787FD11827048355021C0390D2FE9A518485526F631A9D472858CC6D" }, 11 11 { name = "gleam_community_ansi", version = "1.4.1", build_tools = ["gleam"], requirements = ["gleam_community_colour", "gleam_stdlib"], otp_app = "gleam_community_ansi", source = "hex", outer_checksum = "4CD513FC62523053E62ED7BAC2F36136EC17D6A8942728250A9A00A15E340E4B" }, 12 12 { name = "gleam_community_colour", version = "1.4.1", build_tools = ["gleam"], requirements = ["gleam_json", "gleam_stdlib"], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "386CB9B01B33371538672EEA8A6375A0A0ADEF41F17C86DDCB81C92AD00DA610" }, ··· 23 23 24 24 [requirements] 25 25 birdie = { version = ">= 1.2.3 and < 2.0.0" } 26 - formz = { path = "../formz" } 26 + formz = { version = ">= 2.0.0 and < 3.0.0" } 27 27 gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" } 28 28 gleeunit = { version = ">= 1.0.0 and < 2.0.0" }