Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @react-pdf/[email protected]
 - @react-pdf/[email protected]
 - @react-pdf/[email protected]
 - @react-pdf/[email protected]
 - @react-pdf/[email protected]
 - @react-pdf/[email protected]
  • Loading branch information
diegomura committed Apr 19, 2021
1 parent 4b86625 commit c31ff58
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/font/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/font",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/layout",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@babel/runtime": "^7.6.2",
"@react-pdf/image": "^2.0.0",
"@react-pdf/pdfkit": "^2.0.0",
"@react-pdf/pdfkit": "^2.0.1",
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/stylesheet": "^2.0.3",
"@react-pdf/textkit": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pdfkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/pdfkit",
"version": "2.0.0",
"version": "2.0.1",
"description": "A PDF generation library for Node.js",
"main": "lib/pdfkit.cjs.js",
"module": "lib/pdfkit.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/render",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand Down
10 changes: 5 additions & 5 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/renderer",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"typings": "index.d.ts",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -21,11 +21,11 @@
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@react-pdf/font": "^2.0.1",
"@react-pdf/layout": "^2.0.4",
"@react-pdf/pdfkit": "^2.0.0",
"@react-pdf/font": "^2.0.2",
"@react-pdf/layout": "^2.0.5",
"@react-pdf/pdfkit": "^2.0.1",
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/render": "^2.0.3",
"@react-pdf/render": "^2.0.4",
"@react-pdf/types": "^2.0.1",
"blob-stream": "^0.1.3",
"queue": "^6.0.1",
Expand Down

0 comments on commit c31ff58

Please sign in to comment.