Skip to content

Commit

Permalink
chore: release 4.0.0-next.5.0 [skip ci],
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Mar 9, 2024
1 parent 9845d71 commit d992d59
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-carbon/package.json
Original file line number Diff line number Diff line change
@@ -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 <vp@vincepic.one> (@vpicone)",
"repository": {
Expand Down

0 comments on commit d992d59

Please sign in to comment.