Skip to content

Commit f12fd60

Browse files
chore: release main (#800)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c152d39 commit f12fd60

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/core": "3.17.1",
2+
"packages/core": "3.17.2",
33
"packages/tokens": "2.1.0"
44
}

packages/core/CHANGELOG.md

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

3+
## [3.17.2](https://github.com/juntossomosmais/atomium/compare/atomium-v3.17.1...atomium-v3.17.2) (2025-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **form-request-submit:** replace deprecated method ([2de5bdf](https://github.com/juntossomosmais/atomium/commit/2de5bdff2743294e45ed8c5e9f18abacd4096efa))
9+
* **list-slider:** correct navigation button display logic ([322b756](https://github.com/juntossomosmais/atomium/commit/322b756469f778e3e43bf6d80253dc87e9efac84))
10+
* **select:** optimize item iteration and improve early returns ([e3fac32](https://github.com/juntossomosmais/atomium/commit/e3fac32b3f6044602f9c1acaea71862e0af86a42))
11+
* **tooltip:** remove role attribute ([7960538](https://github.com/juntossomosmais/atomium/commit/7960538375f4032577f3a998ecd42dd2e40c30e7))
12+
* **tooltip:** replace `forEach` with `for...of` for event ([95e8bfc](https://github.com/juntossomosmais/atomium/commit/95e8bfc15f122109dfbc35e550f3dfa799fc54ee))
13+
314
## [3.17.1](https://github.com/juntossomosmais/atomium/compare/atomium-v3.17.0...atomium-v3.17.1) (2025-11-11)
415

516

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@juntossomosmais/atomium",
3-
"version": "3.17.1",
3+
"version": "3.17.2",
44
"description": "Core of web components for Atomium",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)