Skip to content

Commit a5f760b

Browse files
committed
Publish
- babel-preset-react-app@1.0.0 - create-react-app@0.6.0 - eslint-config-react-app@0.3.0 - react-dev-utils@0.3.0 - react-scripts@0.7.0
1 parent 9b85e45 commit a5f760b

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

packages/babel-preset-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-react-app",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "Babel preset used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-app",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"keywords": [
55
"react"
66
],

packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-react-app",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "ESLint configuration used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dev-utils",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Webpack utilities used by Create React App",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",

packages/react-scripts/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scripts",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": "facebookincubator/create-react-app",
66
"license": "BSD-3-Clause",
@@ -28,7 +28,7 @@
2828
"babel-eslint": "7.0.0",
2929
"babel-jest": "16.0.0",
3030
"babel-loader": "6.2.5",
31-
"babel-preset-react-app": "^0.2.1",
31+
"babel-preset-react-app": "^1.0.0",
3232
"case-sensitive-paths-webpack-plugin": "1.1.4",
3333
"chalk": "1.1.3",
3434
"connect-history-api-fallback": "1.3.0",
@@ -37,7 +37,7 @@
3737
"detect-port": "1.0.1",
3838
"dotenv": "2.0.0",
3939
"eslint": "3.8.1",
40-
"eslint-config-react-app": "^0.2.1",
40+
"eslint-config-react-app": "^0.3.0",
4141
"eslint-loader": "1.6.0",
4242
"eslint-plugin-flowtype": "2.21.0",
4343
"eslint-plugin-import": "2.0.1",
@@ -57,7 +57,7 @@
5757
"path-exists": "2.1.0",
5858
"postcss-loader": "1.0.0",
5959
"promise": "7.1.1",
60-
"react-dev-utils": "^0.2.1",
60+
"react-dev-utils": "^0.3.0",
6161
"recursive-readdir": "2.1.0",
6262
"rimraf": "2.5.4",
6363
"strip-ansi": "3.0.1",
@@ -119,6 +119,7 @@
119119
"url-loader",
120120
"webpack",
121121
"webpack-dev-server",
122+
"webpack-manifest-plugin",
122123
"whatwg-fetch"
123124
]
124125
}

0 commit comments

Comments
 (0)