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]
 - @react-pdf/[email protected]
 - @react-pdf/[email protected]
  • Loading branch information
diegomura committed Apr 22, 2021
1 parent 9a962c4 commit 072f79d
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 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.2",
"version": "2.0.3",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -15,7 +15,7 @@
"watch": "rimraf ./lib && rollup -c -w"
},
"dependencies": {
"@react-pdf/fontkit": "^2.0.0",
"@react-pdf/fontkit": "^2.0.1",
"@react-pdf/types": "^2.0.1",
"cross-fetch": "^3.0.4",
"is-url": "^1.2.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/fontkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/fontkit",
"version": "2.0.0",
"version": "2.0.1",
"description": "An advanced font engine for Node and the browser",
"scripts": {
"watch": "rimraf ./lib && rollup -c -w",
Expand All @@ -21,7 +21,7 @@
"author": "Devon Govett <[email protected]>",
"license": "MIT",
"dependencies": {
"@react-pdf/unicode-properties": "2.4.0",
"@react-pdf/unicode-properties": "^2.4.0",
"brotli": "^1.2.0",
"clone": "^1.0.1",
"deep-equal": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-pdf/image",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
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.5",
"version": "2.0.6",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -13,11 +13,11 @@
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@react-pdf/image": "^2.0.0",
"@react-pdf/pdfkit": "^2.0.1",
"@react-pdf/image": "^2.0.1",
"@react-pdf/pdfkit": "^2.0.2",
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/stylesheet": "^2.0.3",
"@react-pdf/textkit": "^2.0.0",
"@react-pdf/stylesheet": "^2.0.4",
"@react-pdf/textkit": "^2.0.1",
"@react-pdf/types": "^2.0.1",
"@react-pdf/yoga": "^2.0.1",
"cross-fetch": "^3.0.4",
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "2.0.2",
"description": "A PDF generation library for Node.js",
"main": "lib/pdfkit.cjs.js",
"module": "lib/pdfkit.es.js",
Expand All @@ -21,7 +21,7 @@
"lib"
],
"dependencies": {
"@react-pdf/fontkit": "^2.0.0",
"@react-pdf/fontkit": "^2.0.1",
"@react-pdf/png-js": "^1.0.0",
"lz-string": "^1.4.4"
},
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.4",
"version": "2.0.5",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/textkit": "^2.0.0",
"@react-pdf/textkit": "^2.0.1",
"@react-pdf/types": "^2.0.1",
"abs-svg-path": "^0.1.1",
"color-string": "^1.5.3",
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.5",
"version": "2.0.6",
"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.2",
"@react-pdf/layout": "^2.0.5",
"@react-pdf/pdfkit": "^2.0.1",
"@react-pdf/font": "^2.0.3",
"@react-pdf/layout": "^2.0.6",
"@react-pdf/pdfkit": "^2.0.2",
"@react-pdf/primitives": "^2.0.0",
"@react-pdf/render": "^2.0.4",
"@react-pdf/render": "^2.0.5",
"@react-pdf/types": "^2.0.1",
"blob-stream": "^0.1.3",
"queue": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "2.0.4",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "2.0.1",
"description": "An advanced text layout framework",
"main": "./lib/index.js",
"contributors": [
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@babel/runtime": "^7.4.3",
"@react-pdf/unicode-properties": "2.4.0",
"@react-pdf/unicode-properties": "^2.4.0",
"hyphen": "^1.6.4",
"ramda": "^0.26.1"
}
Expand Down

0 comments on commit 072f79d

Please sign in to comment.