Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 19, 2024
1 parent bc5a0e7 commit eec3e8f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changelog

## [1.6.1](https://github.com/patrickcate/vue-uswds/compare/v1.6.0...v1.6.1) (2024-02-19)


### Bug Fixes

* **UsaFooterCollapsibleMenu:** add ssr support by delaying collapse until component is mounted ([3df9591](https://github.com/patrickcate/vue-uswds/commit/3df95919c6b1ff7c30ab29a2ae0aa279c752e1a5))
* **UsaModal:** delay visibility until component is mounted for ssr support ([399093c](https://github.com/patrickcate/vue-uswds/commit/399093c2b303e2a7ae31f14fc2506fed51aa9964))
* **UsaNav:** support ssr by adding mounted check to media query evaluation ([aefd68f](https://github.com/patrickcate/vue-uswds/commit/aefd68f94fb686aa547e47b3438439f239b73971))

# [1.6.0](https://github.com/patrickcate/vue-uswds/compare/v1.5.1...v1.6.0) (2023-12-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-uswds",
"description": "Vue 3 implementation of the USWDS (U.S. Web Design System) component library",
"version": "1.6.0",
"version": "1.6.1",
"author": "Patrick Cate",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit eec3e8f

Please sign in to comment.