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]
  • Loading branch information
diegomura committed Apr 9, 2021
1 parent 29aba94 commit ca11273
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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.2",
"version": "2.0.3",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.0.2",
"license": "MIT",
"author": "Diego Muracciole <[email protected]>",
"homepage": "https://github.com/diegomura/react-pdf#readme",
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "2.0.3",
"license": "MIT",
"typings": "index.d.ts",
"author": "Diego Muracciole <[email protected]>",
Expand All @@ -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",
Expand Down

3 comments on commit ca11273

@hhprogram
Copy link

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 see 2.0.3) Am I looking at the wrong thing?

[
  '1.0.0-alpha.12', '1.0.0-alpha.13', '1.0.0-alpha.14', '1.0.0-alpha.15',
  '1.0.0-alpha.16', '1.0.0-alpha.17', '1.0.0-alpha.18', '1.0.0-alpha.19',
  '1.0.0-alpha.20', '1.0.0-alpha.21', '1.0.0-alpha.22', '1.0.0-alpha.23',
  '1.0.0-alpha.24', '1.0.0-alpha.25', '1.0.0',          '1.1.0',
  '1.1.1',          '1.2.0',          '1.2.1',          '1.2.2',
  '1.2.3',          '1.3.0',          '1.3.1',          '1.3.2',
  '1.3.3',          '1.3.4',          '1.4.0',          '1.4.1',
  '1.4.2',          '1.5.0',          '1.5.1',          '1.5.2',
  '1.5.3',          '1.5.4',          '1.5.5',          '1.5.6',
  '1.6.0',          '1.6.1',          '1.6.2',          '1.6.3',
  '1.6.4',          '1.6.5',          '1.6.6',          '1.6.7',
  '1.6.8',          '1.6.9',          '1.6.10',         '1.6.11',
  '1.6.12',         '1.6.13',         '1.6.14',         '1.6.15',
  '1.6.16',         '2.0.0-beta.0',   '2.0.0-beta.2',   '2.0.0-beta.3',
  '2.0.0-beta.4',   '2.0.0-beta.5',   '2.0.0-beta.6',   '2.0.0-beta.11',
  '2.0.0-beta.12',  '2.0.0-beta.13',  '2.0.0-beta.14',  '2.0.0-beta.15',
  '2.0.0-beta.16',  '2.0.0-beta.17',  '2.0.0-beta.18',  '2.0.0-beta.19',
  '2.0.0-beta.20',  '2.0.0-beta.21',  '2.0.0-beta.22',  '2.0.0-beta.23',
  '2.0.0-beta.24',  '2.0.0-beta.25',  '2.0.0',          '2.0.1',
  '2.0.2'
]

@hhprogram
Copy link

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 the npm site. Nevermind then :)

@diegomura
Copy link
Owner Author

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 :)

Please sign in to comment.