Skip to content

Commit e823416

Browse files
chore(release): 2.3.3 [skip ci]
# [@asu/component-header-v2.3.3](https://github.com/asu/asu-unity-stack/compare/@asu/component-header-v2.3.2...@asu/component-header-v2.3.3) (2024-10-03) ### Bug Fixes * **component-header:** change onFocus to onClick for type definitions ([9634a97](9634a97)) * **component-header:** fix all dataLayer events in header ([342f825](342f825)) * **component-header:** fix dataLayer firing on parent dropdown click ([7bc6d32](7bc6d32)) * **component-header:** fix logo onClick ([faf982a](faf982a)) * **component-header:** missing data layer for logo when partner not used ([5e65efc](5e65efc)) * **component-header:** remove duplicate props ([fb071d3](fb071d3))
1 parent f6bfb69 commit e823416

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/component-header/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [@asu/component-header-v2.3.3](https://github.com/asu/asu-unity-stack/compare/@asu/component-header-v2.3.2...@asu/component-header-v2.3.3) (2024-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **component-header:** change onFocus to onClick for type definitions ([9634a97](https://github.com/asu/asu-unity-stack/commit/9634a975feaffd917faed1962c5a6ed0999780e3))
7+
* **component-header:** fix all dataLayer events in header ([342f825](https://github.com/asu/asu-unity-stack/commit/342f825c0c2732b346d9d0b4f689f4411d1e93d2))
8+
* **component-header:** fix dataLayer firing on parent dropdown click ([7bc6d32](https://github.com/asu/asu-unity-stack/commit/7bc6d325c55f7b8f93e4409d5bcf918855a7ed6e))
9+
* **component-header:** fix logo onClick ([faf982a](https://github.com/asu/asu-unity-stack/commit/faf982a60ef653073bf579edb3e8b34383ab980f))
10+
* **component-header:** missing data layer for logo when partner not used ([5e65efc](https://github.com/asu/asu-unity-stack/commit/5e65efc6cbdc985123b2b80c855a1f711f3cfb61))
11+
* **component-header:** remove duplicate props ([fb071d3](https://github.com/asu/asu-unity-stack/commit/fb071d3e8c7a0e21a1b932f8a8f37e941861b07b))
12+
113
# [@asu/component-header-v2.3.2](https://github.com/asu/asu-unity-stack/compare/@asu/component-header-v2.3.1...@asu/component-header-v2.3.2) (2024-09-10)
214

315

packages/component-header/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asu/component-header",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "ASU Global Header",
55
"main": "./dist/asuHeader.cjs.js",
66
"browser": "./dist/asuHeader.umd.js",

0 commit comments

Comments
 (0)