diff --git a/CHANGELOG.md b/CHANGELOG.md index 0109154c0..ce26d25f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.15](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.14...v4.1.15) (2024-11-26) + + +### Bug Fixes + +* **search:** keyboard support for enter key ([#1545](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1545)) ([eaf0a12](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/eaf0a1244428877916517d7121fd6ade8c1fda43)) + ## [4.1.14](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.13...v4.1.14) (2024-11-21) ## [4.1.13](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.12...v4.1.13) (2024-11-06) diff --git a/package.json b/package.json index 8240f0f1f..3305c8212 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-carbon-workspace", "private": true, - "version": "4.1.14", + "version": "4.1.15", "packageManager": "yarn@4.1.1", "repository": { "url": "git@github.com:carbon-design-system/gatsby-theme-carbon.git", diff --git a/packages/example/package.json b/packages/example/package.json index a5d3c1e8f..f61de8c6d 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "4.1.14", + "version": "4.1.15", "license": "Apache 2.0", "scripts": { "dev": "gatsby develop -H 0.0.0.0", @@ -14,7 +14,7 @@ "dependencies": { "@carbon/icons-react": "^11.43.0", "gatsby": "^5.13.6", - "gatsby-theme-carbon": "^4.1.14", + "gatsby-theme-carbon": "^4.1.15", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/packages/gatsby-theme-carbon/package.json b/packages/gatsby-theme-carbon/package.json index 7dd241936..f4dce0e18 100644 --- a/packages/gatsby-theme-carbon/package.json +++ b/packages/gatsby-theme-carbon/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme-carbon", - "version": "4.1.14", + "version": "4.1.15", "main": "index.js", "author": "vpicone (@vpicone)", "repository": {