Skip to content

Commit 41d6d16

Browse files
chore(release): 4.3.1 [skip ci]
# [@asu/components-core-v4.3.1](https://github.com/ASU/asu-unity-stack/compare/@asu/components-core-v4.3.0...@asu/components-core-v4.3.1) (2025-07-07) ### Bug Fixes * **components-core:** added tabindex and focus css for accordion wrapper ([b6b3046](b6b3046)) * **components-core:** removed tabIndex 0 from Accordion ([2dd45e2](2dd45e2))
1 parent 8d8663a commit 41d6d16

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/components-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [@asu/components-core-v4.3.1](https://github.com/ASU/asu-unity-stack/compare/@asu/components-core-v4.3.0...@asu/components-core-v4.3.1) (2025-07-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **components-core:** added tabindex and focus css for accordion wrapper ([b6b3046](https://github.com/ASU/asu-unity-stack/commit/b6b304691f5f11fde1e4e14304e4909ffb0cae03))
7+
* **components-core:** removed tabIndex 0 from Accordion ([2dd45e2](https://github.com/ASU/asu-unity-stack/commit/2dd45e2b919a8010bb4d1da56ec4c1749bbe240a))
8+
19
# [@asu/components-core-v4.3.0](https://github.com/ASU/asu-unity-stack/compare/@asu/components-core-v4.2.0...@asu/components-core-v4.3.0) (2025-02-18)
210

311

packages/components-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asu/components-core",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"main": "./dist/libCore.cjs.js",
55
"browser": "./dist/libCore.umd.js",
66
"module": "./dist/libCore.es.js",

0 commit comments

Comments
 (0)