diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f26f0fb..2d371378f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.7](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.6...v4.1.7) (2024-10-21) + + +### Bug Fixes + +* **leftNavTree:** keyboard navigation ([#1536](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1536)) ([ff80bcf](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/ff80bcf7f96ea9b2f3a8e58dbd2a0ac79514f761)) + ## [4.1.6](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.5...v4.1.6) (2024-10-16) ## [4.1.5](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.4...v4.1.5) (2024-10-09) diff --git a/package.json b/package.json index d2715ad5e..ebeb8fa7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-carbon-workspace", "private": true, - "version": "4.1.6", + "version": "4.1.7", "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 0e76c8876..7e2466072 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "4.1.6", + "version": "4.1.7", "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.6", + "gatsby-theme-carbon": "^4.1.7", "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 b01393563..c98545e5b 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.6", + "version": "4.1.7", "main": "index.js", "author": "vpicone (@vpicone)", "repository": {