File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 2.0.0 " ></a >
2
+
3
+ ## [ 2.0.0] ( https://github.com/nfl/react-gpt/compare/v1.1.1...v2.0.0 ) (2018-01-04)
4
+
5
+ ### Bug Fixes
6
+
7
+ * Removed test util dependencies from distribution ([ 27187e0] ( https://github.com/nfl/react-gpt/commit/27187e0 ) )
8
+
9
+ ### Migration notes
10
+
11
+ ** < 2.0.0** you may have imported ` createManagerTest ` like this:
12
+ ```
13
+ import {createManagerTest} from "react-gpt";
14
+ ```
15
+ ** >= 2.0.0** you now need to import ` createManagerTest ` like this:
16
+ ```
17
+ import {createManagerTest} from "react-gpt/es/utils/createManagerTest";
18
+ ```
19
+
1
20
<a name =" 1.1.1 " ></a >
2
21
3
22
## [ 1.1.1] ( https://github.com/nfl/react-gpt/compare/v1.0.1...v1.1.1 ) (2017-11-08)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-gpt" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " A react display ad component using Google Publisher Tag" ,
5
5
"main" : " lib/index.js" ,
6
6
"jsnext:main" : " es/index.js" ,
You can’t perform that action at this time.
0 commit comments