Skip to content

Commit

Permalink
16.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 7, 2017
1 parent d9fd08d commit d886969
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "16.0.0-alpha.7",
"version": "16.0.0-alpha.8",
"devDependencies": {
"aliasify": "^2.0.0",
"art": "^0.10.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-art/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-art",
"version": "16.0.0-alpha.7",
"version": "16.0.0-alpha.8",
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
"main": "index.js",
"repository": "facebook/react",
Expand All @@ -23,7 +23,7 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^16.0.0-alpha.7"
"react": "^16.0.0-alpha.8"
},
"files": [
"LICENSE",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "16.0.0-alpha.7",
"version": "16.0.0-alpha.8",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": "facebook/react",
Expand All @@ -18,7 +18,7 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^16.0.0-alpha.7"
"react": "^16.0.0-alpha.8"
},
"files": [
"LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-noop-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-noop-renderer",
"version": "16.0.0-alpha.7",
"version": "16.0.0-alpha.8",
"private": true,
"description": "React package for testing the Fiber reconciler.",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-test-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-test-renderer",
"version": "16.0.0-alpha.7",
"version": "16.0.0-alpha.8",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": "facebook/react",
Expand All @@ -19,7 +19,7 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^16.0.0-alpha.7"
"react": "^16.0.0-alpha.8"
},
"files": [
"LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "16.0.0-alpha.7",
"version": "16.0.0-alpha.8",
"keywords": [
"react"
],
Expand Down
16 changes: 8 additions & 8 deletions scripts/rollup/results.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branch": "debug-frame",
"branch": "master",
"bundleSizes": {
"react.development.js (UMD_DEV)": {
"size": 116245,
Expand All @@ -23,15 +23,15 @@
},
"react-dom-server.production.min.js (UMD_PROD)": {
"size": 106349,
"gzip": 32998
"gzip": 32997
},
"react-art.development.js (UMD_DEV)": {
"size": 339599,
"gzip": 75952
},
"react-art.production.min.js (UMD_PROD)": {
"size": 94939,
"gzip": 28976
"gzip": 28977
},
"react.development.js (NODE_DEV)": {
"size": 109259,
Expand All @@ -42,8 +42,8 @@
"gzip": 4659
},
"React-dev.js (FB_DEV)": {
"size": 110705,
"gzip": 28075
"size": 110742,
"gzip": 28082
},
"React-prod.js (FB_PROD)": {
"size": 56205,
Expand All @@ -55,7 +55,7 @@
},
"ReactDOMStack-prod.js (FB_PROD)": {
"size": 351707,
"gzip": 84367
"gzip": 84366
},
"react-dom.development.js (NODE_DEV)": {
"size": 541898,
Expand Down Expand Up @@ -87,15 +87,15 @@
},
"ReactDOMServerStack-prod.js (FB_PROD)": {
"size": 332974,
"gzip": 80219
"gzip": 80217
},
"ReactARTStack-dev.js (FB_DEV)": {
"size": 492711,
"gzip": 118489
},
"ReactARTStack-prod.js (FB_PROD)": {
"size": 365115,
"gzip": 87595
"gzip": 87596
},
"react-art.development.js (NODE_DEV)": {
"size": 264816,
Expand Down
2 changes: 1 addition & 1 deletion src/ReactVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

'use strict';

module.exports = '16.0.0-alpha.7';
module.exports = '16.0.0-alpha.8';

0 comments on commit d886969

Please sign in to comment.