Skip to content

Commit

Permalink
chore: release 3.2.2 [skip ci],
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Dec 12, 2023
1 parent 33bbbb2 commit 69fcf5d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [3.2.2](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v3.2.1...v3.2.2) (2023-12-12)


### Bug Fixes

* **a11y:** add labels for input controls ([0969a44](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/0969a4470d025a8a20bbf515c9fc3dba2dff3c90))
* **yarn:** update lock file ([33bbbb2](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/33bbbb23968fc441aa9bfa6f709f345c99666034))

### [3.2.1](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v3.2.0...v3.2.1) (2023-12-12)

## [3.2.0](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v3.1.37...v3.2.0) (2023-12-11)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-scss": "^5.3.2"
},
"version": "3.2.1",
"version": "3.2.2",
"packageManager": "[email protected]"
}
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": "3.2.1",
"version": "3.2.2",
"license": "Apache 2.0",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"gatsby": "^4.25.7",
"gatsby-theme-carbon": "^3.2.1",
"gatsby-theme-carbon": "^3.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
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": "3.2.1",
"version": "3.2.2",
"main": "index.js",
"author": "vpicone <[email protected]> (@vpicone)",
"repository": {
Expand Down

0 comments on commit 69fcf5d

Please sign in to comment.