Skip to content

Commit

Permalink
chore(release): 81.1.0
Browse files Browse the repository at this point in the history
## [81.1.0](v81.0.5...v81.1.0) (2021-08-17)

### Features

* **sidebar:** implement ref forwarding ([da9fbd1](da9fbd1))

### Bug Fixes

* **sidebar:** incorrect typescript class export ([9a1b9c8](9a1b9c8))
* **sidebar:** sidebar context not exported in typescript ([1e026e4](1e026e4))
  • Loading branch information
semantic-release-bot authored and carbonci committed Aug 17, 2021
1 parent 13c133a commit 16f688d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [81.1.0](https://github.com/Sage/carbon/compare/v81.0.5...v81.1.0) (2021-08-17)


### Features

* **sidebar:** implement ref forwarding ([da9fbd1](https://github.com/Sage/carbon/commit/da9fbd1129b3324b70147ac755da077ba2f05b46))


### Bug Fixes

* **sidebar:** incorrect typescript class export ([9a1b9c8](https://github.com/Sage/carbon/commit/9a1b9c843725871f32897d59c8c4e649838a9ff8))
* **sidebar:** sidebar context not exported in typescript ([1e026e4](https://github.com/Sage/carbon/commit/1e026e47c1d6f82dfe221e07e8c2ff4f3b5d3e50))

### [81.0.5](https://github.com/Sage/carbon/compare/v81.0.4...v81.0.5) (2021-08-06)


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

0 comments on commit 16f688d

Please sign in to comment.