Skip to content

Commit fb0c360

Browse files
Merge branch 'feat/update_cu_depend' into 'master'
cmake_utilities: update the versions that other components depend on. See merge request ae_group/esp-iot-solution!1200
2 parents eaa0b9b + 2ae3a24 commit fb0c360

File tree

8 files changed

+32
-8
lines changed

8 files changed

+32
-8
lines changed

components/led/led_indicator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## v1.1.0 - 2025-02-24
4+
5+
### Improve:
6+
7+
- Update the version of dependent cmake_utilities to *
8+
39
## v1.0.0 - 2024-8-14
410

511
* Publish the official version

components/led/led_indicator/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version: "1.0.0"
1+
version: "1.1.0"
22
description: LED indicator driver
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/led/led_indicator
44
dependencies:
55
idf: ">=4.0"
66
led_strip:
77
version: "2.5.5"
88
public: true
9-
cmake_utilities: "0.*"
9+
cmake_utilities: "*"
1010
examples:
1111
- path: ../../../examples/indicator
1212
sbom:

components/led/lightbulb_driver/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## v1.7.0 - 2025-02-24
4+
5+
### Improve:
6+
7+
- Update the version of dependent cmake_utilities to *
8+
39
## v1.6.1 - 2025-02-19
410

511
### Bug Fix:

components/led/lightbulb_driver/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
version: "1.6.1"
1+
version: "1.7.0"
22
description: Provide multiple dimming driver solutions to easily build lightbulb applications
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/led/lightbulb_driver
44
dependencies:
55
idf: ">=4.3.2"
6-
espressif/cmake_utilities: "*"
6+
cmake_utilities: "*"
77
examples:
88
- path: ../../../examples/lighting/lightbulb
99
sbom:

components/sensors/ntc_driver/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## v1.2.0 - 2025-02-24
4+
5+
### Improve:
6+
7+
- Update the version of dependent cmake_utilities to *
8+
39
## v1.1.0 - 2024-11-5
410

511
### Improvements

components/sensors/ntc_driver/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version: "1.1.0"
1+
version: "1.2.0"
22
description: ntc driver
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/sensors/ntc_driver
44
repository: https://github.com/espressif/esp-iot-solution.git
55
documentation: https://docs.espressif.com/projects/esp-iot-solution/en/latest/sensors/ntc_driver.html
66
issues: https://github.com/espressif/esp-iot-solution/issues
77
dependencies:
88
idf: ">=5.0"
9-
cmake_utilities: "0.*"
9+
cmake_utilities: "*"
1010
examples:
1111
- path: ../../../examples/sensors/ntc_temperature_sensor
1212
sbom:

components/zero_detection/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## v0.1.0 - 2025-02-24
4+
5+
### Improve:
6+
7+
- Update the version of dependent cmake_utilities to *
8+
39
## v0.0.7 - 2025-1-2
410

511
### Enhancements:

components/zero_detection/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
version: "0.0.7"
1+
version: "0.1.0"
22
description: Zero Cross Detection Driver
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/zero_detection
44
repository: https://github.com/espressif/esp-iot-solution.git
55
documentation: https://docs.espressif.com/projects/esp-iot-solution/en/latest/others/zero_detection.html
66
issues: https://github.com/espressif/esp-iot-solution/issues
77
dependencies:
88
idf: ">=5.0"
9-
espressif/cmake_utilities: "0.*"
9+
cmake_utilities: "*"
1010
examples:
1111
- path: ../../examples/zero_cross_detection
1212
sbom:

0 commit comments

Comments
 (0)