Skip to content

Commit 39d15b8

Browse files
committed
chore: release 4.3.20 [skip ci],
1 parent 9a4386b commit 39d15b8

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## <small>4.3.20 (2025-11-13)</small>
4+
5+
* build(deps): bump @release-it/conventional-changelog (#1621) ([5eb4a26](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/5eb4a26)), closes [#1621](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1621)
6+
* build(deps): bump actions/setup-node from 4 to 6 (#1643) ([7d90b3c](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/7d90b3c)), closes [#1643](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1643)
7+
* build(deps): bump stylelint from 16.23.0 to 16.25.0 (#1644) ([9a4386b](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/9a4386b)), closes [#1644](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1644)
8+
* Remove Racial Equity in Design link from Switcher (#1646) ([6d0f273](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/6d0f273)), closes [#1646](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1646)
9+
* chore(release): update carbon deps (#1645) ([0075f0b](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/0075f0b)), closes [#1645](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1645)
10+
311
## [4.3.19](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.3.18...v4.3.19) (2025-10-22)
412

513
## [4.3.18](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.3.17...v4.3.18) (2025-10-13)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-theme-carbon-workspace",
33
"private": true,
4-
"version": "4.3.19",
4+
"version": "4.3.20",
55
"packageManager": "[email protected]",
66
"repository": {
77
"url": "[email protected]:carbon-design-system/gatsby-theme-carbon.git",

packages/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example",
33
"private": true,
4-
"version": "4.3.19",
4+
"version": "4.3.20",
55
"license": "Apache 2.0",
66
"scripts": {
77
"dev": "gatsby develop -H 0.0.0.0",
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@carbon/icons-react": "^11.64.0",
1616
"gatsby": "^5.14.5",
17-
"gatsby-theme-carbon": "^4.3.19",
17+
"gatsby-theme-carbon": "^4.3.20",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1"
2020
}

packages/gatsby-theme-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-carbon",
3-
"version": "4.3.19",
3+
"version": "4.3.20",
44
"main": "index.js",
55
"author": "vpicone <[email protected]> (@vpicone)",
66
"repository": {

0 commit comments

Comments
 (0)