Skip to content

Commit

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

# [1.8.0](https://github.com/patrickcate/vue-uswds/compare/v1.7.1...v1.8.0) (2024-04-09)


### Bug Fixes

* **UsaFooterAddress:** move order of `v-bind=\"\\$attrs\"` to prevent overriding CSS classes ([f75efd0](https://github.com/patrickcate/vue-uswds/commit/f75efd031dde1ff4c18f3a16e9ce10faffb6c26b))
* **UsaSidenavItem:** move order of `v-bind=\"\\$attrs\"` to prevent overriding other props ([238ca28](https://github.com/patrickcate/vue-uswds/commit/238ca280556a7b4aa666ec2d9fa58bb626f31dfe))
* **useMobileMenu:** remove invalid underscores from id and use global id prefix ([6ed0dc8](https://github.com/patrickcate/vue-uswds/commit/6ed0dc87248a5397b1562099b6831c22931cce0c))


### Features

* **UsaSidenavItem:** add `sublist` scoped slot ([51a6ac7](https://github.com/patrickcate/vue-uswds/commit/51a6ac7a244ae3dcf96bd53e4f1ca4d40220df24))

# [1.8.0-beta.1](https://github.com/patrickcate/vue-uswds/compare/v1.7.2-beta.2...v1.8.0-beta.1) (2024-03-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.8.0-beta.1",
"version": "1.8.0",
"author": "Patrick Cate",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit a3182b9

Please sign in to comment.