Skip to content

Commit

Permalink
chore(release): 74.3.0
Browse files Browse the repository at this point in the history
## [74.3.0](v74.2.0...v74.3.0) (2021-05-19)

### Features

* **accordion-group:** allow empty children ([d925be9](d925be9))
* **draggable-container:** allow empty children ([6803776](6803776))
* **grid:** allow empty children ([c0ad597](c0ad597))
* **simple-color-picker:** allow empty children ([58da22c](58da22c))
  • Loading branch information
semantic-release-bot authored and carbonci committed May 19, 2021
1 parent cc3ab4b commit cd2684b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [74.3.0](https://github.com/Sage/carbon/compare/v74.2.0...v74.3.0) (2021-05-19)


### Features

* **accordion-group:** allow empty children ([d925be9](https://github.com/Sage/carbon/commit/d925be9d1080e03b17174361e661fe06cabda0d6))
* **draggable-container:** allow empty children ([6803776](https://github.com/Sage/carbon/commit/6803776c38f4aef73bf6f05c786327cae0647f4a))
* **grid:** allow empty children ([c0ad597](https://github.com/Sage/carbon/commit/c0ad5978fd0efc55064b27667c97446ff5e43782))
* **simple-color-picker:** allow empty children ([58da22c](https://github.com/Sage/carbon/commit/58da22c4d64975e89e5b8eac80eb4b55513ae277))

## [74.2.0](https://github.com/Sage/carbon/compare/v74.1.2...v74.2.0) (2021-05-19)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-react",
"version": "74.2.0",
"version": "74.3.0",
"description": "A library of reusable React components for easily building user interfaces.",
"engineStrict": true,
"engines": {
Expand Down

0 comments on commit cd2684b

Please sign in to comment.