Skip to content

Commit

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

# [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)


### 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))


### Features

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

## [1.7.2-beta.2](https://github.com/patrickcate/vue-uswds/compare/v1.7.2-beta.1...v1.7.2-beta.2) (2024-03-17)

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

0 comments on commit eb3cbb5

Please sign in to comment.