diff --git a/.github/workflows/upload_component.yml b/.github/workflows/upload_component.yml index 362b1a8..0fc972c 100644 --- a/.github/workflows/upload_component.yml +++ b/.github/workflows/upload_component.yml @@ -1,6 +1,7 @@ name: Push components to Espressif Component Service on: + workflow_dispatch: release: types: [published] diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index cebc722..9fb90f1 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -5,13 +5,17 @@ # build system, if changed, build all apps .patterns-build_system: &patterns-build_system # For test - # - ".gitlab/tools/build_apps.py" + - ".gitlab/**/*" - "conftest.py" - "pytest.ini" # component folder .patterns-component: &patterns-component - - "**/*" + - "src/**/*" + - "CMakeLists.txt" + - "esp_ui_conf.h" + - "idf_component.yml" + - "Kconfig" # docs folder .patterns-docs_md: &patterns-docs_md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d79934..ce0e1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## v0.1.1~1 - 2024-08-16 + +### Bugfixes: + +* fix(idf): bump version to fix idf component build issue + ## v0.1.1 - 2024-08-12 ### Enhancements: diff --git a/idf_component.yml b/idf_component.yml index 7fe6760..e2f9c52 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.1.1 +version: 0.1.1~1 description: This package is a UI runtime framework based on LVGL, designed to provide a consistent UI development experience for screens of various sizes and shapes. url: https://github.com/espressif/esp-ui issues: https://github.com/espressif/esp-ui/issues