Skip to content

Commit b068e61

Browse files
committed
chore(release): release v1.1.2
1 parent 7628259 commit b068e61

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1-
<a name="1.1.0"></a>
2-
# [1.1.0](https://github.com/Availity/react-block-ui/compare/v1.0.3...v1.1.0) (2017-10-08)
1+
<a name="1.1.2"></a>
2+
## [1.1.2](https://github.com/Availity/react-block-ui/compare/v1.1.1...v1.1.2) (2018-07-31)
33

44

5+
### Bug Fixes
6+
7+
* **activeElement:** account for IE suckage ([7628259](https://github.com/Availity/react-block-ui/commit/7628259)), closes [#18](https://github.com/Availity/react-block-ui/issues/18)
8+
9+
10+
11+
<a name="1.1.1"></a>
12+
## [1.1.1](https://github.com/Availity/react-block-ui/compare/v1.1.0...v1.1.1) (2017-11-01)
13+
14+
15+
### Bug Fixes
16+
17+
* **styles:** fix bad comment syntax. ([4b4fc68](https://github.com/Availity/react-block-ui/commit/4b4fc68))
18+
519
### Features
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-block-ui",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Evan Sharp <evan.sharp@availity.com>",
55
"description": "Block UI for react",
66
"main": "dist/reactblockui.cjs.js",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ function baseConfig() {
1515
entry: 'src/index.js',
1616
plugins: [
1717
nodeResolve(),
18-
commonjs(),
1918
babel({
2019
plugins: ['external-helpers'],
2120
}),
21+
commonjs(),
2222
],
2323
sourceMap: true,
2424
};

0 commit comments

Comments
 (0)