Skip to content

Commit

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

# [1.7.0](https://github.com/patrickcate/vue-uswds/compare/v1.6.1...v1.7.0) (2024-02-22)


### Bug Fixes

* **UsaNav:** move mobile menu functionality to `UsaHeader` component ([9e6a103](https://github.com/patrickcate/vue-uswds/commit/9e6a1031f18261e9d5d95ca22fb4b32c21db69d8))


### Features

* allow component level `routerComponentName` prop to be an object ([5ddadab](https://github.com/patrickcate/vue-uswds/commit/5ddadab3750ef39e2fc32b96150c080361a3438f))

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


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.1",
"version": "1.7.0",
"author": "Patrick Cate",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 3a3a183

Please sign in to comment.