Skip to content

Commit

Permalink
chore: release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Dec 1, 2022
1 parent cb4ab05 commit e27c267
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [3.1.0](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v3.0.0...v3.1.0) (2022-12-01)


### Features

* **yarn:** upgrade to v2 ([#1276](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1276)) ([2ce1f9e](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/2ce1f9ed966a493ba1ef18034e1401067be3ce63)), closes [#1275](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1275)


### Bug Fixes

* **font:** use gatsby for static file hosting ([#1281](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1281)) ([d012c62](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/d012c62592e31b92a7f30dbf65eb95647cee7ac4))
* **minicard:** export from root index.js ([#1272](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1272)) ([e2b2039](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/e2b20393e008fbf27a35884c4de4592e44a14803))


### Reverts

* Revert "build(deps): update node to 18 (#1278)" (#1284) ([cb4ab05](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/cb4ab05066b81a0aa7f790741ac92ea278fbe4dd)), closes [#1278](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1278) [#1284](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1284)
* Revert "fix(font): use gatsby for static file hosting (#1281)" (#1283) ([db7aea5](https://github.com/carbon-design-system/gatsby-theme-carbon/commit/db7aea5dc09ac61d7a79c57ae6c7436891cd5654)), closes [#1281](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1281) [#1283](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/1283)

## [3.0.0](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v2.3.2...v3.0.0) (2022-10-24)

## [3.0.0-next.13](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v3.0.0-next.12...v3.0.0-next.13) (2022-10-05)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.16.0"
},
"version": "3.0.0",
"version": "3.1.0",
"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.0.0",
"version": "3.1.0",
"license": "Apache 2.0",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"gatsby": "^4.21.1",
"gatsby-theme-carbon": "^3.0.0",
"gatsby-theme-carbon": "^3.1.0",
"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.0.0",
"version": "3.1.0",
"main": "index.js",
"author": "vpicone <[email protected]> (@vpicone)",
"repository": {
Expand Down

0 comments on commit e27c267

Please sign in to comment.