From 4782ff348495b0e6d38d41fd70dd1e01b34e04ad Mon Sep 17 00:00:00 2001 From: "Eric N. Garcia" Date: Thu, 24 Oct 2024 16:43:13 +0000 Subject: [PATCH] chore: release 4.1.9 [skip ci], --- CHANGELOG.md | 2 ++ package.json | 2 +- packages/example/package.json | 4 ++-- packages/gatsby-theme-carbon/package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ebdaf26..4c18c50df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [4.1.9](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.8...v4.1.9) (2024-10-24) + ## [4.1.8](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.7...v4.1.8) (2024-10-21) ## [4.1.7](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.6...v4.1.7) (2024-10-21) diff --git a/package.json b/package.json index eaed553ba..b7adfce5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-carbon-workspace", "private": true, - "version": "4.1.8", + "version": "4.1.9", "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 22fae6d1a..a3c946e21 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "4.1.8", + "version": "4.1.9", "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.8", + "gatsby-theme-carbon": "^4.1.9", "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 e92478f8a..cab2b3c9a 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.8", + "version": "4.1.9", "main": "index.js", "author": "vpicone (@vpicone)", "repository": {