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]
 - @react-pdf/[email protected]
 - @react-pdf/[email protected]
  • Loading branch information
diegomura committed Jun 2, 2021
1 parent 4cc5453 commit 6e54651
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions 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.9",
"version": "2.0.10",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@react-pdf/fontkit": "^2.0.6",
"@react-pdf/types": "^2.0.2",
"@react-pdf/types": "^2.0.3",
"cross-fetch": "^3.0.4",
"is-url": "^1.2.4"
},
Expand Down
10 changes: 5 additions & 5 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.13",
"version": "2.0.14",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -14,11 +14,11 @@
"dependencies": {
"@babel/runtime": "^7.6.2",
"@react-pdf/image": "^2.0.3",
"@react-pdf/pdfkit": "^2.0.8",
"@react-pdf/pdfkit": "^2.0.9",
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/stylesheet": "^2.0.6",
"@react-pdf/textkit": "^2.0.3",
"@react-pdf/types": "^2.0.2",
"@react-pdf/stylesheet": "^2.0.7",
"@react-pdf/textkit": "^2.0.4",
"@react-pdf/types": "^2.0.3",
"@react-pdf/yoga": "^2.0.2",
"cross-fetch": "^3.0.4",
"emoji-regex": "^8.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.8",
"version": "2.0.9",
"description": "A PDF generation library for Node.js",
"main": "lib/pdfkit.cjs.js",
"module": "lib/pdfkit.es.js",
Expand Down
6 changes: 3 additions & 3 deletions 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.8",
"version": "2.0.9",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -13,8 +13,8 @@
},
"dependencies": {
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/textkit": "^2.0.3",
"@react-pdf/types": "^2.0.2",
"@react-pdf/textkit": "^2.0.4",
"@react-pdf/types": "^2.0.3",
"abs-svg-path": "^0.1.1",
"color-string": "^1.5.3",
"normalize-svg-path": "^1.1.0",
Expand Down
12 changes: 6 additions & 6 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.13",
"version": "2.0.14",
"license": "MIT",
"typings": "index.d.ts",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -21,12 +21,12 @@
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@react-pdf/font": "^2.0.9",
"@react-pdf/layout": "^2.0.13",
"@react-pdf/pdfkit": "^2.0.8",
"@react-pdf/font": "^2.0.10",
"@react-pdf/layout": "^2.0.14",
"@react-pdf/pdfkit": "^2.0.9",
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/render": "^2.0.8",
"@react-pdf/types": "^2.0.2",
"@react-pdf/render": "^2.0.9",
"@react-pdf/types": "^2.0.3",
"blob-stream": "^0.1.3",
"queue": "^6.0.1",
"ramda": "^0.26.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylesheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/stylesheet",
"version": "2.0.6",
"version": "2.0.7",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -12,7 +12,7 @@
"watch": "rimraf ./lib && babel src --out-dir lib --watch"
},
"dependencies": {
"@react-pdf/types": "^2.0.2",
"@react-pdf/types": "^2.0.3",
"color-string": "^1.5.3",
"hsl-to-hex": "^1.0.0",
"media-engine": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/textkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-pdf/textkit",
"license": "MIT",
"version": "2.0.3",
"version": "2.0.4",
"description": "An advanced text layout framework",
"main": "./lib/index.js",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/types",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand Down

0 comments on commit 6e54651

Please sign in to comment.