Skip to content

Commit

Permalink
chore: release 11.40.0 (#3133)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[11.40.0](11.39.0...11.40.0)
(2025-02-10)


### Features

* **components/pages:** add `sky-modal-link-list` component
([#3131](#3131))
([d54bb9c](d54bb9c))
* **components/popovers:** add support for custom trigger buttons to
dropdown harness
([#3129](#3129))
([8ea599f](8ea599f))


### Bug Fixes

* **components/router:** skyHref should shut down when the application
is destroyed ([#3134](#3134))
([1dde88d](1dde88d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
blackbaud-sky-build-user authored Feb 10, 2025
1 parent 8ea599f commit f6dc1d9
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

## [11.40.0](https://github.com/blackbaud/skyux/compare/11.39.0...11.40.0) (2025-02-10)


### Features

* **components/pages:** add `sky-modal-link-list` component ([#3131](https://github.com/blackbaud/skyux/issues/3131)) ([d54bb9c](https://github.com/blackbaud/skyux/commit/d54bb9cc556f53f92b1555b0526b3f8b10668154))
* **components/popovers:** add support for custom trigger buttons to dropdown harness ([#3129](https://github.com/blackbaud/skyux/issues/3129)) ([8ea599f](https://github.com/blackbaud/skyux/commit/8ea599ffcb804a88e336e5ed941678b24e6e6bf7))


### Bug Fixes

* **components/router:** skyHref should shut down when the application is destroyed ([#3134](https://github.com/blackbaud/skyux/issues/3134)) ([1dde88d](https://github.com/blackbaud/skyux/commit/1dde88dcfc9f932831ad0dbde797e51248ddadd2))

## [11.39.0](https://github.com/blackbaud/skyux/compare/11.38.1...11.39.0) (2025-02-07)


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,6 +1,6 @@
{
"name": "skyux",
"version": "11.39.0",
"version": "11.40.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit f6dc1d9

Please sign in to comment.