diff --git a/examples/fractals/output.pdf b/examples/fractals/output.pdf index 51aceb86a..62054ba69 100644 Binary files a/examples/fractals/output.pdf and b/examples/fractals/output.pdf differ diff --git a/examples/images/output.pdf b/examples/images/output.pdf index 6b9dcc68e..76da7dd65 100644 Binary files a/examples/images/output.pdf and b/examples/images/output.pdf differ diff --git a/examples/package.json b/examples/package.json index 6e719e8d1..dd4585c10 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,14 +1,14 @@ { "name": "@react-pdf/examples", - "version": "0.4.2", + "version": "0.4.3", "description": "React PDF Examples", "main": "./index.js", "private": true, "author": "Diego Muracciole ", "license": "MIT", "dependencies": { - "@react-pdf/core": "^0.4.2", - "@react-pdf/node": "^0.4.2", + "@react-pdf/core": "^0.4.3", + "@react-pdf/node": "^0.4.3", "chalk": "^2.0.1", "lodash.times": "^4.3.2", "react": "16.0.0-alpha.4" diff --git a/examples/page-layout/output.pdf b/examples/page-layout/output.pdf index 3fd2fa7d0..6b99f2c6f 100644 Binary files a/examples/page-layout/output.pdf and b/examples/page-layout/output.pdf differ diff --git a/examples/text/output.pdf b/examples/text/output.pdf index e2db05451..bb578830d 100644 Binary files a/examples/text/output.pdf and b/examples/text/output.pdf differ diff --git a/lerna.json b/lerna.json index 5fd4bce03..977ee3ca4 100644 --- a/lerna.json +++ b/lerna.json @@ -4,6 +4,6 @@ "packages/*", "examples/" ], - "version": "0.4.2", + "version": "0.4.3", "npmClient": "yarn" } diff --git a/packages/react-pdf-dom/package.json b/packages/react-pdf-dom/package.json index 105bda4ec..9cb7539a9 100644 --- a/packages/react-pdf-dom/package.json +++ b/packages/react-pdf-dom/package.json @@ -1,6 +1,6 @@ { "name": "@react-pdf/dom", - "version": "0.4.2", + "version": "0.4.3", "description": "Bindings for react-pdf to render inside a react-dom application", "main": "./lib/index.js", "scripts": { @@ -16,7 +16,7 @@ "author": "Diego Muracciole ", "license": "MIT", "dependencies": { - "@react-pdf/core": "^0.4.2", + "@react-pdf/core": "^0.4.3", "blob-stream": "^0.1.3", "pdfkit": "*", "react": "16.0.0-alpha.4", diff --git a/packages/react-pdf-node/package.json b/packages/react-pdf-node/package.json index 29b1a3a5a..aea70c21a 100644 --- a/packages/react-pdf-node/package.json +++ b/packages/react-pdf-node/package.json @@ -1,6 +1,6 @@ { "name": "@react-pdf/node", - "version": "0.4.2", + "version": "0.4.3", "main": "lib/index.js", "author": "Diego Muracciole ", "license": "MIT", @@ -10,7 +10,7 @@ "build:clean": "node_modules/.bin/rimraf ./lib" }, "dependencies": { - "@react-pdf/core": "^0.4.2", + "@react-pdf/core": "^0.4.3", "react": "16.0.0-alpha.4" }, "devDependencies": { diff --git a/packages/react-pdf/package.json b/packages/react-pdf/package.json index f849c8c55..ff1dc4576 100644 --- a/packages/react-pdf/package.json +++ b/packages/react-pdf/package.json @@ -1,6 +1,6 @@ { "name": "@react-pdf/core", - "version": "0.4.2", + "version": "0.4.3", "description": "A tiny React renderer to generate PDF documents.", "main": "lib/index.js", "scripts": {