Skip to content

Commit

Permalink
chore: release 4.0.8 [skip ci],
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Sep 5, 2024
1 parent ca64e21 commit fb6a09a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.8](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.0.7...v4.0.8) (2024-09-05)


### Bug Fixes

* **leftnavtree:** hightlight nav item for tabbed pages ([#1506](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1506)) ([ca64e21](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/ca64e21bfb09bdc29e5e333bcb9e8b07facc1962))

## [4.0.7](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.0.6...v4.0.7) (2024-08-20)

## [4.0.6](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.0.5...v4.0.6) (2024-08-14)
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.7",
"version": "4.0.8",
"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.7",
"version": "4.0.8",
"license": "Apache 2.0",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@carbon/icons-react": "^11.43.0",
"gatsby": "^5.13.6",
"gatsby-theme-carbon": "^4.0.7",
"gatsby-theme-carbon": "^4.0.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
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.7",
"version": "4.0.8",
"main": "index.js",
"author": "vpicone <vp@vincepic.one> (@vpicone)",
"repository": {
Expand Down

0 comments on commit fb6a09a

Please sign in to comment.