Skip to content

Commit

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

# [1.12.0](https://github.com/patrickcate/vue-uswds/compare/v1.11.0...v1.12.0) (2025-02-05)


### Bug Fixes

* switch from deprecated `xlink:href` attribute to `href` ([570b3d2](https://github.com/patrickcate/vue-uswds/commit/570b3d2502c820ddade1e89ed270e34079625686))


### Features

* switch to using focus trap VueUse component ([41fb1ce](https://github.com/patrickcate/vue-uswds/commit/41fb1ce65e14286e9c924614143c82228ffc6f4a)), closes [#437](https://github.com/patrickcate/vue-uswds/issues/437)


### Reverts

* roll back version of VueUse after agadoo treeshaking error ([21b3734](https://github.com/patrickcate/vue-uswds/commit/21b373422f9ff7add52c0a49474c0a6aadff638b))

# [1.11.0](https://github.com/patrickcate/vue-uswds/compare/v1.10.1...v1.11.0) (2025-01-12)


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

0 comments on commit 8a26479

Please sign in to comment.