-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update to the latest release of TagField (#50)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule TagField
updated
13 files
+47 −0 | .github/workflows/build.yaml | |
+3 −0 | .gitmodules | |
+1 −2 | Package.resolved | |
+1 −1 | Package.swift | |
+4 −0 | Sources/TagField/Views/AutoGrowingTextField.swift | |
+0 −0 | Sources/TagField/Views/PickerTextField.swift | |
+0 −0 | Sources/TagField/Views/TagView.swift | |
+0 −0 | Sources/TagField/Views/TokenView.swift | |
+14 −0 | scripts/build.sh | |
+1 −0 | scripts/changes | |
+31 −0 | scripts/environment.sh | |
+37 −0 | scripts/install-dependencies.sh | |
+31 −0 | scripts/release.sh |