Skip to content

Commit b2d5cb8

Browse files
committed
chore: release 4.3.10 [skip ci],
1 parent 7af6b30 commit b2d5cb8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

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

3+
## [4.3.10](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.3.9...v4.3.10) (2025-07-18)
4+
35
## [4.3.9](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.3.8...v4.3.9) (2025-07-14)
46

57
## [4.3.8](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.3.7...v4.3.8) (2025-06-16)

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.9",
4+
"version": "4.3.10",
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.9",
4+
"version": "4.3.10",
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.59.0",
1616
"gatsby": "^5.14.3",
17-
"gatsby-theme-carbon": "^4.3.9",
17+
"gatsby-theme-carbon": "^4.3.10",
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.9",
3+
"version": "4.3.10",
44
"main": "index.js",
55
"author": "vpicone <[email protected]> (@vpicone)",
66
"repository": {

0 commit comments

Comments
 (0)