Skip to content

Commit

Permalink
chore(release): adding 8.4.1 (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSharpieOne committed Jan 27, 2020
1 parent 10ccf12 commit c7bbdea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [8.4.1](https://github.com/reactstrap/reactstrap/compare/8.4.0...8.4.1) (2020-01-27)


### Bug Fixes

* **Modal:** Allow esc to close static backdrop modal when keybo… ([#1767](https://github.com/reactstrap/reactstrap/issues/1767)) ([49da7b5](https://github.com/reactstrap/reactstrap/commit/49da7b5)), closes [#1766](https://github.com/reactstrap/reactstrap/issues/1766)
* **Tooltip,Popover:** account for shadowDOM target ([#1769](https://github.com/reactstrap/reactstrap/issues/1769)) ([10ccf12](https://github.com/reactstrap/reactstrap/commit/10ccf12)), closes [#1691](https://github.com/reactstrap/reactstrap/issues/1691)



# [8.4.0](https://github.com/reactstrap/reactstrap/compare/8.3.2...8.4.0) (2020-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "reactstrap",
"version": "8.4.0",
"version": "8.4.1",
"description": "React Bootstrap 4 components",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions scripts/release
Expand Up @@ -13,11 +13,11 @@ fi
CURRENT_BRANCH="$(git symbolic-ref --short -q HEAD)"

success() {
echo -e "\033[32;1m$1"
echo -e "\033[32;1m$1\033[0m"
}

error() {
echo -e "\033[31;1m$1"
echo -e "\033[31;1m$1 \033[0m"
}

if [ -z "$GITHUB_TOKEN" ]; then
Expand Down

0 comments on commit c7bbdea

Please sign in to comment.