diff --git a/src/features/create-profile-form/ui/CreateProfileForm.tsx b/src/features/create-profile-form/ui/CreateProfileForm.tsx index e734064..b5f6c50 100644 --- a/src/features/create-profile-form/ui/CreateProfileForm.tsx +++ b/src/features/create-profile-form/ui/CreateProfileForm.tsx @@ -52,6 +52,7 @@ const versions = [ "1.7.2", "1.7.10", "1.8", + "1.8.9", "1.9", "1.9.1", "1.9.2", @@ -60,9 +61,31 @@ const versions = [ "1.10", "1.10.1", "1.10.2", + "1.11", + "1.11.1", + "1.11.2", "1.12", "1.12.1", "1.12.2", + "1.13", + "1.13.1", + "1.13.2", + "1.14", + "1.14.1", + "1.14.2", + "1.14.3", + "1.14.4", + "1.15", + "1.15.1", + "1.15.2", + "1.16", + "1.16.1", + "1.16.2", + "1.16.3", + "1.16.4", + "1.16.5", + "1.17", + "1.17.1", "1.18", "1.18.1", "1.18.2", @@ -76,6 +99,8 @@ const versions = [ "1.20.2", "1.20.3", "1.20.4", + "1.20.5", + "1.20.6", ]; export function CreateProfileForm(props: CreateProfileFormProps) {