Skip to content

Commit

Permalink
chore(release): 4.15.27 [skip ci]
Browse files Browse the repository at this point in the history
## [4.15.27](v4.15.26...v4.15.27) (2023-12-13)

### Bug Fixes

* Add button role to table header interactive element ([#289](#289)) ([7384f9f](7384f9f))
* Coral shell help items should have list role ([#321](#321)) ([5c631fd](5c631fd))
* Correct anchor color and table header text color ([#317](#317)) ([19c2665](19c2665))
* Ensure interactive controls are not nested. ([#324](#324)) ([ef230a4](ef230a4))
* Set the aria-label to color value for color input  ([#316](#316)) ([eab60b0](eab60b0))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent ef230a4 commit f20a37c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## [4.15.27](https://github.com/adobe/coral-spectrum/compare/v4.15.26...v4.15.27) (2023-12-13)


### Bug Fixes

* Add button role to table header interactive element ([#289](https://github.com/adobe/coral-spectrum/issues/289)) ([7384f9f](https://github.com/adobe/coral-spectrum/commit/7384f9fff2189afab26d9cd03d698027e98d8099))
* Coral shell help items should have list role ([#321](https://github.com/adobe/coral-spectrum/issues/321)) ([5c631fd](https://github.com/adobe/coral-spectrum/commit/5c631fd999072600342d9814c957514f2420a1d2))
* Correct anchor color and table header text color ([#317](https://github.com/adobe/coral-spectrum/issues/317)) ([19c2665](https://github.com/adobe/coral-spectrum/commit/19c26655c721a4ca37fd8eec4ec701a22d9b3ab4))
* Ensure interactive controls are not nested. ([#324](https://github.com/adobe/coral-spectrum/issues/324)) ([ef230a4](https://github.com/adobe/coral-spectrum/commit/ef230a4d41b473ba979c68926a65dd46ba33479e))
* Set the aria-label to color value for color input ([#316](https://github.com/adobe/coral-spectrum/issues/316)) ([eab60b0](https://github.com/adobe/coral-spectrum/commit/eab60b074cd11f11512c7e8827c6de4b27af5d48))

## [4.15.26](https://github.com/adobe/coral-spectrum/compare/v4.15.25...v4.15.26) (2023-10-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@adobe/coral-spectrum",
"description": "Coral Spectrum is a JavaScript library of Web Components following Spectrum design patterns.",
"version": "4.15.26",
"version": "4.15.27",
"homepage": "https://github.com/adobe/coral-spectrum#readme",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit f20a37c

Please sign in to comment.