From 5d9a7de763e709d1f1c78d1b739e1df1c08896c5 Mon Sep 17 00:00:00 2001 From: Vick Top Date: Tue, 13 Feb 2024 13:33:28 +0100 Subject: [PATCH 1/2] feat(documentation): Create component-documentation.yml workflow file --- .github/workflows/component-documentation.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/component-documentation.yml diff --git a/.github/workflows/component-documentation.yml b/.github/workflows/component-documentation.yml new file mode 100644 index 0000000..c12e46a --- /dev/null +++ b/.github/workflows/component-documentation.yml @@ -0,0 +1,14 @@ +name: Iconica Standard Component Documentation Workflow +# Workflow Caller version: 1.0.0 + +on: + release: + types: [published] + + workflow_dispatch: + +jobs: + call-iconica-component-documentation-workflow: + uses: Iconica-Development/.github/.github/workflows/component-documentation.yml@master + secrets: inherit + permissions: write-all From 5517eeef7b9f5d7add6f865b59565b3c12270fd6 Mon Sep 17 00:00:00 2001 From: Vick Top Date: Wed, 14 Feb 2024 11:10:30 +0100 Subject: [PATCH 2/2] fix(ci): set to correct dependency version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index faf4221..da4caed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 3.1.0 + ref: 3.0.1 flutter: sdk: flutter