Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomura committed Jun 22, 2017
1 parent faf91c8 commit 7f753b0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.1.6",
"version": "0.2.0",
"description": "React PDF Examples",
"main": "./index.js",
"private": true,
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
"license": "MIT",
"dependencies": {
"@react-pdf/core": "^0.1.6",
"@react-pdf/node": "^0.1.6",
"@react-pdf/core": "^0.2.0",
"@react-pdf/node": "^0.2.0",
"react": "16.0.0-alpha.4"
}
}
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.1.6",
"version": "0.2.0",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 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.1.6",
"version": "0.2.0",
"description": "Bindings for react-pdf to render inside a react-dom application",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -16,11 +16,11 @@
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
"license": "MIT",
"dependencies": {
"@react-pdf/core": "^0.2.0",
"blob-stream": "^0.1.3",
"pdfkit": "*",
"react": "16.0.0-alpha.4",
"react-dom": "16.0.0-alpha.4",
"@react-pdf/core": "0.1.6"
"react-dom": "16.0.0-alpha.4"
},
"homepage": "https://github.com/diegomura/react-pdf#readme",
"repository": "git@github.com:diegomura/react-pdf.git",
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.1.6",
"version": "0.2.0",
"main": "lib/index.js",
"author": "Diego Muracciole <diegomuracciole@gmail.com>",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"build:watch": "babel ./src --out-dir ./lib --watch"
},
"dependencies": {
"@react-pdf/core": "^0.1.6",
"@react-pdf/core": "^0.2.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.1.6",
"version": "0.2.0",
"description": "A tiny React renderer to generate PDF documents.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 7f753b0

Please sign in to comment.