···11# For a full reference of all the available options, you can have a look at
22# https://gleam.run/writing-gleam/gleam-toml/.
33name = "formz"
44-version = "1.0.1"
44+version = "2.0.0"
55description = "Accessible, type safe form parsing and generating for Gleam"
66licences = ["Unlicense"]
77repository = { type = "github", user = "bentomas", repo = "formz" }
+3-3
formz_lustre/gleam.toml
···11# For a full reference of all the available options, you can have a look at
22# https://gleam.run/writing-gleam/gleam-toml/.
33name = "formz_lustre"
44-version = "1.0.0"
44+version = "2.0.0"
55description = "Lustre widgets and field definitions for the formz library."
66licences = ["Unlicense"]
77repository = { type = "github", user = "bentomas", repo = "formz" }
8899[dependencies]
1010-formz = { path = "../formz" }
1111-# formz = ">= 1.0.0 and < 2.0.0"
1010+# formz = { path = "../formz" }
1111+formz = ">= 2.0.0 and < 3.0.0"
1212gleam_stdlib = ">= 0.34.0 and < 2.0.0"
1313lustre = ">= 4.6.3 and < 5.0.0"
1414
+3-3
formz_lustre/manifest.toml
···22# You typically do not need to edit this file
3344packages = [
55- { name = "formz", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], source = "local", path = "../formz" },
66- { name = "formz_string", version = "1.0.0", build_tools = ["gleam"], requirements = ["formz", "gleam_stdlib"], source = "local", path = "../formz_string" },
55+ { name = "formz", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], otp_app = "formz", source = "hex", outer_checksum = "B5375FA628074E678FA278A33F199CB7D4CBD211A485991AB306F9D5ABE9E40B" },
66+ { name = "formz_string", version = "2.0.0", build_tools = ["gleam"], requirements = ["formz", "gleam_stdlib"], source = "local", path = "../formz_string" },
77 { name = "gleam_erlang", version = "0.33.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "A1D26B80F01901B59AABEE3475DD4C18D27D58FA5C897D922FCB9B099749C064" },
88 { name = "gleam_json", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "0A57FB5666E695FD2BEE74C0428A98B0FC11A395D2C7B4CDF5E22C5DD32C74C6" },
99 { name = "gleam_otp", version = "0.16.0", build_tools = ["gleam"], requirements = ["gleam_erlang", "gleam_stdlib"], otp_app = "gleam_otp", source = "hex", outer_checksum = "FA0EB761339749B4E82D63016C6A18C4E6662DA05BAB6F1346F9AF2E679E301A" },
···1414]
15151616[requirements]
1717-formz = { path = "../formz" }
1717+formz = { version = ">= 2.0.0 and < 3.0.0" }
1818formz_string = { path = "../formz_string" }
1919gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
2020gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
+3-3
formz_nakai/gleam.toml
···11# For a full reference of all the available options, you can have a look at
22# https://gleam.run/writing-gleam/gleam-toml/.
33name = "formz_nakai"
44-version = "1.0.0"
44+version = "2.0.0"
55description = "Nakai widgets and field definitions for the formz library."
66licences = ["Unlicense"]
77repository = { type = "github", user = "bentomas", repo = "formz" }
8899[dependencies]
1010-formz = { path = "../formz" }
1111-# formz = ">= 1.0.0 and < 2.0.0"
1010+# formz = { path = "../formz" }
1111+formz = ">= 2.0.0 and < 3.0.0"
1212gleam_stdlib = ">= 0.34.0 and < 2.0.0"
1313nakai = ">= 1.0.0 and < 2.0.0"
1414
+3-3
formz_nakai/manifest.toml
···22# You typically do not need to edit this file
3344packages = [
55- { name = "formz", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], source = "local", path = "../formz" },
66- { name = "formz_string", version = "1.0.0", build_tools = ["gleam"], requirements = ["formz", "gleam_stdlib"], source = "local", path = "../formz_string" },
55+ { name = "formz", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "justin"], otp_app = "formz", source = "hex", outer_checksum = "B5375FA628074E678FA278A33F199CB7D4CBD211A485991AB306F9D5ABE9E40B" },
66+ { name = "formz_string", version = "2.0.0", build_tools = ["gleam"], requirements = ["formz", "gleam_stdlib"], source = "local", path = "../formz_string" },
77 { name = "gleam_stdlib", version = "0.47.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "3B22D46743C46498C8355365243327AC731ECD3959216344FA9CF9AD348620AC" },
88 { name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
99 { name = "justin", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "justin", source = "hex", outer_checksum = "7FA0C6DB78640C6DC5FBFD59BF3456009F3F8B485BF6825E97E1EB44E9A1E2CD" },
···1111]
12121313[requirements]
1414-formz = { path = "../formz" }
1414+formz = { version = ">= 2.0.0 and < 3.0.0" }
1515formz_string = { path = "../formz_string" }
1616gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
1717gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
+3-3
formz_string/gleam.toml
···11# For a full reference of all the available options, you can have a look at
22# https://gleam.run/writing-gleam/gleam-toml/.
33name = "formz_string"
44-version = "1.0.0"
44+version = "2.0.0"
55description = "String widgets and field definitions for the formz library."
66licences = ["Unlicense"]
77repository = { type = "github", user = "bentomas", repo = "formz" }
8899[dependencies]
1010-formz = { path = "../formz" }
1111-# formz = ">= 1.0.0 and < 2.0.0"
1010+# formz = { path = "../formz" }
1111+formz = ">= 2.0.0 and < 3.0.0"
1212gleam_stdlib = ">= 0.34.0 and < 2.0.0"
13131414[dev-dependencies]