From 6bf4c497136d882bb729713e184b63bb444d5a4b Mon Sep 17 00:00:00 2001 From: Jeffrey Tan Date: Wed, 25 Jul 2018 16:13:10 -0700 Subject: [PATCH] Weekly release v0.2.45 Summary: * Enhanced dead code elimination for optimized functions * Much of the buildNode and inline Babel logic has been moved to a dedicated ResidualOperationSerializer class * Provide a way to temporarily disable effects tracking * Simplified forked completion constructors * React components can have their props modelled via `__optimizeReactComponentTree` Reviewed By: simonhj Differential Revision: D9004189 fbshipit-source-id: 80936cbc66ad9dc350bbf0dcf0f1ff228a147f43 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64589827a..1375a788d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prepack", - "version": "0.2.45-alpha.0", + "version": "0.2.45.0", "description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.", "homepage": "https://github.com/facebook/prepack", "repository": {