From d992d596844570e232fcd368eccb49916cb065dd Mon Sep 17 00:00:00 2001 From: "Eric N. Garcia" Date: Sat, 9 Mar 2024 10:39:54 -0500 Subject: [PATCH] chore: release 4.0.0-next.5.0 [skip ci], --- CHANGELOG.md | 34 +++++++++++++++++++++++ package.json | 2 +- packages/example/package.json | 4 +-- packages/gatsby-theme-carbon/package.json | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3029bdf6..8e435cb47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [4.0.0-next.5.0](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v3.4.16...v4.0.0-next.5.0) (2024-03-09) + + +### Bug Fixes + +* code blocks in mdx + issues/868 ([#1422](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1422)) ([7aa23ec](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/7aa23ec57534460459480c4b17004099a4096005)) +* heading spacing ([21d02d1](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/21d02d13b4cf6188509ab8edbf855e5a2da2d7e4)) +* nested list styling for v5 ([#1438](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1438)) ([37fb939](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/37fb939bc05429cf8620d33573b2262e1ac7bc14)) +* v5 issues ([#1431](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1431)) ([c6f49be](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/c6f49be1d78d6a2af15008991ecad9f0a002a937)) +* **yarn:** revert lock file changes ([d45b3e0](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/d45b3e09b194c81c28cc73649b761948984cfb93)) + +## [4.0.0-next.4](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v3.4.16...v4.0.0-next.5.0) (2024-02-07) + +## [4.0.0-next.3](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v3.4.16...v4.0.0-next.5.0) (2024-02-07) + + +### Features + +* **deps:** update node to 18 ([#1278](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1278)) ([8faa49f](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/8faa49f8fefcf7b304b92b0c7461d5370b06929f)) +* **layouts:** start converting to use layouts ([5dbfef3](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/5dbfef39f8c0ef12c9e71e0cd148cdff164fc46d)) +* update [@commitlint](https://github.com/commitlint) ([a12ea4c](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/a12ea4ce5a3cc939c9b81414f6e287164bcd1b1c)) +* update release-it ([c86d58e](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/c86d58eb9d6c81bd1b926c1f23a3aeee528fa688)) + + +### Bug Fixes + +* **format:** run prettier ([1e80c1a](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/1e80c1a68ea56449b9c38008db8bcf32d307e53e)) +* linting,imports in code ([#1414](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1414)) ([43d67cb](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/43d67cbbf93e0334a3bb1932d99c2e2b99dd4c67)) +* **lint:** update wesbos ([c5359c6](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/c5359c6842d92121a851df69a36257f57d484641)) +* **path:** update layout path ([18344af](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/18344afc5d173f2dc49e9058892562d28339bbf0)) +* remove extraLayouts ([6c4c0dd](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/6c4c0dd84a349c181a083dbbf2369ff6547d5c26)) +* run gatsby codemods ([44cdc5e](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/44cdc5e03bacc963ca613398a204dae91433945f)) +* **scss:** import + other minor fixes ([#1410](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1410)) ([ffa7fbc](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/ffa7fbc746da6eb4a1f0345d1b340b31a1bab135)) + ### [3.4.16](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v3.4.15...v3.4.16) (2024-02-28) ### Bug Fixes diff --git a/package.json b/package.json index 650d7a1d9..9f0a523b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-theme-carbon-workspace", "private": true, - "version": "4.0.0-next.4", + "version": "4.0.0-next.5.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 4c4b6bbe6..2ca253041 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "4.0.0-next.4", + "version": "4.0.0-next.5.0", "license": "Apache 2.0", "scripts": { "dev": "gatsby develop -H 0.0.0.0", @@ -14,7 +14,7 @@ "dependencies": { "@carbon/icons-react": "^11.37.0", "gatsby": "^5.13.3", - "gatsby-theme-carbon": "^4.0.0-next.4", + "gatsby-theme-carbon": "^4.0.0-next.5.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/packages/gatsby-theme-carbon/package.json b/packages/gatsby-theme-carbon/package.json index 8928f1d83..0a0b664e3 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.0.0-next.4", + "version": "4.0.0-next.5.0", "main": "index.js", "author": "vpicone (@vpicone)", "repository": {