Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Muracciole committed Oct 25, 2017
1 parent c334390 commit 6183973
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@react-pdf/examples",
"version": "0.4.6",
"version": "0.5.0",
"description": "React PDF Examples",
"main": "./index.js",
"private": true,
"author": "Diego Muracciole <[email protected]>",
"license": "MIT",
"dependencies": {
"@react-pdf/core": "^0.4.6",
"@react-pdf/node": "^0.4.6",
"@react-pdf/core": "^0.5.0",
"@react-pdf/node": "^0.5.0",
"chalk": "^2.0.1",
"lodash.times": "^4.3.2",
"react": "16.0.0-alpha.4"
Expand Down
Binary file modified examples/resume/output.pdf
Binary file not shown.
Binary file modified examples/text/output.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"packages/*",
"examples/"
],
"version": "0.4.6",
"version": "0.5.0",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/react-pdf-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/dom",
"version": "0.4.6",
"version": "0.5.0",
"description": "Bindings for react-pdf to render inside a react-dom application",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"author": "Diego Muracciole <[email protected]>",
"license": "MIT",
"dependencies": {
"@react-pdf/core": "^0.4.6",
"@react-pdf/core": "^0.5.0",
"blob-stream": "^0.1.3",
"pdfkit": "*",
"react": "16.0.0-alpha.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pdf-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/node",
"version": "0.4.6",
"version": "0.5.0",
"main": "lib/index.js",
"author": "Diego Muracciole <[email protected]>",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"build:clean": "node_modules/.bin/rimraf ./lib"
},
"dependencies": {
"@react-pdf/core": "^0.4.6",
"@react-pdf/core": "^0.5.0",
"react": "16.0.0-alpha.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-pdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/core",
"version": "0.4.6",
"version": "0.5.0",
"description": "A tiny React renderer to generate PDF documents.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 6183973

Please sign in to comment.