forked from diegomura/react-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release packages (diegomura#2421)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ccf968c
commit 9f7a2df
Showing
17 changed files
with
78 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/examples", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"license": "MIT", | ||
"private": true, | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@react-pdf/renderer": "^3.1.13", | ||
"@react-pdf/renderer": "^3.1.14", | ||
"camelcase": "^6.2.0" | ||
}, | ||
"peerDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/font", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"license": "MIT", | ||
"description": "Register font and emoji source for react-pdf document", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ | |
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/types": "^2.3.3", | ||
"@react-pdf/types": "^2.3.4", | ||
"cross-fetch": "^3.1.5", | ||
"fontkit": "^2.0.2", | ||
"is-url": "^1.2.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/image", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"license": "MIT", | ||
"description": "Parses the images in png or jpeg format for react-pdf document", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/layout", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"license": "MIT", | ||
"description": "Resolve overall document component's layout", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -20,12 +20,12 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.0.1", | ||
"@react-pdf/image": "^2.2.1", | ||
"@react-pdf/image": "^2.2.2", | ||
"@react-pdf/pdfkit": "^3.0.2", | ||
"@react-pdf/primitives": "^3.0.0", | ||
"@react-pdf/stylesheet": "^4.1.7", | ||
"@react-pdf/stylesheet": "^4.1.8", | ||
"@react-pdf/textkit": "^4.2.0", | ||
"@react-pdf/types": "^2.3.3", | ||
"@react-pdf/types": "^2.3.4", | ||
"@react-pdf/yoga": "^4.1.2", | ||
"cross-fetch": "^3.1.5", | ||
"emoji-regex": "^10.2.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/render", | ||
"version": "3.2.6", | ||
"version": "3.2.7", | ||
"license": "MIT", | ||
"description": "A render engine for Node and the browser", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
"@react-pdf/fns": "2.0.1", | ||
"@react-pdf/primitives": "^3.0.0", | ||
"@react-pdf/textkit": "^4.2.0", | ||
"@react-pdf/types": "^2.3.3", | ||
"@react-pdf/types": "^2.3.4", | ||
"abs-svg-path": "^0.1.1", | ||
"color-string": "^1.5.3", | ||
"normalize-svg-path": "^1.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/stylesheet", | ||
"version": "4.1.7", | ||
"version": "4.1.8", | ||
"license": "MIT", | ||
"description": "A styles engine for Node and the browser", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -20,7 +20,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@react-pdf/fns": "2.0.1", | ||
"@react-pdf/types": "^2.3.3", | ||
"@react-pdf/types": "^2.3.4", | ||
"color-string": "^1.5.3", | ||
"hsl-to-hex": "^1.0.0", | ||
"media-engine": "^1.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"license": "MIT", | ||
"description": "React-pdf TypeScript definitions", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|