Skip to content

Commit

Permalink
chore: release 10.13.0 (#2293)
Browse files Browse the repository at this point in the history
Co-authored-by: John White <[email protected]>
  • Loading branch information
blackbaud-sky-build-user and johnhwhite authored May 8, 2024
1 parent 44ecc9c commit f8de40c
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

## [10.13.0](https://github.com/blackbaud/skyux/compare/10.12.0...10.13.0) (2024-05-08)


### Features

* **components/core:** add `SkyHelpService` for displaying global help ([#2291](https://github.com/blackbaud/skyux/issues/2291)) ([1af0565](https://github.com/blackbaud/skyux/commit/1af056534003714272220a243cf9eedebd5e4c2e))
* **components/text-editor:** add help inline to text editor ([#2270](https://github.com/blackbaud/skyux/issues/2270)) ([97e989b](https://github.com/blackbaud/skyux/commit/97e989ba9661eea90e2c7368f355fa11e184d104))


### Bug Fixes

* **components/ag-grid:** enable `enableCellTextSelection` option ([#2292](https://github.com/blackbaud/skyux/issues/2292)) ([92d3184](https://github.com/blackbaud/skyux/commit/92d318481b021b36e6413164f7cb64c45b79556d))
* **components/datetime:** date range picker only shows datepicker hint text when appropriate ([#2278](https://github.com/blackbaud/skyux/issues/2278)) ([fe12227](https://github.com/blackbaud/skyux/commit/fe122276f4e01ae6d609966affb8ff2ce8c7bc64))

## [10.12.0](https://github.com/blackbaud/skyux/compare/10.11.0...10.12.0) (2024-05-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": "10.12.0",
"version": "10.13.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit f8de40c

Please sign in to comment.