From bfde2eb3ad35489d989fdd8e611d1140f0bfb907 Mon Sep 17 00:00:00 2001 From: mike doornenbal Date: Fri, 2 Feb 2024 10:43:20 +0100 Subject: [PATCH] feat: add CI --- .github/workflows/component-ci.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ analysis_options.yaml | 4 ++-- pubspec.yaml | 3 +-- 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/component-ci.yml diff --git a/.github/workflows/component-ci.yml b/.github/workflows/component-ci.yml new file mode 100644 index 0000000..ca69d49 --- /dev/null +++ b/.github/workflows/component-ci.yml @@ -0,0 +1,14 @@ +name: Iconica Standard Component CI Workflow +# Workflow Caller version: 2.0.0 + +on: + pull_request: + workflow_dispatch: + +jobs: + call-global-iconica-workflow: + uses: Iconica-Development/.github/.github/workflows/component-ci.yml@master + secrets: inherit + permissions: write-all + with: + subfolder: "." # add optional subfolder to run workflow in diff --git a/CHANGELOG.md b/CHANGELOG.md index ea57cbf..412effc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.1 + +- Added Iconica Ci + ## 2.0.0 - Add support for default configurable splashscreen diff --git a/analysis_options.yaml b/analysis_options.yaml index 8ea00ce..e2b30bf 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -4,6 +4,6 @@ include: package:flutter_iconica_analysis/analysis_options.yaml analyzer: exclude: - + linter: - rules: + rules: \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 9268a77..e29e2c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_start description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home." publish_to: "none" -version: 2.0.0 +version: 2.0.1 environment: sdk: ">=3.2.5 <4.0.0" @@ -24,7 +24,6 @@ dependencies: ref: 2.1.0 path: packages/flutter_introduction_shared_preferences - dev_dependencies: flutter_test: sdk: flutter