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 May 22, 2021
1 parent eb1a20a commit e14aed2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.8",
"version": "2.0.9",
"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.1",
"@react-pdf/types": "^2.0.2",
"cross-fetch": "^3.0.4",
"is-url": "^1.2.4"
},
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.0.13",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -16,9 +16,9 @@
"@react-pdf/image": "^2.0.3",
"@react-pdf/pdfkit": "^2.0.8",
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/stylesheet": "^2.0.5",
"@react-pdf/stylesheet": "^2.0.6",
"@react-pdf/textkit": "^2.0.3",
"@react-pdf/types": "^2.0.1",
"@react-pdf/types": "^2.0.2",
"@react-pdf/yoga": "^2.0.2",
"cross-fetch": "^3.0.4",
"emoji-regex": "^8.0.0",
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "2.0.8",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/textkit": "^2.0.3",
"@react-pdf/types": "^2.0.1",
"@react-pdf/types": "^2.0.2",
"abs-svg-path": "^0.1.1",
"color-string": "^1.5.3",
"normalize-svg-path": "^1.1.0",
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.12",
"version": "2.0.13",
"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.8",
"@react-pdf/layout": "^2.0.12",
"@react-pdf/font": "^2.0.9",
"@react-pdf/layout": "^2.0.13",
"@react-pdf/pdfkit": "^2.0.8",
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/render": "^2.0.7",
"@react-pdf/types": "^2.0.1",
"@react-pdf/render": "^2.0.8",
"@react-pdf/types": "^2.0.2",
"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.5",
"version": "2.0.6",
"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.1",
"@react-pdf/types": "^2.0.2",
"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/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/types",
"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

0 comments on commit e14aed2

Please sign in to comment.