diff --git a/CHANGELOG.md b/CHANGELOG.md index cecb3c187..d23d9cb0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.11](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.10...v4.1.11) (2024-11-01) + + +### Bug Fixes + +* **leftnavtree:** style updates ([#1520](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1520)) ([2f258ed](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/2f258ed9573b01f5f6521b28e0a306e7e51ec7c8)) + ## [4.1.10](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.9...v4.1.10) (2024-11-01) ## [4.1.9](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.8...v4.1.9) (2024-10-24) diff --git a/package.json b/package.json index 42e3505aa..872da23cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-carbon-workspace", "private": true, - "version": "4.1.10", + "version": "4.1.11", "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 093a6e67c..9936846fc 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "4.1.10", + "version": "4.1.11", "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.10", + "gatsby-theme-carbon": "^4.1.11", "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 75a357821..709f252cc 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.10", + "version": "4.1.11", "main": "index.js", "author": "vpicone (@vpicone)", "repository": {