Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
# [@asu/component-header-v2.3.1](https://github.com/asu/asu-unity-stack/compare/@asu/component-header-v2.3.0...@asu/component-header-v2.3.1) (2024-09-04)

### Bug Fixes

* **component-header:** added onClick event to dropdown sublinks ([af7d216](af7d216))
* **component-header:** fixed navtree with onclick not getting called ([b43b6da](b43b6da))
* **component-header:** fixed prop that was not passed in properly ([caf6458](caf6458))
  • Loading branch information
semantic-release-bot committed Sep 4, 2024
1 parent 3af35c3 commit 23cd844
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/component-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [@asu/component-header-v2.3.1](https://github.com/asu/asu-unity-stack/compare/@asu/component-header-v2.3.0...@asu/component-header-v2.3.1) (2024-09-04)


### Bug Fixes

* **component-header:** added onClick event to dropdown sublinks ([af7d216](https://github.com/asu/asu-unity-stack/commit/af7d21692e9c4150dfedee88a1d22a4c292e14f5))
* **component-header:** fixed navtree with onclick not getting called ([b43b6da](https://github.com/asu/asu-unity-stack/commit/b43b6daeea0b091564ea4a2077b3c03ab363b676))
* **component-header:** fixed prop that was not passed in properly ([caf6458](https://github.com/asu/asu-unity-stack/commit/caf6458d12c64c0ae04ea19824a45366185a6d17))

# [@asu/component-header-v2.3.0](https://github.com/asu/asu-unity-stack/compare/@asu/component-header-v2.2.8...@asu/component-header-v2.3.0) (2024-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/component-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asu/component-header",
"version": "2.3.0",
"version": "2.3.1",
"description": "ASU Global Header",
"main": "./dist/asuHeader.cjs.js",
"browser": "./dist/asuHeader.umd.js",
Expand Down

0 comments on commit 23cd844

Please sign in to comment.