Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2020-09-01)

### Bug Fixes

* **dependencies:** Add peerDependencies to dependencies ([082e3e9](082e3e9))

### Features

* **SidebarTitleTest:** Add unit testing for SidebarTitle ([2d72e79](2d72e79))
  • Loading branch information
semantic-release-bot committed Sep 1, 2020
1 parent 30b32e1 commit 3a72d54
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.8.0](https://github.com/DHI-GRAS/react-components/compare/v1.7.0...v1.8.0) (2020-09-01)


### Bug Fixes

* **dependencies:** Add peerDependencies to dependencies ([082e3e9](https://github.com/DHI-GRAS/react-components/commit/082e3e9108f472b08d5429e0ff519f195422c9f8))


### Features

* **SidebarTitleTest:** Add unit testing for SidebarTitle ([2d72e79](https://github.com/DHI-GRAS/react-components/commit/2d72e79d8aa1a561b2dc302d57c005435f6cdd58))

# [1.7.0](https://github.com/DHI-GRAS/react-components/compare/v1.6.1...v1.7.0) (2020-09-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Generic react components for our frontends",
"author": "DHI-GRAS",
"license": "MIT",
"version": "1.7.0",
"version": "1.8.0",
"private": false,
"main": "./dist/index.js",
"publishConfig": {
Expand Down

0 comments on commit 3a72d54

Please sign in to comment.