Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomura committed Mar 7, 2018
1 parent c4a1ab3 commit 6c5568e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "@react-pdf/examples",
"version": "0.7.2",
"version": "0.7.3",
"license": "MIT",
"description": "React PDF Examples",
"author": "Diego Muracciole <[email protected]>",
"main": "./index.js",
"dependencies": {
"@react-pdf/core": "^0.7.2",
"@react-pdf/node": "^0.7.2",
"@react-pdf/core": "^0.7.3",
"@react-pdf/node": "^0.7.3",
"chalk": "^2.0.1",
"lodash.times": "^4.3.2",
"prop-types": "^15.6.0",
Expand Down
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.7.2",
"version": "0.7.3",
"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.7.2",
"version": "0.7.3",
"license": "MIT",
"description": "Bindings for react-pdf to render inside a react-dom application",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"build:clean": "rimraf ./lib"
},
"dependencies": {
"@react-pdf/core": "^0.7.2",
"@react-pdf/core": "^0.7.3",
"lodash.omit": "^4.5.0",
"prop-types": "^15.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-pdf-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@react-pdf/native",
"version": "0.7.2",
"version": "0.7.3",
"license": "MIT",
"description": "Bindings for react-pdf to render inside a react-native application",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"build:clean": "rimraf ./lib"
},
"dependencies": {
"@react-pdf/core": "^0.7.2",
"@react-pdf/core": "^0.7.3",
"lodash.omit": "^4.5.0",
"prop-types": "^15.6.0",
"react-native-pdf-view": "^0.3.2"
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.7.2",
"version": "0.7.3",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"main": "lib/index.js",
Expand All @@ -10,7 +10,7 @@
"build:clean": "rimraf ./lib"
},
"dependencies": {
"@react-pdf/core": "^0.7.2"
"@react-pdf/core": "^0.7.3"
},
"devDependencies": {
"babel-cli": "^6.24.0",
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.7.2",
"version": "0.7.3",
"license": "MIT",
"description": "A tiny React renderer to generate PDF documents.",
"keywords": [
Expand Down

0 comments on commit 6c5568e

Please sign in to comment.