Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.2...v1.6.0) (2020-08-31)

### Bug Fixes

* **CopyToClipboard:** Add dynamic style from the theme ([6389299](6389299))
* **CopyToClipboard:** Refactor code and types ([f615251](f615251))
* **CopyToClipboard:** Remove redundant url prop ([5eb3839](5eb3839))

### Features

* **CopyToClipboard:** Add CopyToClipbaord ([48789c2](48789c2))
  • Loading branch information
semantic-release-bot committed Aug 31, 2020
1 parent 2436c37 commit 4c212ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.6.0](https://github.com/DHI-GRAS/react-components/compare/v1.5.2...v1.6.0) (2020-08-31)


### Bug Fixes

* **CopyToClipboard:** Add dynamic style from the theme ([6389299](https://github.com/DHI-GRAS/react-components/commit/63892997e8cc2b1f14f189a86dec4c625048ce70))
* **CopyToClipboard:** Refactor code and types ([f615251](https://github.com/DHI-GRAS/react-components/commit/f615251d9ab8e71312b1cce935713e1cb98cf208))
* **CopyToClipboard:** Remove redundant url prop ([5eb3839](https://github.com/DHI-GRAS/react-components/commit/5eb383901d10df73465ed210504a35832f9b531c))


### Features

* **CopyToClipboard:** Add CopyToClipbaord ([48789c2](https://github.com/DHI-GRAS/react-components/commit/48789c2a1314b8c8ec68dfeeb7a62bbe2e1fd3ec))

## [1.5.2](https://github.com/DHI-GRAS/react-components/compare/v1.5.1...v1.5.2) (2020-08-28)


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.5.2",
"version": "1.6.0",
"private": false,
"main": "./dist/index.js",
"publishConfig": {
Expand Down

0 comments on commit 4c212ea

Please sign in to comment.