Skip to content

Commit 3aeaf26

Browse files
chore: release main (#799)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b36668 commit 3aeaf26

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.0",
2+
"packages/core": "3.17.1",
33
"packages/tokens": "2.1.0"
44
}

packages/core/CHANGELOG.md

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

3+
## [3.17.1](https://github.com/juntossomosmais/atomium/compare/atomium-v3.17.0...atomium-v3.17.1) (2025-11-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **carousel:** change carousel structure from divs to ol ([ebcc4d1](https://github.com/juntossomosmais/atomium/commit/ebcc4d1fb9bfae9ae883b948ef2db07e937302ce))
9+
* **carousel:** simplify null checks using optional chaining ([bfe0a01](https://github.com/juntossomosmais/atomium/commit/bfe0a01bd0e539f758e0855802d9c1e1572e7c65))
10+
* **carousel:** use `globalThis` for dispatching event ([70f1d5f](https://github.com/juntossomosmais/atomium/commit/70f1d5fc41006e98564ce48eb86a95e9317d59c5))
11+
* **chip:** change `tabIndex` from 1 to 0 for accessibility ([87f81fd](https://github.com/juntossomosmais/atomium/commit/87f81fd3af9e5c3e5edb34cbf7446366d24e8f68))
12+
* **datetime:** correct logic for date arrays ([64b9961](https://github.com/juntossomosmais/atomium/commit/64b9961e5d0fa84a726224160a7767baabac28fb))
13+
* **datetime:** update active day background color to use brand color ([a38a357](https://github.com/juntossomosmais/atomium/commit/a38a35720f13ea009166bf51fd6cdcc19184fe15))
14+
315
## [3.17.0](https://github.com/juntossomosmais/atomium/compare/atomium-v3.16.1...atomium-v3.17.0) (2025-11-07)
416

517

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.0",
3+
"version": "3.17.1",
44
"description": "Core of web components for Atomium",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)