Skip to content

Commit 2af96f5

Browse files
authored
(release) 0.3.0 (#52)
1 parent 17c8b89 commit 2af96f5

File tree

2 files changed

+140
-128
lines changed

2 files changed

+140
-128
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.3.0"></a>
2+
## [0.3.0](https://github.com/nfl/react-gpt/compare/v0.2.5...v0.3.0) (2017-09-18)
3+
4+
### Code Refactoring
5+
6+
* Throttles scroll-check to render ad faster ([7130060a](https://github.com/nfl/react-gpt/commit/7130060a))
7+
* Use smaller invariant / canUseDom dependencies ([b187381](https://github.com/nfl/react-gpt/commit/b187381))
8+
9+
### Features
10+
11+
* Check bundle-size on PR ([8e51e26](https://github.com/nfl/react-gpt/commit/8e51e26))
12+
* Upgrade eslint and introduce prettier ([17c8b89](https://github.com/nfl/react-gpt/commit/17c8b89))
13+
114
<a name="0.2.5"></a>
215
## [0.2.5](https://github.com/nfl/react-gpt/compare/v0.2.4...v0.2.5) (2017-07-31)
316

package.json

Lines changed: 127 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,129 @@
11
{
2-
"name": "react-gpt",
3-
"version": "0.2.5",
4-
"description": "A react display ad component using Google Publisher Tag",
5-
"main": "lib/index.js",
6-
"contributors": [
7-
{
8-
"name": "NFL Engineering"
9-
}
10-
],
11-
"license": "MIT",
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/nfl/react-gpt"
15-
},
16-
"keywords": [
17-
"react-gpt",
18-
"nfl",
19-
"react",
20-
"ad",
21-
"gpt",
22-
"google publisher tags"
23-
],
24-
"bugs": {
25-
"url": "https://github.com/nfl/react-gpt/issues"
26-
},
27-
"files": [
28-
"*.md",
29-
"docs",
30-
"src",
31-
"dist",
32-
"lib"
33-
],
34-
"dependencies": {
35-
"deep-equal": "^1.0.1",
36-
"eventemitter3": "^2.0.2",
37-
"exenv": "^1.2.2",
38-
"hoist-non-react-statics": "^1.0.5",
39-
"invariant": "^2.2.2",
40-
"prettier": "^1.7.0",
41-
"throttle-debounce": "^1.0.1"
42-
},
43-
"devDependencies": {
44-
"babel-cli": "^6.5.1",
45-
"babel-core": "^6.5.1",
46-
"babel-eslint": "^8.0.0",
47-
"babel-loader": "^6.2.3",
48-
"babel-plugin-transform-decorators-legacy": "^1.3.4",
49-
"babel-plugin-webpack-alias": "^2.1.1",
50-
"babel-preset-es2015-without-strict": "^0.0.4",
51-
"babel-preset-react": "^6.5.0",
52-
"babel-preset-stage-0": "^6.5.0",
53-
"babel-register": "^6.7.2",
54-
"bundlesize": "^0.14.4",
55-
"chai": "^3.4.1",
56-
"codecov.io": "^0.1.6",
57-
"commitizen": "^2.8.1",
58-
"conventional-changelog-cli": "^1.2.0",
59-
"core-js": "^2.2.2",
60-
"cz-conventional-changelog": "^1.1.6",
61-
"eslint": "4.7.0",
62-
"eslint-config-prettier": "^2.5.0",
63-
"eslint-plugin-prettier": "^2.2.0",
64-
"eslint-config-nfl": "12.0.0",
65-
"eslint-plugin-import": "2.7.0",
66-
"eslint-plugin-mocha": "4.11.0",
67-
"eslint-plugin-react": "7.3.0",
68-
"express": "^4.13.4",
69-
"history": "^4.3.0",
70-
"isparta-loader": "^2.0.0",
71-
"karma": "^1.3.0",
72-
"karma-chai-sinon": "^0.1.5",
73-
"karma-chrome-launcher": "^2.0.0",
74-
"karma-cli": "^1.0.1",
75-
"karma-coverage": "^1.1.1",
76-
"karma-mocha": "^1.2.0",
77-
"karma-mocha-reporter": "^2.0.0",
78-
"karma-sourcemap-loader": "^0.3.6",
79-
"karma-tap-reporter": "0.0.6",
80-
"karma-webpack": "^1.7.0",
81-
"mocha": "^3.1.2",
82-
"phantom": "^2.0.4",
83-
"prop-types": "^15.5.10",
84-
"querystring": "^0.2.0",
85-
"radium": "^0.18.1",
86-
"react": "^15.0.1",
87-
"react-addons-test-utils": "^15.0.1",
88-
"react-dom": "^15.0.1",
89-
"rimraf": "^2.5.2",
90-
"serve-static": "^1.10.2",
91-
"sinon": "^1.17.2",
92-
"sinon-chai": "^2.8.0",
93-
"webpack": "^1.4.13",
94-
"webpack-dev-middleware": "^1.5.1",
95-
"webpack-dev-server": "^1.14.1"
96-
},
97-
"peerDepencencies": {
98-
"prop-types": "^15.5.10",
99-
"react": "^15.0.1",
100-
"react-dom": "^15.0.1"
101-
},
102-
"scripts": {
103-
"commit": "git-cz",
104-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
105-
"build": "npm run clean && npm run compile",
106-
"build:umd": "NODE_ENV=development webpack src/index.js dist/react-gpt.js",
107-
"build:umd:min": "NODE_ENV=production webpack -p src/index.js dist/react-gpt.min.js",
108-
"bundlesize": "npm run build:umd:min && bundlesize",
109-
"clean": "rimraf lib coverage",
110-
"compile": "babel src --out-dir lib",
111-
"examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples/apps --inline",
112-
"lint": "eslint --fix src test examples",
113-
"start": "npm run build && env BABEL_ENV=examples node examples/server/index.js",
114-
"pretest": "npm run build",
115-
"prepublish": "npm run build && npm run build:umd && npm run build:umd:min",
116-
"test": "npm run lint && karma start",
117-
"update-apilist": "node ./scripts/updateAPIList.js"
118-
},
119-
"config": {
120-
"commitizen": {
121-
"path": "./node_modules/cz-conventional-changelog"
122-
}
123-
},
124-
"bundlesize": [
125-
{
126-
"path": "./dist/react-gpt.min.js",
127-
"maxSize": "8.5 kB"
128-
}
129-
]
2+
"name": "react-gpt",
3+
"version": "0.3.0",
4+
"description": "A react display ad component using Google Publisher Tag",
5+
"main": "lib/index.js",
6+
"contributors": [
7+
{
8+
"name": "NFL Engineering"
9+
}
10+
],
11+
"license": "MIT",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/nfl/react-gpt"
15+
},
16+
"keywords": [
17+
"react-gpt",
18+
"nfl",
19+
"react",
20+
"ad",
21+
"gpt",
22+
"google publisher tags"
23+
],
24+
"bugs": {
25+
"url": "https://github.com/nfl/react-gpt/issues"
26+
},
27+
"files": ["*.md", "docs", "src", "dist", "lib"],
28+
"dependencies": {
29+
"deep-equal": "^1.0.1",
30+
"eventemitter3": "^2.0.2",
31+
"exenv": "^1.2.2",
32+
"hoist-non-react-statics": "^1.0.5",
33+
"invariant": "^2.2.2",
34+
"prettier": "^1.7.0",
35+
"throttle-debounce": "^1.0.1"
36+
},
37+
"devDependencies": {
38+
"babel-cli": "^6.5.1",
39+
"babel-core": "^6.5.1",
40+
"babel-eslint": "^8.0.0",
41+
"babel-loader": "^6.2.3",
42+
"babel-plugin-transform-decorators-legacy": "^1.3.4",
43+
"babel-plugin-webpack-alias": "^2.1.1",
44+
"babel-preset-es2015-without-strict": "^0.0.4",
45+
"babel-preset-react": "^6.5.0",
46+
"babel-preset-stage-0": "^6.5.0",
47+
"babel-register": "^6.7.2",
48+
"bundlesize": "^0.14.4",
49+
"chai": "^3.4.1",
50+
"codecov.io": "^0.1.6",
51+
"commitizen": "^2.8.1",
52+
"conventional-changelog-cli": "^1.2.0",
53+
"core-js": "^2.2.2",
54+
"cz-conventional-changelog": "^1.1.6",
55+
"eslint": "4.7.0",
56+
"eslint-config-prettier": "^2.5.0",
57+
"eslint-plugin-prettier": "^2.2.0",
58+
"eslint-config-nfl": "12.0.0",
59+
"eslint-plugin-import": "2.7.0",
60+
"eslint-plugin-mocha": "4.11.0",
61+
"eslint-plugin-react": "7.3.0",
62+
"express": "^4.13.4",
63+
"history": "^4.3.0",
64+
"isparta-loader": "^2.0.0",
65+
"karma": "^1.3.0",
66+
"karma-chai-sinon": "^0.1.5",
67+
"karma-chrome-launcher": "^2.0.0",
68+
"karma-cli": "^1.0.1",
69+
"karma-coverage": "^1.1.1",
70+
"karma-mocha": "^1.2.0",
71+
"karma-mocha-reporter": "^2.0.0",
72+
"karma-sourcemap-loader": "^0.3.6",
73+
"karma-tap-reporter": "0.0.6",
74+
"karma-webpack": "^1.7.0",
75+
"mocha": "^3.1.2",
76+
"phantom": "^2.0.4",
77+
"prop-types": "^15.5.10",
78+
"querystring": "^0.2.0",
79+
"radium": "^0.18.1",
80+
"react": "^15.0.1",
81+
"react-addons-test-utils": "^15.0.1",
82+
"react-dom": "^15.0.1",
83+
"rimraf": "^2.5.2",
84+
"serve-static": "^1.10.2",
85+
"sinon": "^1.17.2",
86+
"sinon-chai": "^2.8.0",
87+
"webpack": "^1.4.13",
88+
"webpack-dev-middleware": "^1.5.1",
89+
"webpack-dev-server": "^1.14.1"
90+
},
91+
"peerDepencencies": {
92+
"prop-types": "^15.5.10",
93+
"react": "^15.0.1",
94+
"react-dom": "^15.0.1"
95+
},
96+
"scripts": {
97+
"commit": "git-cz",
98+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
99+
"build": "npm run clean && npm run compile",
100+
"build:umd":
101+
"NODE_ENV=development webpack src/index.js dist/react-gpt.js",
102+
"build:umd:min":
103+
"NODE_ENV=production webpack -p src/index.js dist/react-gpt.min.js",
104+
"bundlesize": "npm run build:umd:min && bundlesize",
105+
"clean": "rimraf lib coverage",
106+
"compile": "babel src --out-dir lib",
107+
"examples":
108+
"webpack-dev-server --config examples/webpack.config.js --content-base examples/apps --inline",
109+
"lint": "eslint --fix src test examples",
110+
"start":
111+
"npm run build && env BABEL_ENV=examples node examples/server/index.js",
112+
"pretest": "npm run build",
113+
"prepublish":
114+
"npm run build && npm run build:umd && npm run build:umd:min",
115+
"test": "npm run lint && karma start",
116+
"update-apilist": "node ./scripts/updateAPIList.js"
117+
},
118+
"config": {
119+
"commitizen": {
120+
"path": "./node_modules/cz-conventional-changelog"
121+
}
122+
},
123+
"bundlesize": [
124+
{
125+
"path": "./dist/react-gpt.min.js",
126+
"maxSize": "8.5 kB"
127+
}
128+
]
130129
}

0 commit comments

Comments
 (0)