From ca0f50b173c4c5f06770186ea0583cc4d734d8bf Mon Sep 17 00:00:00 2001 From: "Eric N. Garcia" Date: Thu, 12 Dec 2024 17:33:49 +0000 Subject: [PATCH] chore: release 4.2.0 [skip ci], --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/example/package.json | 4 ++-- packages/gatsby-theme-carbon/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f680c133..aedc818f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.0](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.21...v4.2.0) (2024-12-12) + + +### Features + +* minor package updates and formatting fix ([#1554](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1554)) ([57bbfc6](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/57bbfc669a827aaee95f38b76af4a45060f5fa62)) + ## [4.1.21](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.20...v4.1.21) (2024-12-05) ## [4.1.20](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.19...v4.1.20) (2024-12-04) diff --git a/package.json b/package.json index 2482378b1..ec7d6d072 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-carbon-workspace", "private": true, - "version": "4.1.21", + "version": "4.2.0", "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 dc5199560..5db886ada 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "4.1.21", + "version": "4.2.0", "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.21", + "gatsby-theme-carbon": "^4.2.0", "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 2625ddac1..89a5fa6c8 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.21", + "version": "4.2.0", "main": "index.js", "author": "vpicone (@vpicone)", "repository": {