Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_idf_component_build_issue' into 'master'
Browse files Browse the repository at this point in the history
fix(idf): bump version to fix idf component build issue

See merge request ae_group/esp-ui!5
  • Loading branch information
Lzw655 committed Aug 16, 2024
2 parents a767dab + 29dea45 commit 2e4641d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload_component.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Push components to Espressif Component Service

on:
workflow_dispatch:
release:
types: [published]

Expand Down
8 changes: 6 additions & 2 deletions .gitlab/ci/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2e4641d

Please sign in to comment.