-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected] - @react-pdf/[email protected]
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
|
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": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
"author": "Diego Muracciole <[email protected]>", | ||
"homepage": "https://github.com/diegomura/react-pdf#readme", | ||
|
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/renderer", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"author": "Diego Muracciole <[email protected]>", | ||
|
@@ -22,10 +22,10 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.6.2", | ||
"@react-pdf/font": "^2.0.0", | ||
"@react-pdf/layout": "^2.0.2", | ||
"@react-pdf/layout": "^2.0.3", | ||
"@react-pdf/pdfkit": "^1.6.0", | ||
"@react-pdf/primitives": "^2.0.0", | ||
"@react-pdf/render": "^2.0.1", | ||
"@react-pdf/render": "^2.0.2", | ||
"@react-pdf/types": "^2.0.0", | ||
"blob-stream": "^0.1.3", | ||
"queue": "^6.0.1", | ||
|
ca11273
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be a dumb question but looking here: https://www.npmjs.com/package/@react-pdf/renderer/v/2.0.3
and when I run
npm view @react-pdf/rendere versions
I see: (no version 2.0.3 - I was expecting to see2.0.3
) Am I looking at the wrong thing?ca11273
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
edit: looks like it's now been updated. I guess there's a delay. Always thought the
npm
command were basically instant / faster than thenpm
site. Nevermind then :)ca11273
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's always a small delay :)