Skip to content

Commit b8656aa

Browse files
committed
chore: release 4.2.12 [skip ci],
1 parent 584fa16 commit b8656aa

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [4.2.12](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.2.11...v4.2.12) (2025-03-12)
4+
35
## [4.2.11](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.2.10...v4.2.11) (2025-02-26)
46

57
## [4.2.10](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.2.9...v4.2.10) (2025-02-19)

package.json

+1-1
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.2.11",
4+
"version": "4.2.12",
55
"packageManager": "[email protected]",
66
"repository": {
77
"url": "[email protected]:carbon-design-system/gatsby-theme-carbon.git",

packages/example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example",
33
"private": true,
4-
"version": "4.2.11",
4+
"version": "4.2.12",
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.54.0",
1616
"gatsby": "^5.14.1",
17-
"gatsby-theme-carbon": "^4.2.11",
17+
"gatsby-theme-carbon": "^4.2.12",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1"
2020
}

packages/gatsby-theme-carbon/package.json

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

0 commit comments

Comments
 (0)