Skip to content

Commit 99420d4

Browse files
committed
update version numbers
1 parent fd74aeb commit 99420d4

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

formz/gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# For a full reference of all the available options, you can have a look at
22
# https://gleam.run/writing-gleam/gleam-toml/.
33
name = "formz"
4-
version = "1.0.1"
4+
version = "2.0.0"
55
description = "Accessible, type safe form parsing and generating for Gleam"
66
licences = ["Unlicense"]
77
repository = { type = "github", user = "bentomas", repo = "formz" }

formz_lustre/gleam.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# For a full reference of all the available options, you can have a look at
22
# https://gleam.run/writing-gleam/gleam-toml/.
33
name = "formz_lustre"
4-
version = "1.0.0"
4+
version = "2.0.0"
55
description = "Lustre widgets and field definitions for the formz library."
66
licences = ["Unlicense"]
77
repository = { type = "github", user = "bentomas", repo = "formz" }
88

99
[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"
1212
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
1313
lustre = ">= 4.6.3 and < 5.0.0"
1414

formz_lustre/manifest.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# You typically do not need to edit this file
33

44
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" },
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" },
@@ -14,7 +14,7 @@ packages = [
1414
]
1515

1616
[requirements]
17-
formz = { path = "../formz" }
17+
formz = { version = ">= 2.0.0 and < 3.0.0" }
1818
formz_string = { path = "../formz_string" }
1919
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
2020
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }

formz_nakai/gleam.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# For a full reference of all the available options, you can have a look at
22
# https://gleam.run/writing-gleam/gleam-toml/.
33
name = "formz_nakai"
4-
version = "1.0.0"
4+
version = "2.0.0"
55
description = "Nakai widgets and field definitions for the formz library."
66
licences = ["Unlicense"]
77
repository = { type = "github", user = "bentomas", repo = "formz" }
88

99
[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"
1212
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
1313
nakai = ">= 1.0.0 and < 2.0.0"
1414

formz_nakai/manifest.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# You typically do not need to edit this file
33

44
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" },
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" },
1010
{ name = "nakai", version = "1.1.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "nakai", source = "hex", outer_checksum = "58D863966CFCAFCE60CE67C609B2C803551F76FEED8F3BAF6CD03F3C4B16C954" },
1111
]
1212

1313
[requirements]
14-
formz = { path = "../formz" }
14+
formz = { version = ">= 2.0.0 and < 3.0.0" }
1515
formz_string = { path = "../formz_string" }
1616
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
1717
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }

formz_string/gleam.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# For a full reference of all the available options, you can have a look at
22
# https://gleam.run/writing-gleam/gleam-toml/.
33
name = "formz_string"
4-
version = "1.0.0"
4+
version = "2.0.0"
55
description = "String widgets and field definitions for the formz library."
66
licences = ["Unlicense"]
77
repository = { type = "github", user = "bentomas", repo = "formz" }
88

99
[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"
1212
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
1313

1414
[dev-dependencies]

formz_string/manifest.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages = [
66
{ 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" },
77
{ name = "edit_distance", version = "2.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "edit_distance", source = "hex", outer_checksum = "A1E485C69A70210223E46E63985FA1008B8B2DDA9848B7897469171B29020C05" },
88
{ 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" },
1010
{ name = "glance", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "glexer"], otp_app = "glance", source = "hex", outer_checksum = "E155BA1A787FD11827048355021C0390D2FE9A518485526F631A9D472858CC6D" },
1111
{ 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" },
1212
{ 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,6 +23,6 @@ packages = [
2323

2424
[requirements]
2525
birdie = { version = ">= 1.2.3 and < 2.0.0" }
26-
formz = { path = "../formz" }
26+
formz = { version = ">= 2.0.0 and < 3.0.0" }
2727
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
2828
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }

0 commit comments

Comments
 (0)