Skip to content

Commit bd753ee

Browse files
authored
(release) 2.0.0 (#69)
(release) 2.0.0
1 parent 27187e0 commit bd753ee

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
<a name="1.1.1"></a>
221

322
## [1.1.1](https://github.com/nfl/react-gpt/compare/v1.0.1...v1.1.1) (2017-11-08)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-gpt",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "A react display ad component using Google Publisher Tag",
55
"main": "lib/index.js",
66
"jsnext:main": "es/index.js",

0 commit comments

Comments
 (0)