Skip to content

Commit

Permalink
chore(release): 74.0.0
Browse files Browse the repository at this point in the history
## [74.0.0](v73.6.1...v74.0.0) (2021-05-14)

### ⚠ BREAKING CHANGES

* **button:** Fixes FE-2759
* **action-popover:** Fixes FE-2757
* **anchor-navigation:** Fixes FE-2758
* **accordion:** Fixes FE-2756
* **textbox:** Fixes FE-2755
* **radio-button-group:** Fixes FE-2754
* **label:** Fixes FE-2753
* **input:** Fixes FE-2752
* **fieldset:** Fixes FE-2750
* **form-field:** Fixes FE-2751

### Code Refactoring

* **accordion:** remove style override props ([cd59de6](cd59de6))
* **action-popover:** remove style override props ([b373382](b373382))
* **anchor-navigation:** remove style override props ([1d4aeb2](1d4aeb2))
* **button:** remove style override props ([b7cb8e2](b7cb8e2))
* **fieldset:** remove style override props ([cedd350](cedd350))
* **form-field:** remove style override props ([3bcc36e](3bcc36e))
* **input:** remove style override props ([00c222b](00c222b))
* **label:** remove style override props ([6397187](6397187))
* **radio-button-group:** remove style override props ([5ba73b6](5ba73b6))
* **textbox:** remove style override props ([38c827b](38c827b))
  • Loading branch information
semantic-release-bot authored and carbonci committed May 14, 2021
1 parent c5b2e03 commit 55010d8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [74.0.0](https://github.com/Sage/carbon/compare/v73.6.1...v74.0.0) (2021-05-14)


### ⚠ BREAKING CHANGES

* **button:** Fixes FE-2759
* **action-popover:** Fixes FE-2757
* **anchor-navigation:** Fixes FE-2758
* **accordion:** Fixes FE-2756
* **textbox:** Fixes FE-2755
* **radio-button-group:** Fixes FE-2754
* **label:** Fixes FE-2753
* **input:** Fixes FE-2752
* **fieldset:** Fixes FE-2750
* **form-field:** Fixes FE-2751

### Code Refactoring

* **accordion:** remove style override props ([cd59de6](https://github.com/Sage/carbon/commit/cd59de6c2a01752470f07d0b67700878eef62159))
* **action-popover:** remove style override props ([b373382](https://github.com/Sage/carbon/commit/b37338274758ea00cbbc6f48c3bf7af8069ac03e))
* **anchor-navigation:** remove style override props ([1d4aeb2](https://github.com/Sage/carbon/commit/1d4aeb2e49ebf828e5b4ae7d5bfce4a48e5deb22))
* **button:** remove style override props ([b7cb8e2](https://github.com/Sage/carbon/commit/b7cb8e26af944cb979b7b9c3e2211be084beec5c))
* **fieldset:** remove style override props ([cedd350](https://github.com/Sage/carbon/commit/cedd35047f55b558c5149990a4433696677e1e27))
* **form-field:** remove style override props ([3bcc36e](https://github.com/Sage/carbon/commit/3bcc36e80239e040fc1dd5822eea9fe02c2b2c40))
* **input:** remove style override props ([00c222b](https://github.com/Sage/carbon/commit/00c222bb00c603f5d2b77b44efb9871c5eda164c))
* **label:** remove style override props ([6397187](https://github.com/Sage/carbon/commit/6397187f9ac2f1882e19ae3316fbac2eda636d8f))
* **radio-button-group:** remove style override props ([5ba73b6](https://github.com/Sage/carbon/commit/5ba73b6d48bee44fc6bd8e25735d0632eb37ab41))
* **textbox:** remove style override props ([38c827b](https://github.com/Sage/carbon/commit/38c827bfdd347c7979dc12642c639469df27c9c0))

### [73.6.1](https://github.com/Sage/carbon/compare/v73.6.0...v73.6.1) (2021-05-13)


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": "73.6.1",
"version": "74.0.0",
"description": "A library of reusable React components for easily building user interfaces.",
"engineStrict": true,
"engines": {
Expand Down

0 comments on commit 55010d8

Please sign in to comment.